假设目标主机是linux,终端主机是windows(就是在windows上使用VNC登陆linux) 在linux中执行 vncconfig -nowin& 在linux选中文字后,无需其他按键,直接在windo…
${APACHE_LOCK_DIR} is not defined 解决方法
change ServerName variable in /etc/apache2/apache2.conf to localhost 参考 http://serverfault.com/questions/55828…
推荐一个工具zmirror
an http reverse proxy designed to automatically and completely mirror a website (such as google), support cach…
Windows命令查看文件MD5
certutil -hashfile filename MD5 certutil -hashfile filename SHA1 certutil -hashfile filename SHA256 根据系统配置情况及文…
多线程版本的wget工具mwget安装
安装mwget 官方地址:http://sourceforge.net/projects/kmphpfm cd /usr/local/src/ wget http://jaist.dl.sourceforge.net/p…
debian 启动程序配置工具 sysv-rc-conf
sysv-rc-conf 安装 apt-get install sysv-rc-conf 关闭不必要的启动项 sysv-rc-conf 取消勾选即可, q 退出
Linux流量监控工具 - iftop
通过这个工具可以查看当前连接到这台vps的有哪些及进出口实时流量监控 官网: http://www.ex-parrot.com/pdw/iftop/ 安装依赖 libpcap libcurses 当前版本地址: http…
用youtube-dl 下载youtube视频
网上有许多教程这里仅做个记录 官网地址: http://youtube-dl.org/ sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr…
Linux下停止SendMail进程
手上有个小内存的vps, 编译时都会因为内存不足给编译失败.所以要停掉不相关的程序 避免内存占用 1、执行命令 service sendmail stop 2、执行命令: chkconfig --list sendmai…
centos7 svn搭建
有些东西只有自己亲自去做了 才会了解的更加详细! 当然少不了来自网络上其他大神的分享才学会搭建的,感谢他们的分享,让我们一起进步吧! ps:得换主题了.. 安装svn yum install subversion -y …