随笔分类 - Operating System
摘要:https://www.tecmint.com/linux-network-configuration-and-troubleshooting-commands/ http://www.tldp.org/LDP/GNU-Linux-Tools-Summary/html/c8319.htm https
阅读全文
摘要:uname -a hostnamevim /etc/sysconfig/network
阅读全文
摘要:chroot:chang root http://man.linuxde.net/chroot https://baike.baidu.com/item/chroot 1.限制被CHROOT的使用者所能执行的程式,如SetUid的程式,或是会造成 Load 的Compiler等等。 2.防止使用者存
阅读全文
摘要:https://jingyan.baidu.com/article/fb48e8be3743696e632e1450.html gedit /root/.profile mesg n => tty -s && mesg n
阅读全文
摘要:http://blog.csdn.net/sunxiaoju/article/details/51993091
阅读全文
摘要:https://zhidao.baidu.com/question/66517344.html https://zhidao.baidu.com/question/586036510.html http://blog.csdn.net/cymm_liu/article/details/3830222
阅读全文
摘要:linux下的dd命令来自于coreutils:http://www.gnu.org/software/coreutils/ https://jingyan.baidu.com/article/d45ad148e203f969552b800a.html 在win10的Bash on Ubuntu o
阅读全文
摘要:linux https://www.linuxquestions.org/questions/linux-general-1/ls-do-not-list-full-path-only-filename-657894/ https://unix.stackexchange.com/questions
阅读全文
摘要:linux命令head和tail是一对;more和less是一对。 https://www.2cto.com/os/201507/414753.html 一个头,一个尾。 tail http://www.cnblogs.com/ruily/archive/2010/06/30/1768186.htm
阅读全文
摘要:绝对路径 /xxx/xxx/something.sh /xxx/xxx/executable 相对路径 ./something.sh ./executable 注意:前边得加./,可不是像windows(dos)下那样直接输入: something.bat(cmd) executable.exe(c
阅读全文
摘要:http://blog.csdn.net/linghao00/article/details/8768435
阅读全文
摘要:http://www.jb51.net/article/101576.htm http://www.myhack58.com/Article/48/66/2013/37314.htm http://www.cnblogs.com/rockee/archive/2012/05/17/2506671.h
阅读全文
摘要:#!set uuidtmp = uuid.tmp #!uuidgen > $uuidtmp #!set uuid=<$uuidtmp #!rm $uuidtmp #!echo $uuid #!currentdir=`pwd` #!echo $currentdir uuid=`uuidgen` echo ${uuid} echo $uuid.png #!echo ${uuid}.png #!ech...
阅读全文
摘要:XSHELL下直接下载文件到本地(Windows) http://www.cnblogs.com/davytitan/p/3966606.html
阅读全文
摘要:#上传文件scp GuanWenZhuanDaController.class root@192.168.1.39:/webapps/libra/WEB-INF/classes/com/yuanchuangyun/workflow/web/ #上传目录 #下载文件 #下载目录scp -r root@
阅读全文
摘要:
阅读全文
摘要:service --status all systemctl list-unit-files
阅读全文
摘要:[root@rgqancy 下载]# ./aliedit.sh建议以非root账号安装支付宝安全控件请重启 firefox 使插件生效成功安装 支付宝安全控件请按任意键退出...what is aliedit.sh?
阅读全文
摘要:awk 'BEGIN { for (i = 1; i <= 7; i++) print int(101 * rand()) }'
阅读全文
摘要:From Officail Adobe Flash Site don't down (YUM )adobe-release-x86_64-1.0-1.noarch.rpm,but to download RPM(flash-plugin-11.2.202.621-release.x86_64.rpm
阅读全文