Learn Linux: How to configure Apache on Debian
Apache Web Server is one of the most popular web servers in the world. It's very easy to setup, contains a plethora of extensions and can be customized to suit your website. Th ...
Apache Web Server is one of the most popular web servers in the world. It's very easy to setup, contains a plethora of extensions and can be customized to suit your website. Th ...
This guide will teach you the basics of DNS (Domain Name System) and how to setup your own DNS server so that your domain names point to your website. DNS in it's basic form ...
Want to learn more about Environmental Variables? Check out our guide on How to set environmental variables and what are they To see your environmental variables, type the follo ...
Environmental variables are little nodes of data that can be accessed within the Linux shell session. If you've ever programmed, you'll know that you can assign data to a v ...
This is a cheatsheet of Linux commands for installing proftpd. If you need a more detailed guide, check out: Installing and Configuring ftp with proftpd Install proftpd: ...
This linux tutorial will teach you how to setup proftpd on debian and configure it correctly. Setting up FTP on your server is one of the most common practises you can do; it allow ...
Add a user to your system: adduser <username> Add a user to your system with a specific home directory adduser --home <directory> <username> Add a ...
User Management in Linux is made easy by using a few simple commands. This tutorial will go over some of the basic commands and also explain a few concepts of the user system. W ...
To find out your server version, kernel version and other information: uname -a To find out the current Linux version lsb_release -a ...
Using SSH, we can find the Linux version using two simple commands. Want the cheatsheet version? Cheatsheet Linux Commands: uname If you're like me, you often have to SSH ...