Webmin is a web-based system administration tool for Unix-like systems. It provides an easy alternative to command line system administration and can be used to manage various aspects of a system, such as users and services, through the use of the provided Webmin modules. If you want to manage your own server but you are…
Category: System Administration
Ubuntu Basics – How to Set A Static IP
This tutorial explains how to set a static IP on an Ubuntu system from the command line. Step 1: sudo nano /etc/network/interfaces Step 2: If DHCP has configured, you will see auto lo eth0 iface lo inet loopback iface eth0 inet dynamic Step 3: Change dynamic value to static and keep adding Values shown in…
All about DATA backups & rotation
DATA backup is to make copies of particular data in order to use those copies for restoring the information if a failure occurs (a data loss event due to deletion, corruption, theft, viruses etc.). there are four common backup types implemented and generally used in most of these programs: full backup, differential backup, incremental backup…
What is RTO, RPO, WRT, MTD ?
When it comes to Disaster Recovery & High Availability Techniques, these Acronyms are a must. So will discuss a bit in further. 1. Business as usual At this stage all systems are running production and working correctly. 2. Disaster occurs On a given point in time, disaster occurs and systems needs to be recovered. At…