上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 52 下一页
摘要: git help add -A, --all Like -u, but match <filepattern> against files in the working tree in addition to the index. That means that it will find new f 阅读全文
posted @ 2016-06-13 09:56 圆旭 阅读(393) 评论(0) 推荐(0)
摘要: 垂直扩展 提高现有系统部件的能力。 水平扩展 增加更多的系统成员。 转自: http://yunjiechao-163-com.iteye.com/blog/2126981 阅读全文
posted @ 2016-06-03 16:18 圆旭 阅读(828) 评论(0) 推荐(0)
摘要: == and != do not take into account the data type of the variables you compare. So these would all return true: and !== do take into account the data t 阅读全文
posted @ 2016-06-02 18:13 圆旭 阅读(245) 评论(0) 推荐(0)
摘要: When start wireshark, I met an error like: 引用 Couldn't run /usr/bin/dumpcap in child process: Permission denied Solution: 引用 sudo apt-get install libc 阅读全文
posted @ 2016-05-31 11:22 圆旭 阅读(967) 评论(0) 推荐(0)
摘要: 用的好好的vncserver 突然遇到这个错误: [vnc@localhost ~]$ sudo systemctl status vncserver@:1.service -l● vncserver@:1.service - Remote desktop service (VNC) Loaded: 阅读全文
posted @ 2016-05-30 11:02 圆旭 阅读(518) 评论(0) 推荐(0)
摘要: 转自: http://linux.51yip.com/search/systemctl 阅读全文
posted @ 2016-05-30 10:03 圆旭 阅读(690) 评论(0) 推荐(0)
摘要: 原来没太注意MB与MiB的区别,甚至没太关注还有MiB这等单位,今天认真了一下,发现两者还是有区别的,具体的差别是MB等单位以10为底数的指数,MiB是以2为底数的指数,如:1KB=10^3=1000, 1MB=10^6=1000000=1000KB,1GB=10^9=1000000000=1000 阅读全文
posted @ 2016-05-30 09:20 圆旭 阅读(2615) 评论(0) 推荐(0)
摘要: 如psutil-4.2.0.tar.gz tar -zxvf psutil-4.2.0.tar.gz psutil-4.2.0 cd psutil-4.2.0 sudo python setup.py install 阅读全文
posted @ 2016-05-26 15:44 圆旭 阅读(542) 评论(0) 推荐(0)
摘要: 1.打包命令: 命令格式:tar -zcvf 压缩文件名.tar.gz 被压缩文件名 可先切换到当前目录下。压缩文件名和被压缩文件名都可加入路径。 2.解包命令: 命令格式:tar -zxvf 压缩文件名.tar.gz 解压缩后的文件只能放在当前的目录 tar.gz 这种方式基本不会压缩,只是打包。 阅读全文
posted @ 2016-05-26 15:41 圆旭 阅读(613) 评论(0) 推荐(0)
摘要: 然后查看ip等信息,使用如下命令: ipmitool lan print 远程访问 可使用如下命令尝试: ipmitool -I lanplus -H 10.108.125.227 -U Administrator chassis status 修改服务器的boot顺序: ipmitool -I l 阅读全文
posted @ 2016-05-26 11:24 圆旭 阅读(2013) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 52 下一页