Quantcast
Channel: Thinking Out Loud
Viewing all articles
Browse latest Browse all 666

Migrating Windows PuTTY registry to Linux

$
0
0

I have over 100+ saved sessions in PuTTY running on Windows and was looking for a way to move those session to Linux.

Here’s a demo on how to move those PuTTY sessions.

First, download pwin2lin.pl on Linux from https://code.google.com/p/pwin2lin/

Next, install PuTTY on Linux from http://pkgs.repoforge.org/putty/

Export Window’s registry containing PuTTY sessions.

E:\Linux>dir /b
database
deinstall
examples
grid
OEL6.3
ogg112101_fbo_ggs_Linux_x64_ora11g_64bit.zip
oracleasmlib-2.0.4-1.el6.x86_64.rpm
p10404530_112030_Linux-x86-64_1of7.zip
p10404530_112030_Linux-x86-64_2of7.zip
p10404530_112030_Linux-x86-64_3of7.zip
p10404530_112030_Linux-x86-64_6of7.zip
p10404530_112030_Linux-x86-64_7of7.zip
putty-0.62-1.el6.rf.x86_64.rpm
pwin2lin.pl
raccheck.zip

E:\Linux>regedit /e "E:\Linux\putty.reg" "HKEY_CURRENT_USER\Software\SimonTatham\PuTTY"

E:\Linux>dir /b
database
deinstall
examples
grid
OEL6.3
ogg112101_fbo_ggs_Linux_x64_ora11g_64bit.zip
oracleasmlib-2.0.4-1.el6.x86_64.rpm
p10404530_112030_Linux-x86-64_1of7.zip
p10404530_112030_Linux-x86-64_2of7.zip
p10404530_112030_Linux-x86-64_3of7.zip
p10404530_112030_Linux-x86-64_6of7.zip
p10404530_112030_Linux-x86-64_7of7.zip
putty-0.62-1.el6.rf.x86_64.rpm
putty.reg
pwin2lin.pl
raccheck.zip

E:\Linux>

Import to Linux

[oracle@rac01 ~]$ cp /media/sf_Linux/putty.reg .
[oracle@rac01 ~]$ ll putty.reg
-rwxr-x--- 1 oracle dba 15376 Jun  6 21:05 putty.reg
[oracle@rac01 ~]$ ./pwin2lin.pl ./putty.reg ~/.putty
mkdir /home/oracle/.putty
mkdir /home/oracle/.putty/sessions
[oracle@rac01 ~]$ cd .putty/sessions/
[oracle@rac01 sessions]$ ll
total 8
-rw-r--r-- 1 oracle dba 4257 Jun  6 21:06 rac01
[oracle@rac01 sessions]$h

PuTTY



Viewing all articles
Browse latest Browse all 666

Trending Articles