System and Network Administration
Linux Systems
- Lab 1: Setting Up a Virtual Machine with VirtualBox/VMware
- Install a virtual machine.
- Lab 2: Linux Installation and Setup
- Install a Linux distribution (Ubuntu, Fedora, etc.) in a virtual machine.
- Lab 3: Linux commands - MANAGING FILES
- Explore basic Linux commands (
ls
, cd
, pwd
, cp
, mv
, etc.).
- slides
- Lab 4: Understanding File Permissions
- Explore file permissions (
rwx
) and ownership.
- Change permissions and ownership using
chmod
and chown
.
- slides
Windows
Lab #1: Managing User Accounts and File Permissions on Windows
Lab #2: Managing User Accounts and File Permissions on Windows [Part 2]
Lab DHCP Server using router
Lab DNS Server
Lab Configure DHCP Server on the Router
Lecture notes:
Lab Windows Server Installation
Lab Domain Controllers
Lab File Server Resource Manager (FSRM) pdf
Lab IIS
Linux - User and Group Management
- Practical 1: User Management
- Add, delete, and modify user accounts (
useradd
, usermod
, passwd
, userdel
).
- Practical 2: Group Management
- Add, delete, and modify groups.
- Assign users to groups and explore
/etc/passwd
and /etc/group
.
Week 4: Linux Softwares Management
- Practical 2: Manage Softwares