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
Filed under:
General, Linux by mkhan
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 [...]
Filed under:
General, Linux by mkhan
December 20, 2008
Welcome to my blog, i will be posting interesting topics I run across on the net on this blog.
Filed under:
General by mkhan