Blog Detail
Tech@Sakana : A sysadmin's blog
http://www.sakana.fr/blog/
A blog with technical tips and articles about systems (Unix, Linux, Windows, ...), networks, coding, open source, wordpress and so much more
Recent Viewers
Tech@Sakana : A sysadmin's blog's Neighborhood
Recent Posts
Ubuntu 8.04.1 : Xen 3.2 package broken ?
I’m trying to install xen on Ubuntu 8.04.1 and here is what I get : spaghetti% sudo apt-get install ubuntu-xen-server Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed....
Linux : find out the kernel command line
If you have multiple linux kernels with differents options in the command line in your bootloader (grub, lilo or other) and you wonder which one was used to boot, you can find out by looking in /proc/cmdline. Ex : [root@picolo:~]# cat /proc/cmdline r...
RIP Randy Pausch
I barely knew the guy but the news that he passed away is all around the blogoshpere. If you have 76 minutes to spare, have a look at his Last Lecture at the Carnegie Mellon University, it’s really worth it (I won’t comment on it since it...
NFS : see what’s exported from an NFS server
To know what directories are exported by a NFS server, you can use the showmount -e nfs_server from a NFS client. [root@client:~]# showmount -e server Export list for server: /data/dir1 (everyone) /data/dir2 client1 client2 client3 (The /d...
Web server optimizations : ETAGs
This is nothing new, but just in case you missed it, Yahoo! published a fairly detailed report about how to speed up your website response times : Best Practices for Speeding Up Your Web Site. Many of the tips are common sense, some are somehow unex...
Comments & Reviews
This blog is currently rated a 8.00 out of a possible 10 based on 1 comment.
Thaya Kareeson Said:
I'm a bit of a bsd geek (not hardcore though) so I just subscribed to your blog. Good stuff!

