Cron is special utility that process command in periodic time such ; doing regular backup every night email special report every week etc cron access can be usefull but sometime not, depend on the command issued. As super user we can list all of entire user crontab entries using log locate in /var/log su-2.05b# tail […]

Convention in Linux for network interface simple and clear. eth for cable connection ath or wifi for wireless connection l0 for loopback sample from my ubuntu feisty fawn box : alamsyah@alamsyah-laptop:~$ ifconfig -a ath0  Link encap:Ethernet� HWaddr 00:14:A4:70:02:3E inet addr:192.168.12.100� Bcast:192.168.12.255� Mask:255.255.255.0 inet6 addr: fe80::214:a4ff:fe70:23e/64 Scope:Link UP BROADCAST RUNNING MULTICAST� MTU:1500� Metric:1 RX packets:8945 errors:0 […]

Very interesting to see progress of ZFS in FreeBSD, comitted in FreeBSD 7 ( will release in 2007). This excellent job done by Pawel Jakub Dawidek with collaboration with opensolaris  for suitable patch . Many feature that ZFS offer that make me hard to blink till see last pages of presentation Pawel also give quick […]

During my last search on eaccelerator progress ( in time of writing 0.9.5) i found new link to another php cache : xcache since it’s made by author of lighttpd i’m eager to try it out in my freebsd server. 1. updating freebsd ports 2. install from ports # cd /usr/ports/www/xcache && make install 3. […]