easSylinuxDec 21, 20175 min readHTTPD1) What does Apache server mean? Ans:- Apache Web Server is designed to create Web servers that have the ability to host one or more...
easSylinuxFeb 19, 20182 min readMultiple Choice Q & A- 1 1) Which command is used to count the total number of lines, words and characters contained in a file? A) count B) ls C) wc D) None of...
easSylinuxFeb 17, 20182 min readHow To Configure LVMWhat is LVM? LVM is a method of allocating hard drive space into logical volumes that can be easily resized as per our requirement. OR...
easSylinuxDec 31, 20176 min readHow to configure 2 node cluster with RHCS(Redhat Cluster Suite) and deploy Application.Here we are going to configure Apache Tomcat (System 1) and Mysql (System 2) in a two node RedHat Cluster Suite (RHCS) with high...
easSylinuxDec 27, 20173 min readHow To Configure FTP server and Client in RHEL-7Key Points to Remember FTP (FILE TRANSFER PROTOCOL) 1. Install the package. 2. Create some files in /var/ftp/pub directory (Server Side)....
easSylinuxDec 21, 20172 min readYUM1) How to check the installed software (rpm’s) on Redhat Linux ? Ans:- rpm -qa package_name (or) rpm -qa | grep package_name* For...
easSylinuxDec 20, 20173 min readNFS 1) Why we use NFS server? Ans :- we used NFS (Network File Sharing) server to share a file or a directory over the network but we can...
easSylinuxDec 20, 20173 min readFTP1) Why we use FTP server? Ans :- The File Transfer Protocol (FTP) is used to downloads and upload the files over a network. 2) On which...
easSylinuxDec 20, 20173 min readSAMBA1) Why we use SAMBA server? Ans:- with the help of samba server we can share the files and printers over Linux to Linux systems as well...
easSylinuxDec 20, 20173 min readISCSI1) What is ISCSI? Ans:- iscsi is internet SCSI (small computer system interface) an internet protocol (IP) based storage networking...
easSylinuxDec 20, 20173 min readSSH1) What is ssh? Ans:- SSH (secure shell) is a protocol for creating a secure connection between two systems. SSH is Known for its high...
easSylinuxDec 20, 20174 min readMYSQL1) What is MySQL? Ans:- MYSQL is an open source relational database management system (RDBMS) based on structured query language 2) What...