Some Unix References
Unix/Linux Reference Videos
Unix/Linux References
- Free interactive tutorial by Linux Survival https://linuxsurvival.com/linux-tutorial-introduction/
You actually get to try out the commands as you learn in a simple Linux console
- Some of the best and most-often-used Linux/Unix Commands http://www.pixelbeat.org/cmdline.html
These are the actual commands used in practice; not for learning but for actually doing!
- Ryans Tutorialsl https://ryanstutorials.net/linuxtutorial/
Great beginners guide for BASH commands
- A Linux Primer http://www.whoishostingthis.com/compare/linux/primer/
Nice Linux Primer
- Essential Unix Commands http://www.math.harvard.edu/computing/unix/unixcommands.html
Wonderful one-page listing of the most common Unix commands
- Beginner's Linux Guide http://giorgiofontana.net/appunti/linux/tutorials/BLG/index.html
Great collection of guides for Linux/Unix
- Linux in 10 Minutes http://freeengineer.org/learnUNIXin10minutes.html
Great reference for essentials in Linux/Unix
- Linux Tutorials http://www.linux-tutorial.info/index.php
A lot of articles to learn Linux. One of the best source of knowledge of Linux in the web.
- More Linux Tutorials http://flatline.cs.washington.edu/orgs/acm/tutorials/
A lot of articles to learn about linux, sed, awk, c++, python, etc.
- Comparison of various Unix shells http://www.faqs.org/faqs/unix-faq/shell/shell-differences/
If you scroll down a ways, you'll see a table summarizing the differences.
- Linux/Unix Commands Reference http://www.nbcs.rutgers.edu/~edseries/UNIXcmds.html
Great reference for linux/unix commands.
- Linux/Unix Commands Summary http://www.computerhope.com/unix.htm
Great website detailing the various linux/unix commands.
- Using arguments/options in scripts http://www.chinet.com/html/unix101.html
Great website detailing how to use arguments/options in Unix/Linux scripts.
- Great guide on using grep http://www.kingcomputerservices.com/unix_101/grep_this.htm
Great website detailing how to use grep.
- A free, online Unix-like FreeBSD shell http://cb.vu/
SPOTTY: Might Not Work: A Great free, online Unix-like FreeBSD shell
- A free, online Linux BASH shell https://cocalc.com/features/terminal
A Great free, online Linux BASH shell
Shell Programming and Regular Expressions
Miscellaneous Linux References
Miscellaneous Linux References
Linux Distributions and Virtual Machines
- Linux Distributions http://iso.linuxquestions.org/
This site contains the latest Linux distributions for those interested
in running Linux in their own computers. If you do not have Linux
installed, I would suggest Knoppix which is a "live CD" so no
installation is need it in the HD. Also, Ubuntu is a great distribution
that can be used as "live CD" or HD installation. Again, this is not
part of the course requirements. Its just an option for students
interested in having Linux available in their computers. If you do not
have Linux installed, I would suggest Knoppix which is a "live CD" so no
installation is need it in the HD. Also, Ubuntu is a great distribution
that can be used as "live CD" or HD installation. Again, this is not
part of this course requirements. Just an option for students interested
in having Linux available in their computers.
- VMware Virtual Machine http://www.vmware.com/
VMware Server is a free hosted virtualization platform that installs like
an application on any existing server hardware and partitions a
physical server into multiple virtual machines.
- VirtualBox Virtual Machine http://www.virtualbox.org/wiki/Downloads
VirtualBox is a general-purpose full virtualizer for x86 hardware.