Tutorials
- The Linux Survival tutorial provides a shell that runs in your browser. Complete Module 1 and Module 2 for just the basics.
- The Unix Shell (Software Carpentry).
- Unix Command-Line Basics. Free online course at Udacity.com.
- Unix terminals and shells. 15-min. videos on YouTube, from Code School.
Unix Lore
- Command Line vs. GUI. Why people still use the command line.Why use a commmand line instead of windows?
- List all the say voices for MacOS Terminal.
- Interactive Prompts in Unix. Customize the shell’s default prompt from “$” to whatever you want.
- The Amazing Disappearing Day: The UNIX cal command.
Open a Unix command line, and execute the following commands:
cal 2 2014
cal 9 1752 - End of Unix Time (Numberphile, on youtube).
Unix encodes time as a single signed integer number which increments every second. Unix time may be checked by typing
date +%s.Time began for Unix 00:00:00 on 1/1/1970. This is the Unix Epoch.
Why 00:00:00 1/1/1970 is the Unix Epoch.
Time will end for Unix systems at 03:14:08 on 1/19/2038.
The 32-bit version of the Unix time stamp will cease to work on this date, as it will overflow the largest value that can be held in a signed 32-bit number.
- Hacker Typer. Look real busy at Starbucks. Especially if there’s a piano in the corner.
- Cool Retro Term. Free cathode ray terminal (CRT) app for MacOS. Cathode. Not-free CRT app for OS X and iOS.
- Unix Help Wanted, 1994: Click on the name, Jeff Bezos, to expand the post.
- It’s a Unix System! (Jurassic Park)
- Linux is 25. Let’s celebrate with 25 stunning facts about Linux. [Announced in ’91, released in ’94]