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 ...
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 ...
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 ...
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 ...
Have you ever gotten to a point where you’ve just finished a project, having spent hundreds or even thousands of hours working on it, released it into the wild with adren ...