How To Make puTTY Automatically Load a Session
The most awesome emulator of all time, puTTY.exe, just got even easier to use. Along with loggiong automatically into a SSH session add the Windows shortcut that loads a saved session and launches it, now you have one click shell access to your Linux host from your Windows PC.
Here’s how:
- Download puTTY.exe
- Save it to the folder C:\puTTY\
- Open a Windows Explorer window in C:\puTTY\
- Run puTTY.exe once, and create a “saved session”, making note of what you name it. My example below uses the name my neatly named Saved Session
- Right-click-drag puTTY.exe and drop it next to itself, this creates a shortcut to the .exe file.
- Right-click the shortcut you just created, on the popup menu click Properties.
- In the Target box, add -load “your-saved-session-name” after C:\putty\putty.exe
- The final content in the target box should look like:
C:\putty\putty.exe -load "my neatly named Saved Session"
- Save the shortcut. Viola! Move or copy this shortcut anywhere you like (e.g. your Desktop, your QuickLaunch toolbar, your custom explorer toolbar, etc.) and you have 1-click access to a command prompt on your Linux / Unix host.
Enjoy!
Posted under Apple, Freeware, Linux, Microsoft, Network, Software, WebDev, ZyXel
This post was written by Content Curator on December 5, 2009
Blue Screen During Boot – Loop on Windows XP, Server
So, you have a Windows system that gets a BSOD (Blue Screen Of Death) during bootup, and you can’t see what it says before it disappears. Not a big deal, except that the system won’t boot into safe mode either, so you can’t do the regular method, using the Windows GUI, to set the system properties settings so that the system does not automatically reboot when the blue screen appears. Yikes! Well, if you want to stop the system from rebooting beforee you can get the STOP: codes, and find out how to fix the problem, here is a really neat way:
How To Disable Automatic Restart For BSOD If You Are Unable To Get Into Windows
Another neat tip from a Japanese Lenovo support board, save me some work today (use Google to translate):
Thanks all for the help!
Posted under Hardware, Microsoft, Operating System, Software
This post was written by Content Curator on December 3, 2009