改为:
改为:
[详解](http://blog.csdn.net/pi9nc/article/details/18257593)
鸟哥的linux
git复原某个文件的修改 git合并2次commit 然后编辑提交信息s是要把它合并进去。然后保存退出。最后强推上去。git push origin -f
chrome://flags/#enable-devtools-experiments
axel命令 CentOS安装axel 语法:axel [options] url1 [url2] [url...]下载lnmp安装包并指定10个线程保存到 /tmp下axe...
SMB
Notice: Shell赋值时var=value,而var = value则是相等操作。1.获取字符串长度var=1234567890length=$(#var) 2.识...
virsh listvirsh start 虚拟机号virsh edit 虚拟机号 //查看虚拟机的配置
1.通用漏洞披露CVE相关网站:http://cve.mitre.org/http://cve.scap.org.cn/
etc中放有配置文件dev:设备
daemon的分类:1.stand_alone:此daemon可以自行单独启动服务WWW 的 daemon (httpd)FTP 的 daemon(vsftpd)2.supe...
磁盘阵列英文:RedundantArrays of inexpensive Disks,即容错廉价磁盘阵列.RAID-0(等量模式,stripe ):方便读取,增加容量,但是...
理解 bashrc 和 profile
scp拷贝当前服务器上的文件到远程对应地址,需要知道远程的密码
SAS(Serial Attached SCSI)即串行连接SCSI,是新一代的SCSI技术,和现在流行的Serial ATA(SATA)硬盘相同,都是采用串行技术以获得更高...
安装之后有2个工具1.IPython2.Spyder
首先在dev分支上 git add yourChangeFile git commit -m '你的注释' git push yourDevBranch 然后 git bra...