Something to remind myself 1 make -DBATCH install clean
How to check version of installed packages on freebsd
[[email protected]~]# pkg_version -v Running pkg_version …
wget获取网页内容
很多网页的URL后面是page=1,表示第1页的内容,page=2则为第2页,以此类推。 如果想把这些个页面都 …
Restart Crontab on FreeBSD and Linux
Cron is one of the most useful utilities in FreeBSD. Cr …
Creating FTP Accounts on ZFS space with quotas
As part of the Gconnect 30:30 server product, I need to …
FreeBSD Kernel Compilation
In this post I am going to discuss methods to reduce th …
How to Install and Configure dnsmasq on freebsd
cd /usr/ports/dns/dnsmasq make install clean Options fo …
already locked, session is read-only
freebsd下用vi提示already locked, session is read-only rm -r …
PHP PDO driver missing on FreeBSD
今天在一台freebsd 8.2版本的服务器上检查log记录时发现apache的log提示如下错误信息: [e …
freebsd下kill所有相同进程名的进程
今天IT服务客户反映服务器反映很慢,于是远程登陆进系统,发现系统资源几乎都用光了,通过以下命令: [root@ …
FreeBSD 9.x系统下用kgdb调试core dump文件
kgdb貌似和ddb一样属于FreeBSD专属的调试器。 1、开启kdump功能 [email protected] …