系统服务-月排行
linux环境弱网测试 使用以下命令可以对linux系统进行弱网设置 sudo tc qdisc add dev eth0 root netem delay 500ms #设置500ms的延迟sudo tc qdisc add dev eth0 root netem loss 50% #设置50%的 ...
sudo apt install chromium-browsersudo snap info chromium sudo apt install chromium-browser[sudo] password for linux: Reading package lists... DoneBuil ...
https://stackoverflow.com/questions/63544251/import-cv2-in-sagemaker-studio-jupyter-notebook-throws-importerror-libgl-so-1 sudo apt install libgl1-mes ...
有shell脚本文件有链接关系如下, readlink_test readlink_test_link -> readlink_test readlink_test_link2 -> /home/wangpengfei.pfwang/devroot/000/test/shell/readlink/r ...
#如果a.log文件中有timeout字眼,则输出true,如果没有则输出false,并把结果追加写入到result文件中grep "timeout" a.log >/dev/nullif [ $? -eq 0 ]; then echo "true" echo "true" >>resultelse ...
修改PetaLinux工程的配置文件project-spec/meta-user/conf/petalinuxbsp.conf后,编译出现下列错误,报告“ERROR: Failed to create workspace directory”。 hankf@XSZGS4:/proj/hankf/zc ...
下载 Xrdp工具包: wget http://www.c-nergy.be/downloads/install-xrdp-3.0.zip 解压Xrdp: unzip install-xrdp-3.0.zip 授权: chmod 777 Install-xrdp-3.0.sh 安装 ./Instal ...
问题 安装好了vscode并且装上code runner插件后,运行代码时总是弹出powershell,而不是在vscode底部终端 显示运行结果。 解决方法 打开系统cmd ,在窗口顶部条右击打开属性,把最下面的旧版控制台选项取消,即可 ...
在Linux中,发现每次系统启动时,都会将(169.254.0.0/16)路由启动并将其添加到路由表中。但是并不知道这条路由具有什么功能和它到底来自于哪里? [root@master01 ~]# route -n Kernel IP routing table Destination Gateway ...
ubuntu是怎么更新到20.04的 只说正确的步骤(实际上不是这个顺序) 我之前用了清华镜像源, 修改了/etc/apt/sources.list, 需要把它改回原样, 这个链接就是原样. 做这一步的原因是(报错是), while scanning your repository informat ...
Linux下编译OpenDDS OpenDDS同样支持Linux
family,本文使用的Linux环境为Ubuntu 12.04LTS,make版本GNU Make 3.81,Perl版本v5.14.2。1
OpenDDS编译前准备下载ACE+TAO与OpenDDS。ACE+TAO下载地址http...
1.安装jansson ./configure Make Make install2.生成帮助文档
Cd doc Make html编译安装doc时提示 spinx-build not a command执行下面语句安装sphinx easy_install
-U Sphinx生成_build文件夹...
*****************************************************************************
1.使用vim替换vi
vim比vi强大多了,vim属于vi的超集,而且能够解决很多习惯的问题,所以还是有必要使用vim替换vi的。简单地话,可以直接使用“alias vi=vim”命令即可,不过这样只能在这次启动的时候有用,下次启动...
1.下载工具cronolog压缩包(http://download.csdn.net/detail/sunling_sz/8144469)
2.将文件拖放到服务器,任何目录都可以。
3.进入到cronolog的安装目录
# cd cronolog-1.6.2
4.运行安装
# ./configure
# make
#...
http://www.jb51.net/article/37389.htm深入解析Linux下\r\n的问题http://www.ruanyifeng.com/blog/2006/04/post_213.html回车和换行阮一峰http://dadoneo.iteye.com/blog/984725
在指定的日期上减去指定的天
[dc@dc010.tj.momo.com init_env]$ date -d "20150416 12 3 days" +"%Y%m%d%H"
2015041912
在指定的日期上加上指定的小时
[dc@dc010.tj.momo.com init_env]$ date -d "20150416 12 3 hour" +"%Y%m%d%H"
...
首先运行serviceiptablesstatus查看在filter的什么位置插入,将下面的35替换为相应的位置编号iptables-IINPUT35-ptcp-mtcp--dport10050-mcomment--comment"zabbix_agentdlisten"-jACCEPT保存iptables:serviceiptablessave
pip升级到7.0以后,在使用http镜像进行包安装及升级的时候往往会有如下提示:Collecting beautifulsoup4The repository located at mirrors.aliyun.com is not a trusted or secure host and is ...
Kali Linux v2.0下安装SecureCRT 7.31、软件准备Ubuntu14.10 x64SecureCRT7.3的版本:scrt-7.3.0-657.ubuntu13-64.x86_64.deb下载地址:http://www.vandyke.com/download/securecr...
pam_cracklib.so位于/etc/pam.d/system-auth中pam_cracklib.so相关的optionsdebugThisoptionmakesthemodulewriteinformationtosyslog(3)indicatingthebehaviorofthemodule(thisoptiondoesnotwritepasswordinformationtothelogfile).authtok_type=XXXThedefaultactionisforthemo..