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
- Explore basic Linux commands (
- Lab 4: Understanding File Permissions
- Explore file permissions (
rwx
) and ownership. - Change permissions and ownership using
chmod
andchown
. - slides
- Explore file permissions (
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
- How to configure DHCP server on the router
-
Week 4: Linux - User and Group Management
- Practical 1: User Management
- Add, delete, and modify user accounts (
useradd
,usermod
,passwd
,userdel
).
- Add, delete, and modify user accounts (
- 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