Archive for March, 2008

How to export sessions in Putty?

Monday, March 31st, 2008

Situation is that I have several (10+) preconfigured sessions in Putty and I need to save them should I need to change PC or reinstall it. Sessions parameters are stored in Windows Registry under path: HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions To export settings to a file use command: regedit /e <filename>.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions To import settings use command: ...

How to resize a filesystem to match size of a partition.

Saturday, March 29th, 2008

One of the things I like of Linux is that despite I'm working with it since 1994 I never end learning part of it. Today my need was the following: I dd a 20 Gb backup onto a 40 Gb HDD and it worked smoothly, but problem is that filesystem on ...