Category: Linux
FTP is short for File Transfer Protocol. FTP is used to transfer file from one computer to another over any type of network. An FTP server can receive traffic …
Install http Apache server To install http Apache server you will use dnf command Syntax sudo dnf install httpd Running this command will install basic packages required for working …
gzip is basically a compression program which reduces size of file to create a new file with gz extension. Gzip use Lempel-Ziv (LZ77) algorithm to compress file. When a …
Samba is open source implementation for SMB Protocol and CIFS protocol (definition SMB Protocol – The Server Message Block Protocol (SMB protocol) is a client-server communication protocol used for …
What is LUKS Data safety is one of the top concerns everywhere be it corporate environment or confidential information or a regular home setup. LUKS is an encryption method …