This reference guide describes the key directories found in a typical Linux installation - such as Ubuntu. Understanding their purpose can help you navigate the Linux file system. Directory Purpose…
The following steps show how to edit a text file in Ubuntu Server 18.04 using the terminal. In these examples we'll show how to use vi Editor and Nano to…
The example below shows how to delete multiple files by their size using the Linux terminal. Important: it's highly recommended you BACK UP your files before performing bulk commands -…
Problem wget is a server side application use to run remote requests. It's commonly used in a 'cron job' - to schedule running a webpage - for example, triggering a…
File commands Task Command Show current dirrectory pwd Show all files and folders in current directory ls Change directory cd e.g. cd usr Navigate to root directory cd / Navigate…
HandBrake is a free tool that’s available for Windows, Mac OS and Ubuntu that allows you to take a video in various formats and convert it to an MP4. The…
The following steps show how to set Windows 10 as the default operating system when using the Ubuntu (grub) boot loader. This is for when you are dual-booting Windows 10…
I'm not interested in getting into the technical aspects of setting up a VPS as a web server - instead I choose to use DigitalOcean and ServerPilot to get me…
In Ubuntu 18.04 the ability to automatically shutdown a computer when the power button is pressed was removed. There is however a workaround - if you set the machine chassis…