Command Line

  • How to 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…

    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 this, 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…

    Read More