Category: Operating System
Windows Login Password is one of the basic security of your computer system. Setting Windows 10 password will ensure no one else can access your data stored on your …
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 …