MAC OS X中ls命令显示的权限”@”的含义
Extended attributes. Can be used in Terminal using xattr command to view, modify. In the Terminal using man xattr can view the detailed help. You can also use xattr-h Show help
CVE-2015-0235:Linux Glibc幽靈漏洞允許駭客遠端獲取系統許可權
幽灵漏洞是Linux glibc库上出现的一个严重的安全问题,他可以让攻击者在不了解系统的任何情况下远程获取操作系统的控制权限。目前他的CVE编号为CVE-2015-0235。 什么是glibc glibc是GNU发布的li...
yum安裝的時候提示:another app is currently holding the yum lock;waiting for it to exit
是因為系統自動升級正在運行,所以yum在鎖定狀態中。 可以通過強制關掉yum進程: #rm -f /var/run/yum.pid 然後就可以繼續使用yum了
DNSMasq
問題背景 為了避免DNS污染,autoddvpn在ddwrt的設置上使用了google DNS, 經過VPN建立之後所有DNS查詢都會透過VPN連往google DNS, 確保DNS解析不被污染,然而這卻會造成國內一些門戶網站的CDN加...
开启PING和禁止PING命令
眾所周知,禁止服務器PING是防止黑客攻擊。 但是禁止PING之後的影響會有嗎?有的人說有,有的人說沒有。 最近,我拿了自己一台專門做環境測試的服務器進行了禁止PING和開啟PING的效果對比。 結...
X-Lite / X-Pro / eyeBeam callcentric
COUNTERPATH X-LITE 5.0 GENERAL INFORMATION The X-Lite product page can be found here. The X-Lite software can be downloaded here. The CounterPath support forum can be&nbs...
Discuz程序需要777權限的目錄
./config/config_global.php ./config/config_ucenter.php ./config ./data ./data/avatar ./data/plugindata ./data/template ./data/threadcache&...
graceMode
Introduction 這份文件說明autoddvpn的graceMode運作原理。 Details 緣起 面臨的問題 解決之道 設置方式 測試 其他議題 緣起 autoddvpn最早是從chnroutes的設計所啟蒙而來的,這個國內國外分流...
Chrome 不支持网站内容所使用的插件
以前,插件可用来为浏览器增添更多功能,不过现在,网站创建者可以通过更安全的方式,将多数这类功能默认地添加到 HTML5 中。2015 年 9 月 1 日之后,Chrome 将不再支持这些插件。 为什么 NPAPI...
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...
Linux 安装 ODBC
wget ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.2.tar.gz tar zxvf unixODBC-2.3.2.tar.gz cd unixODBC-2.3.2 ./configure --prefix=/usr/local/unixODBC-2.3.2 --includedir=/usr/inc...
yum命令
rpm包的更新 * 检查可更新的rpm包 #yum check-update * 更新所有的rpm包 #yum update * 更新指定的rpm包,如更新kernel和kernel source #yum update kernel...