Debian Linux

How to Install UFW Ubuntu Firewall on Debian Linux

UFW Ubuntu Firewall is Uncomplicated Firewall which is easy to Configure. Even though UFW mostly been used in Ubuntu Linux, UFW also available for the Debian Linux. In this Debian tutorial we are going to learn how to install UFW Firewall on Debian Linux and configure UFW as the Debian firewall.

How to Create a user in Debian Linux using adduser Command

In this Debian tutorial we are going to learn how to add users in Debian Linux using Command Line Interface.

Debian Linux uses adduser command to create users from the command line. Use adduser command followed by the username to create a new user with the default options.

How to Install FileZilla FTP Client on Debian Linux

In this article we are going to install Filezilla FTP client on Debian Desktop.

It is very easy to install Filezilla on Debian Linux from the command line using apt-get install command.

How to Restart Debian Linux From Command Line

We can restart debian Linux from the command line using systemctl command, reboot command and shutdown command. All Three commands can use to restart debian Linux System.

How to Add User to Sudoers in Debian Linux 8

How to Install Apache on Debian Linux 8.3 - Configure Apache Web Server on Debian

In This Debian tutorial We are going to learn how to install and configure Apache Web Server on Debian Linux 8.3. After Installing Apache on Debian we will also look at how to Configure Apache Virtual Host to host multiple websites on single server.

How to Enable Debian root SSH Login - Permit root ssh access in Debian Linux 8

Install SSH Server Debian Linux

Installing SSH Server debian Linux allows us to log in to the debian server via ssh protocol. SSH is the preferred method to login to the debian from a remote location because the ssh protocol provides a secure encrypted connection over the internet.

In This Debian Tutorial We are going to Learn How to Install SSH Server On Debian 8.3.

SSH server for debian 8.3 is provided by the openssh-server package. We can install openssh-server on debian Linux using apt-get install command.

How to install htop on Debian Linux 8.3

In this tutorial we are going to learn how to install Htop Linux process monitoring tool on Debian Linux 8.3.

Like top command , htop also use to monitor Linux processes. But unlike top, htop command is more user friendly and easy to read.

How to Install VMware Tools on Debian 8.3 Virtual Machine

In This tutorial we are going to learn how to install VMware tools on Debian Virtual Machine running on VMware workstation. For this tutorial we are using debian 8.3, But this also works for all other Debian Linux releases including Debian 7.

For Debian Linux 8.3 you should install open vm tools instead of standard VMware tools provide by the VMware. So let's how it is done.