DirectAdmin启动失败问题的解决
DirectAdmin 启动失败问题的解决 DirectAdmin 面板打不开,开始怀疑是防火墙封了2222端口,于是关闭防火墙。 #service iptables stop 还是开不了 再用netstat -anp查看所有...
开启PING和禁止PING命令
眾所周知,禁止服務器PING是防止黑客攻擊。 但是禁止PING之後的影響會有嗎?有的人說有,有的人說沒有。 最近,我拿了自己一台專門做環境測試的服務器進行了禁止PING和開啟PING的效果對比。 結...
Linux存在嚴重的安全性漏洞“Bash”
Red Hat安全團隊在 Linux 中廣泛使用的Bash shell中發現了一個隱晦而危險的安全性漏洞,該漏洞被稱為「Bash Bug」或「Shellshock」。 該漏洞源于你調用的bash shell之前創建的特殊的環境變數,...
linux tar 命令解压到指定的目录
linux下tar命令解压到指定的目录 : #tar zxvf /bbs.tar.zip -C /zzz/bbs //把根目录下的bbs.tar.zip解压到/zzz/bbs下,前提要保证存在/zzz/bbs这个目录 这个和cp命...
yum命令
rpm包的更新 * 检查可更新的rpm包 #yum check-update * 更新所有的rpm包 #yum update * 更新指定的rpm包,如更新kernel和kernel source #yum update kernel...
jffs
Introduction 這份說明描述怎麼讓autoddvpn運行在ddwrt的/jffs當中,完全不需要刷韌體或是依賴網路wget抓取腳本,這是目前最推薦的方法。 Details 這份文件會包含以下內容: jffs的好處是什麼?...
查找VPS正在遭受密碼爆破或攻擊者IP的命令
cat /var/log/secure|awk '/Failed/{print $(NF-3)}'|sort|uniq -c|awk '{print $2'='$1;}'
Router Database
Many of the website's visitors want to find out if a specific router is supported and which files they need to download to install dd-wrt. Many of them were contacting us asking if...
yum安裝的時候提示:another app is currently holding the yum lock;waiting for it to exit
是因為系統自動升級正在運行,所以yum在鎖定狀態中。 可以通過強制關掉yum進程: #rm -f /var/run/yum.pid 然後就可以繼續使用yum了
Linux系统禁止ping和开启ping的方法
方法一: # echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all 如果要恢复,只要: # echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all 即可,无须专门使用ipchains或者iptables了。 &...
FileZilla
FileZilla具备所有的FTP软件功能。可控性、有条理的界面和管理多站点的简化方式使得Filezilla客户端版成为一个方便高效的FTP客户端工具,而FileZilla Server则是一个小巧并且可靠的支持FTP&...
找回丟失的把圖片「設為桌面背景」
Windows XP 的右鍵有一個功能,即把你喜歡的圖片選擇「設為桌面背景」。 但有時候會因為系統出現問題,右鍵功能表裡就會找不到「設為桌面背景」這個選項。 解決辦法: 開始→運行→輸入regsvr32...
HOWTO
Details autoddvpn目前有三種運行模式,各有不同的優缺點,大家可以選擇適合的模式來運行: wget遠程腳本模式 jffs模式 custom firmware自制韌體模式 wget遠程腳本模式 autoddvpn開機之後,藉由...
chnroutes
Due to well-known reasons, it's always inconvenient for Chinese netizens and foreigners who live in China to access information physically outside of China via internet. Timeouts a...
The Heartbleed Bug
The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows stealing the information protected, under normal condition...