随笔分类 -  Operating System

上一页 1 ··· 7 8 9 10 11 12 下一页
摘要:https://www.tecmint.com/linux-network-configuration-and-troubleshooting-commands/ http://www.tldp.org/LDP/GNU-Linux-Tools-Summary/html/c8319.htm https 阅读全文
posted @ 2018-05-31 18:08 任国强 阅读(207) 评论(0) 推荐(0)
摘要:uname -a hostnamevim /etc/sysconfig/network 阅读全文
posted @ 2018-03-06 10:24 任国强 阅读(3154) 评论(0) 推荐(0)
摘要:chroot:chang root http://man.linuxde.net/chroot https://baike.baidu.com/item/chroot 1.限制被CHROOT的使用者所能执行的程式,如SetUid的程式,或是会造成 Load 的Compiler等等。 2.防止使用者存 阅读全文
posted @ 2017-12-27 12:28 任国强 阅读(739) 评论(0) 推荐(0)
摘要:https://jingyan.baidu.com/article/fb48e8be3743696e632e1450.html gedit /root/.profile mesg n => tty -s && mesg n 阅读全文
posted @ 2017-12-14 21:50 任国强 阅读(969) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/sunxiaoju/article/details/51993091 阅读全文
posted @ 2017-12-13 22:58 任国强 阅读(873) 评论(0) 推荐(0)
摘要:https://zhidao.baidu.com/question/66517344.html https://zhidao.baidu.com/question/586036510.html http://blog.csdn.net/cymm_liu/article/details/3830222 阅读全文
posted @ 2017-12-12 22:29 任国强 阅读(1302) 评论(0) 推荐(0)
摘要:linux下的dd命令来自于coreutils:http://www.gnu.org/software/coreutils/ https://jingyan.baidu.com/article/d45ad148e203f969552b800a.html 在win10的Bash on Ubuntu o 阅读全文
posted @ 2017-12-12 14:14 任国强 阅读(992) 评论(0) 推荐(0)
摘要:linux https://www.linuxquestions.org/questions/linux-general-1/ls-do-not-list-full-path-only-filename-657894/ https://unix.stackexchange.com/questions 阅读全文
posted @ 2017-11-22 14:37 任国强 阅读(537) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2017-11-10 11:20 任国强 阅读(326) 评论(0) 推荐(0)
摘要:绝对路径 /xxx/xxx/something.sh /xxx/xxx/executable 相对路径 ./something.sh ./executable 注意:前边得加./,可不是像windows(dos)下那样直接输入: something.bat(cmd) executable.exe(c 阅读全文
posted @ 2017-09-15 13:41 任国强 阅读(5056) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/linghao00/article/details/8768435 阅读全文
posted @ 2017-09-14 15:13 任国强 阅读(1078) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2017-09-05 10:07 任国强 阅读(245) 评论(0) 推荐(0)
摘要:#!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... 阅读全文
posted @ 2017-08-31 15:59 任国强 阅读(504) 评论(0) 推荐(0)
摘要:XSHELL下直接下载文件到本地(Windows) http://www.cnblogs.com/davytitan/p/3966606.html 阅读全文
posted @ 2017-08-09 17:41 任国强 阅读(399) 评论(0) 推荐(0)
摘要:#上传文件scp GuanWenZhuanDaController.class root@192.168.1.39:/webapps/libra/WEB-INF/classes/com/yuanchuangyun/workflow/web/ #上传目录 #下载文件 #下载目录scp -r root@ 阅读全文
posted @ 2017-08-08 18:06 任国强 阅读(219) 评论(0) 推荐(0)
摘要:service --status all systemctl list-unit-files 阅读全文
posted @ 2016-10-18 23:30 任国强 阅读(141) 评论(0) 推荐(0)
摘要:[root@rgqancy 下载]# ./aliedit.sh建议以非root账号安装支付宝安全控件请重启 firefox 使插件生效成功安装 支付宝安全控件请按任意键退出...what is aliedit.sh? 阅读全文
posted @ 2016-08-16 22:43 任国强 阅读(391) 评论(0) 推荐(0)
摘要:awk 'BEGIN { for (i = 1; i <= 7; i++) print int(101 * rand()) }' 阅读全文
posted @ 2016-07-25 15:37 任国强 阅读(170) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2016-06-09 22:52 任国强 阅读(1182) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11 12 下一页