Step By Step Linux DHCP Server Configuration In Redhat/Centos/Fedora

Step By Step Linux DHCP Server Configuration In Redhat/Centos/Fedora

In this article, we are going to discuss a very interesting and important topic i.e. Linux DHCP Server Configuration. Linux DHCP Server stands for Dynamic Host Configuration Protocol is used to provide IP Address to client Computers Dynamically OR Automatically. The Port Number of DHCP Server is 67 and The Port Number of DHCP Client is …

Read more

How To Configure vsftpd Linux FTP Server In Redhat/Centos/Fedora

How To Configure Linux FTP Server (vsftpd Server) In Redhat/Centos/Fedora

In this article, we are going to learn How To Configure vsftpd Linux FTP Server In Redhat/Centos/Fedora. Vsftpd stands for Very Secure File Transfer Protocol is an FTP Server used to transfer data over the network securely. The port number of Vsftpd Server is 21. Vsftpd Linux FTP Server is available for all Linux distros …

Read more

How To Configure Autofs (Automount) In Linux

How To Configure Autofs (Automount) In Linux

In this article, we are going to learn How To Configure Autofs (Automount) In Linux. Autofs also referred to as Automount is a nice feature in Linux used to mount the filesystems automatically on user’s demand. There are two ways available in Linux by which we can mount the file system i.e. /etc/fstab and another one …

Read more

How To Install Xarchiver Archive Manager In Ubuntu – A Best Gnome Archive Manager For Linux

How To Install Xarchiver Archive Manager In Ubuntu 16.04 – A Best Gnome Archive Manager For Linux

In this article, we are going to learn how to install Xarchiver archive manager in Ubuntu. Xarchiver is an open-source Gnome archive manager application used to archive the files & directories and save the output file into various archive formats like .zip, .bzip2, .rar and so on. You can also use this application to extract …

Read more

Compress Files Using Bz2 (Bzip2 Linux Command) And Unzip Bz2 File In Linux

Compress Files Using Bz2 (Bzip2 Linux Command) And Unzip Bz2 File In Linux

In this article, we are going to learn how to compress files using the bz2 file compression tool (bzip2 Linux command) and unzip bz2 compressed file. bzip2 is an open-source compress tool similar to the zip & gzip compression tool used to compress large sized files to reduce their size. bzip2 can compress files not …

Read more