- Is virus and malware free
- Uses the latest, stable, updated version of its operating system
- Has a functioning screen, keyboard, and trackpad
- Has plenty of free hard drive space and memory
- Can reliably connect to wireless networks
TIP: Treehouse offers a free 14-day trial which you can suspend after completing their courses.
Demonstrate the following skills using only your Terminal, your text editor, and your web browser.
For example, ryansobol/
For example, ryansobol/unix_notes.txt
For example,
cd <path> Changes the working directory to <path>
ls <path> Lists the directory content of <path>
...
For example, ryansobol/git_notes.txt
For example,
git add <file> Adds any changes inside <file> to the staging area
git commit -m '<message>' Commits the staging area to the repository with a <message>
...