These are my Linux projects and assignments.
bash scripting: add users, groups, passwords from csv file
In this assignment we were given a csv file that contained a first name, last name, department, id #, group1, group2, group3, group4 and group5. We were then required to write a script that would complete the following tasks.
1. Create a user name from the last name and first inital.
2. Create a comment that would be their first and last name.
...more...
Creating a sudo user with root power
It took me a while to find out how to actually create a sudo user with root power so I thought I would share how I did it.
...more...
Linux Run Levels
A brief run down and description of the 7 run levels in Linux
...more...
Steps to Compiling Source Code
The procedure for compiling source code into binary programs is standardized today among most Open Source Software developers. Because most source code comes in tarball format, you must uncompress and extract the files.
...more...