Today’s motto
“@puk: user network problems are normally layer 8″
– Sr. Network Engineer
I've got faith to believe. I can do anything. I can reach any star.
“@puk: user network problems are normally layer 8″
– Sr. Network Engineer
I’ve found an interesting tool, it’s an interactive process viewer called htop. Try it out, it’s very nice.
Network Appliance is suing Sun over patents alleged to cover parts of the ZFS filesystem. The announcement comes from NetApp’s founder and Executive VP Dave Hitz’s blog. NetApp++!
Martin Ankerl compares on his blog the performance of several linux terminals.
I’m happy user of gnome-terminal :)
While looking for more information about ext4 filesystem, I found an interesting patch named ext3cow. It is a versioning file system based on ext3. And how it works?
[root@storm ~]# echo “Beee” > ~/kac
[root@storm ~]# snapshot
Snapshot on .: 1062987103
[root@storm ~]# echo “Meeeee” > ~/kac
[root@storm ~]# cat ~/kac@10629871034
Beee
[root@storm ~]# ~/kac
Meeeee
[root@storm ~]#
Unfortunately, due to performance and storage overhead, [...]