Sunday, November 16, 2025

HTTP Appache Server LAB 7

 Apache HTTP Server (httpd) Configuration,






































Linux NFS Server Configuration LAB 6

 Configured and managed NFS servers for sharing files across multiple Linux systems.







Managed NFS exports with restricted subnet access and secure options (rw, sync, root_squash)

















+----------------+                     +----------------+
|   NFS Server   |                     |   NFS Client   |
| 192.168.0.1   |                     | 192.168.0.2  |
| /Nuxfile  |  <---- NFS ---->    | /mnt/warehouse |
+----------------+                     +----------------+

Wednesday, November 12, 2025

File Transfer Protocol (FTP) LAB 5

 Linux for file transfer between client and server,



Configure an FTP server on your Linux VM,



 








File System & LVM: "Add and Extend Storage" LAB 4

 Add a new disk, create LVM, format, mount, and extend a logical volume.










Networking Setting IP Address (Static & Dynamic) LAB 3

Permanent IP Configuration (RHEL/CentOS 7,8,9 – NetworkManager,

Method 1: Using nmtui,







Method 2: Using gnome-control-center display









User Management and Access Control LAB 2

User & Group Management: "Onboarding and Access Control"

 Create a new user and Password ,





Add the user to a group:


Linux file and directory permissions, ownership, and default permission settings (umask).

 Viewing File Permissions



Create sample files and directories:


Changing File Permissions with chmod

Linux Permission Default Values, 

Read = 4
Write =2
Execute =1





Linux Redhat Package Manager - LAB 1

Use RPM/DEB files only when a package is distributed that way

Package Management & Repositories: "Create Local Repository and Install Packages


On repo server, install createrepo and run createrepo,





Configure client repo file under /etc/yum.repos.d/nux.repo pointing to baseurl=http://repo-server/yum-repo.


Linux across the most common package managers and methods ,( apt, dnf, yum, zypper, pacman, apk)





HTTP Appache Server LAB 7

 Apache HTTP Server (httpd) Configuration,