Terminal Fun
Iāve decided to try theĀ āLearning Python The Hard Wayā-book and started out by going over Appendix A which dealt with working with the linux-terminal. Most of it felt familiar but I might as well go at it from scratch.
http://learnpythonthehardway.org/book/appendixa.html
I had to install the text editor gedit (even though there is an existing one) just to not have to struggle with finding the correct command when comparing with the book.
sudo apt-get install gedit
Followed by a prompt Y instead of Yes since Iāve also followed The Simpsons, productivity tripled just like that.
A few things that were actually harder to find than I thought would be necessary. v was needed to get into writing mode in a document and ctrl+x to close the writing module (learned the hard way by trying things)...Ā








