FreeBSD 7 release will get shaping up to be an awesome release 🙂 From Jeff blog : "Well 5 years ago this summer I stopped by evan‘s house in seattle’s university district and told him I was going to write a scheduler that saturday. Today I committed my SCHED_SMP work as SCHED_ULE and I feel […]
Category: Unix
Trying gstripe
New HP server came with 4 SCSI HD, need to use it for email server. Replace old Intel Pre Server host around 3000 email account. I’ve been playing around with gconcat for ftp server, now wanna try gstripe 🙂 jedimaster# gstripe label -v email /dev/da1s1d /dev/da2s1d /dev/da3s1d Metadata value stored on /dev/da1s1d. Metadata value stored […]
Modify Server Banner with mod_security
Apache/2.2.4 (Win32) PHP/5.2.1 Microsoft-IIS/6.0 Apache GWS/2.1 Yes, my friend like to collect what server that run with specific domain. Such online tools exist in internet like : Netcraft Untroubled Using these tools, server can be "guest" but how accurate this information and whats this information for? just for fun, nothing else 🙂 I just try […]
Spread Link : FreeBSD June snapshots
FreeBSD i386 snapshots for June : 7.0 Current 6.2 stable More architecture, click here
Set ip alias in FreeBSD
FreeBSD support ip aliasing, unlimited ip can assigned to one interface From command line : kongja# ifconfig -a em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=b<RXCSUM,TXCSUM,VLAN_MTU> inet 192.168.1.5 netmask 0xffffff00 broadcast 192.168.1.255 inet 172.88.1.15 netmask 0xffff0000 broadcast 172.88.255.255 ether 00:0e:0c:4e:21:d2 media: Ethernet autoselect (1000baseTX <full-duplex>) status: active fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 […]