How Systemd Is Different From SysVinit?

What Is init In Unix or Unix based systems init is the first process that gets started during system boot. It is the parent process of all the processes that are running into the system. It automatically adopts all the processes that get orphaned. init holds the process id 1. Once it gets started it … Read more

How To Setup FTP Server In Linux/Unix?

FTP is the short form of File Transfer Protocol. It is a standard networking protocol used to transfer files between client and server. An FTP user may authenticate themselves by using username and a password. For secure transmission of username or password or other encrypted content that is to be transferred, FTP is often secured … Read more

How To Connect A Remote Linux Server Using SSH?

Secure Shell(SSH) is a cryptographic networking protocol for securely getting access to a remote computer with the command line interface. It provides a secure channel over the unsecured network to execute a command and operate a system remotely in a client-server architecture. SSH was designed as an alternative of telnet and other unsecured remote shell … Read more

Package Managemet In Slackware

Slackware is a Linux distribution developed by Patrick Volkerding initially it was released in 1993. The distribution was based on the Softland Linux system which was one of the first Linux distribution created. Slackware development aims for design stability, simplicity, and most Unix-like system. It is considered to be most suitable for advanced and technically … Read more