Monthly Archives: May 2008
Looping Through a List of Arguments (bourne)
The Bourne shell for loop looks like this: for arg in list do …Handle $arg… done Real life application.. # ls -l | awk ‘{print$9}’ user01 user02 user03 user04 user05 user06 user07 user08 user09 # pwd /home # for x in `ls -l | awk ‘{print$9}’` > do > chown $x $x > done # … Continue reading
Backup For Workgroups
There’s a great news for those companies and business that relies on extremely important data to operate. Business that requires consistent and reliable data backup. This can only be achieved by using a sophisticated server backup software. Backup for workgroups is perfect for Small to Medium Enterprise (SME). It is an easy to use backup … Continue reading
OpenSolaris Launch – May 5, 2008!
Better late to mention than never.. . Monday, May 5 at 10 a.m. PT is the live webcast from CommunityOne, where Sun will launch the new, free and easy-to-use OpenSolaris OS, a leading-edge open source release with world-class support and unique, innovative features. Mark your calendar.. sabagay, bukas na eto.. hehehe Arlo Gilbert
Solaris ZFS Rocks!!
Zettabyte File System (ZFS) is claiming to be “The Most Advanced File System on the Planet”! What is ZFS? ZFS is a proprietary file system from Solaris ZFS is a file system designed and developed by Sun MIcrosystem for Solaris Operating System. ZFS or Zettabyte File System will solve all of the problem any administrator … Continue reading