Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.4 KB

quick-start.md

File metadata and controls

23 lines (14 loc) · 1.4 KB

🍕 Quick Start

Purpose

The purpose of this page is to get you up to scratch on the basics of connecting to and administrating servers, or anything else you may need to know before trying to implement or troubleshoot something

How to SSH into a server

Windows Linux
Open Powershell Open Terminal
Type 'SSH username@servername' Type 'SSH username@servername'
Input password Input password

Configuring SSH keys makes this process easier, ssh-keys.md

Basic Terminal Commands

Operating SystemCommandExamplePurpose
Ubuntu & WindowsclearEmpties the terminal window
Windowscdcd
UbuntudirdirLists the files in a directory
Ubuntunanonano config.ymlOpens file in the Nano file editor
UbuntuCHMOD chmod 777 config.ymlChanges permissions on folder

Other helpful tips

  • you can use the TAB key to autocomplete file names and some commands