Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 25, 201312 yr Ok looking for a ssh program for a complete newb at doing console stuff. Due to recent events my host is going to allow me to ssh into my hosting and see what processes I'm on, they have told me I'm on my own and can't affect anyone else's hosting space or the security of the server. So looking for some advice and even some good places to read up doing things. Mainly to allow me to find out what's suddenly decided to use almost 500 mbs of ram on a server with a population of 1-5 at most + search engines.
January 25, 201312 yr putty works well for me on win7, tested briefly on win8 with no issues but was limited test.
January 25, 201312 yr Author I've got window7 and I did download putty :) as it was first to come up in a google search.
January 25, 201312 yr For OSX the built in Terminal and i use Piper from the App store for remembering passwords - logins and auto connecting with terminal
January 25, 201312 yr the first thing to do is creating the command to dump the database. In my opinion the most important. The command via Putty will allow you to backup your db in a few seconds, and to store it inside a remote folder On my servers I usually protect a random-name folder with .htaccess file ( login aut with user and password) Normally the command is: /usr/bin/mysqldump -uuser -ppassword databasename > /path_to/anyfolder/nameofdump.sql The path of the command mysqldump is related to the webserver configuration, you have to ask you hosting a suggestion about When the dump is done you can go via FTP to the folder you dumped inside and download the file.sql to your pc. Sofisticated options are possible: you can define a cron, storing the dump in another webspace for example.... Enjoy your Putty
January 25, 201312 yr Even winscp is nice, as you can check the hierarchy of your files on your server. Not purely for SSH commands.
January 29, 201312 yr Pretty much what everyone else is saying... Putty is the way to go... there is putty and kitty which im pretty sure they are the same thing, just 2 different names... I actually use KiTTY for all my "SSH'ing"
January 29, 201312 yr Author Yes I've gone with putty, was so easy to setup that it surprised me. Alot of my issues this last week seems to be a certain part of the world hammering my site.
January 29, 201312 yr Yes I've gone with putty, was so easy to setup that it surprised me. Alot of my issues this last week seems to be a certain part of the world hammering my site. CSF firewall block on CN among others helps :smile:
February 2, 201312 yr +1 für WinSCP. WinSCP is a way to use SSH like it were FTP. You can still use all linux commands. But you have GUI for common things, like renaming files, setting permissions, deleting or creating new files without writing single linux command.
February 2, 201312 yr +1 für WinSCP. WinSCP is a way to use SSH like it were FTP. You can still use all linux commands. But you have GUI for common things, like renaming files, setting permissions, deleting or creating new files without writing single linux command. Yup. And this is what I do like mostly. From Win pc. Of course from Osx I use the terminal, with some google search for commands :tongue:
Archived
This topic is now archived and is closed to further replies.