###### TO CHECK THE SELINUX STATUS #### #sestatus ###### TO ENABLE THE SELINUX SERVICE #### #vi /etc/selinux/config SELINUX=enforcing :wq ( save & quit ) #init 6 ( to reboot the [ … ]
Category: Advance Linux
NTP Server
To Configure the NTP Server first check the date and time of pc timedatctl status it should be correct according our time zone ist Step 1 : TO INSTALL THE PACKAGE yum [ … ]
NFS Server
NFS Server Configuration: NFS service Port Number : 2049 The network File System is certainly one of the most used network services. NFS is based on the Remote procedure call. [ … ]
Samba Server
Samba using smb protocol. It also called as “Server Message Block” also known as “netbios/tcp-ip“ Features of SAMBA: File/Directory Sharing Browsing Resource Sharing Using authentication and Authorization Requirments: Configure SAMBA [ … ]
Web Server
#### TO CONFIGURE THE WEBSERVER ####Step 1 ###### TO ASSIGN THE HOSTNAME #####hostname www.zoom.comhostname ( to check )ifconfig ( to check the ip )vi /etc/hosts ( to provide the ip [ … ]
FTP Server
This protocol is used to download and upload the files over the internet. It is a standard method for standard method for sharing the files over the internet for many [ … ]