This is a collections of short write-ups that I've been working on in my spare time. It seems there are quite a few people trying out Linux for the first time, and are struggling to figure out how to do things. I hope these will come as some benefit to some of those people.
I will try to add to this list as time permits
- linux1 - why and how - My story as to why I chose to make the switch to Linux
- linux2 - file system - Brief introduction to the Linux file system structure
- linux3 - terminal - Brief introduction to the Linux terminal
- linux4 - terminal file system - Brief introduction to navigating within the terminal
- linux5 - terminal system commands - How to obtain and change information about your Linux system
- linux6 - terminal file commands - How to view and manipulate files from the Linux terminal
- linux7 - terminal fun commands - Some fun commands from the Linux terminal
- linux8 - terminal APT package installer - Brief intoduction to the APT installer
- linux9 - terminal pacman package installer - Brief introduction to the pacman installer
- linux10 - terminal search and regular - Brief introduction to searching and regular terminal commands
- linux11 - desktop environments - Brief introduction to some desktop environments
- linux12 - installing/removing desktop environments - How to install a new DE and remove a DE
- linux13 - changing file permissions - How to view and change file permissions
- linux14 - Changing user and groups - How to view and change user and group of files
- linux15 - misc terminal commands - Brief overview of some Misc terminal commands
- linux16 - introduction to bash scripts - Brief introduction to Bash scripting
- linux17 - bash scripting basics - Bash Scripting basics (+)
- linux18 - working with zip file - How to unzip your ... files
- linux19 - symbolic links - How to set up and use Symbolic links in Linux