Shell
Talk to a CentOS server via Command Line
Here are a few commands that i found helpful when i learned to use the command line to connect to the server. Connect To connect to the server, type the following line into your command line tool. I’m on a Mac and use the terminal: ssh username@ip username is the name of a user that has ssh permission, example: root. ...Read more
How To Use MySQL On MAMP Via Terminal
I’m still quite new to the use of command line, so if there is any better way of doing it, please don’t hesitate to let me know in the comments. To connect to your MAMP MySQL database via command line, first navigate to the correct directory within your MAMP installation using the Terminal (or another SSH client). Example: cd /applications/mamp/Library/bin ...Read more



Recent Comments