Linux Server Configuration is a backend web project from Udacity Full Stack Nanodegree
- IP Address: 34.228.15.203
- SSH Port:
2200 - Web URL:
- Git Bash
- Apache2
- mod_wsgi
- virtualenv
- Flask
- psycopg2
- httplib2
- SQLAlchemy
- Download or
git clonethis project - Open Git Bash
- Navigate to directory of the
grader_keyfile - Log in by typing this command line with
XX.XXX.XXX.XXXis the IP Address
ssh [email protected] -p 2200 -i grader_key
- Enter passphrase: udacity.
- Firewall:
sudo ufw status - Timezone:
date - Database
- Connect to database:
psql -R grader catalog - View all database:
\l - View all roles and permission:
\du - Quit current view:
Qkey - Quit postgres:
\q