Learn Linux: How to set environmental variables and what are they?
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 ...
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 ...
I've taken a little bit of inspiration from the smart passive income blog and have decided to do a monthly "earnings" report. The report will show all the income I ge ...
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 ...
We use this blog to post about business and entreprenuership, since that's exactly what we're all about! Our aim is to create useful information about starting your own ...
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 ...