Very old but interesting UNIX and Linux documentation.

Very old, but precious UNIX documentation from the 1970`s. These would be very interesting reading for someone interested in UNIX. 1972 UNIX programming manual. https://www.tuhs.org//Archive/Distributions/Research/1972_stuff/unix_2nd_edition_manual.pdf. Tmg compiler-writing language manual. https://www.tuhs.org//Archive/Distributions/Research/1972_stuff/tmg.pdf. UNIX Programmers manual November 1971. https://www.tuhs.org//Archive/Distributions/Research/Dennis_v1/UNIX_ProgrammersManual_Nov71.pdf. UNIX Kernel Subroutine Descriptions March 1972. https://www.tuhs.org//Archive/Distributions/Research/Dennis_v1/Kernel_Subroutine_Descriptions_Mar72.pdf. Intro on how manual pages are laid out in UNIX. 1971. https://www.tuhs.org//Archive/Distributions/Research/Dennis_v1/manintro.pdf. … Read more

Useful Linux information and good reading for Linux users.

Useful Linux e-books and further reading for Linux users Guide to the Linux command line: http://www.securitronlinux.com/lc/Linux-Command-Line-Guide%20.png. Useful guide to the Linux command line for Linux newcomers. Guide to Linux permissions. How to set the permissions for Linux files with the command line: http://www.securitronlinux.com/lc/112_sysadmin_permissions.pdf. Debian Linux handbook. Useful information and tips for Linux newcomers: http://www.securitronlinux.com/lc/debian-handbook.pdf. Ubuntu … Read more

Useful online resources for learning the bash shell and other useful Linux documentation.

Some useful links and bits of information for budding Linux users. Bash cheat sheet. http://www.catonmat.net/download/bash-history-cheat-sheet.pdf. This is a very useful bash cheat sheet that will greatly assist you when you are learning the bash shell. (PDF). The .bash_history file may be blocked by using the unset HISTFILE variable in your .bashrc file. Read more about … Read more