Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
NiftyWolfie Posted January 25, 2013 Posted January 25, 2013 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.
nylyon Posted January 25, 2013 Posted January 25, 2013 For OSX, I just use the built in SSH, for Windows I have used Putty
Dmacleo Posted January 25, 2013 Posted January 25, 2013 putty works well for me on win7, tested briefly on win8 with no issues but was limited test.
NiftyWolfie Posted January 25, 2013 Author Posted January 25, 2013 I've got window7 and I did download putty :) as it was first to come up in a google search.
IveLeft... Posted January 25, 2013 Posted January 25, 2013 For OSX the built in Terminal and i use Piper from the App store for remembering passwords - logins and auto connecting with terminal
Gianpiero L. Posted January 25, 2013 Posted January 25, 2013 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
*Salvo* Posted January 25, 2013 Posted January 25, 2013 Even winscp is nice, as you can check the hierarchy of your files on your server. Not purely for SSH commands.
CrossFire-Radio Posted January 29, 2013 Posted January 29, 2013 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"
NiftyWolfie Posted January 29, 2013 Author Posted January 29, 2013 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.
IveLeft... Posted January 29, 2013 Posted January 29, 2013 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:
Sonya* Posted February 2, 2013 Posted February 2, 2013 +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.
Dmacleo Posted February 2, 2013 Posted February 2, 2013 CSF firewall block on CN among others helps :smile: yup.
*Salvo* Posted February 2, 2013 Posted February 2, 2013 +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:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.