How to load, save or delete server connection settings in PuTTYThis tutorial assumes you have already downloaded PuTTY and located its .exeDouble click the PuTTY icon to launch the applicationNow let's learn how to load, save or delete server connection settingsFirst let's learn how to save connection settingsType the server IP address hereType a saved session name hereThen click Save to save the settingsWe can then proceed to connect to our serverNow let's say we want to load a saved connection setting... let's open PuTTY againChoose the saved connection setting you want...... then click LoadYou will notice your server connection settings are now shown hereWe can then proceed to connect to our serverTo delete a saved session, first select the session name you want to delete hereThen click DeleteTo exit PuTTY, simply close the windowThat's it! The saved session has been removed from the listThis is the end of the tutorial. You now know how to load, save and delete server connection settings Netway Tutorial วีดิโอแนะนำผลิตภัณฑ์ PuTTY เพื่อช่วยตอบทุกข้อสงสัย และแนะนำวิธีการใช้ที่ง่ายเพื่อความสะดวกรวดเร็วสำหรับคุณ หากท่านต้องการสอบถามข้อมูลเพิ่มเติมด้านผลิตภัณฑ์สามารถติดต่อได้ที่ 02-055-1095หรืออีเมล support@netway.co.th
How to increase the scroll buffer size in PuTTYYou may have noticed that PuTTY does not allow you to scroll up very farThis can become annoying when running programs that have lots of output you might need to scroll through and reviewLet's look at an exampleWe have already logged in to one of our saved SSH sessionsOne command that can sometimes produce a lot of output is ls -- the command to list a directory's contentsType ls -l / to list the contents of the root directory. Remember -- press Enter to execute a shell commandNow, type the command shown to list the contents of all directories contained by the home directoryScroll upHere is the command we just typedAbove that, the output of the previous commandScroll up a bit moreAs you can see, we've reached the top of the scrollbar, and still can't see the first command we typed; it's just barely out of rangeLet's increase the size of the scroll buffer. Close this session and re-open PuTTY to the configuration windowSelect the session from the list, then click LoadThen, go to WindowEnter a higher value for Lines of scrollback. We'll change ours from 200 to 20000Return to the Session categoryClick SaveFinally, press OpenNow, log in normally, as seen earlier in this seriesOnce logged in, let's test out the new scroll buffer sizeType the command from before, several times. End each line with a shell comment as shown, thus marking each oneWatch the size of the scrollbarAgainOne more timeNow, scroll upHere's the first command. Clearly, our change worked!This is the end of the tutorial. You now know how to increase the scroll buffer size in PuTTY Netway Tutorial วีดิโอแนะนำผลิตภัณฑ์ PuTTY เพื่อช่วยตอบทุกข้อสงสัย และแนะนำวิธีการใช้ที่ง่ายเพื่อความสะดวกรวดเร็วสำหรับคุณ หากท่านต้องการสอบถามข้อมูลเพิ่มเติมด้านผลิตภัณฑ์สามารถติดต่อได้ที่ 02-055-1095หรืออีเมล support@netway.co.th
How to change character settings in PuTTY This tutorial assumes you have already opened PuTTY Now let's learn how to change the character settings Click Translation Then click here to show the character set drop down Now select the character set you'd like to use. Be sure your computer supports the character set Click Session to save the new settings This is the end of the tutorial. You now know how to change the character settings in PuTTY That's it! The character set has been changed and saved
How to clean up your PuTTY sessionsThis tutorial assumes you have already opened your Windows command lineNow let's learn how to clean up your Putty sessions from the Windows command lineType the path to your Putty.exe hereThen type -cleanup here, then press Click Yes to clear your sessionsThat's it! The PuTTY sessions have been cleared, or cleaned upThis is the end of the tutorial. You now know how to clean up your PuTTY sessions
How to create a log file of your PuTTY session This tutorial assumes you have already downloaded PuTTY and located its .exe Double click the PuTTY icon to launch the application Now let's learn how to create a log file of your session Then click Logging The logging settings are listed here on the right. Let's demonstrate how to save a log file to your desktop Click All session output Leave Putty.log as the log file name Then click Browse to choose the save location Ensure Desktop is selected here... Then click Save ... then click Open to begin your session Ensure 'Ask the user every time' is selected... Type your username, then push Enter Type your password, then push Enter Now let's type a simple shell command. PuTTY can log dozens of commands within your session Type a simple test command here, then press Enter Now type Exit, then push Enter to close PuTTY We can see that a log file has been saved to the desktop Now let's open the log file... double click Putty The log file contains all commands entered, great for saving your sessions to review at a later date This is the end of the tutorial. You now know how to create a log file of your PuTTY sessions