Linux on USB key or SSD – performance tips

April 30, 2009

Here is a list of performance tips collected from various blogs/sources on the net: Format / mount the SSD device as ext2 (no journaling) and with noatime fs option. Use elevator=noop for SSD devices, for eg: echo noop > /sys/block/sda/queue/scheduler # assuming sda = SSD device

0

Generating and using a SSL Client certificate with SSH / Putty / etc. (using certificate from CACert.org)

April 7, 2009

When using SSH, especially with CVS from the command line, if you have not exchanged certificates between the client and server, you have to keep entering your password each time you do a cvs operation over SSH. This can get annoying quickly. This is also the case if you use ssh or scp from linux console [...]

0

Hello world!

December 20, 2008

Welcome to my blog, i will be posting interesting topics I run across on the net on this blog.

0