Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOpsSchool!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

Exploring Ubuntu: Overview, Use Cases, Architecture, and Getting Started

What is Ubuntu? Ubuntu is a popular open-source Linux-based operating system developed and maintained by Canonical Ltd. It is designed to be user-friendly, secure, and versatile for both desktop and server environments. Ubuntu is based on Debian Linux and follows a regular release cycle, with Long-Term Support (LTS) versions supported for up to 5 years. … Read more

Install and Configure Grafana in Ubuntu and Debian

Install and Configure Grafana in Ubuntu and Debian Step 1 – Download & Install Grafana Download Grafana RPM file RPM for Linux from https://grafana.com/grafana/download?platform=linux # Ubuntu & Debian $ wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_5.2.2_amd64.deb $ sudo dpkg -i grafana_5.2.2_amd64.deb Step 2 – Understand Grafana Installation details in Ubuntu/Debian Installs binary to /usr/sbin/grafana-server Installs Init.d script to /etc/init.d/grafana-server Creates … Read more

Tasksel – Easily/Quickly Install Group Softwares in Debian and Ubuntu

tasksel-easily-quickly-install-group-softwares-in-debian-and-ubuntu

Tasksel – Easily/Quickly Install Group Softwares in Debian and Ubuntu If you started out using an RPM-based distro before advancements like “yum” or “apt-rpm”, you’re loving the magic of “apt-get” on Ubuntu and Debian. But when it comes to installing large sets of software, which may have either dozens (if not hundreds) of packages, or … Read more

Vagrant installation in Centos, Ubuntu and Windows | Vagrant Tutorials

vagrant-installation-in-centos-ubuntu-and-windows

Vagrant installation in ubuntu 1. Update your apt repository > sudo apt-get update 2. Install VirtualBox. > sudo apt-get install virtualbox 3. Install Vagrant. > sudo apt-get install vagrant Vagrant installation in Centos 1. Update your system > yum -y update > cd etc/yum.repos.d/ > wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo > yum update -y > yum install binutils … Read more

HOWTO: Install e17 from SVN/source on Ubuntu

install-e17-from-svn-source

E17 is a lightweight window manager/bundle of libraries for Unix based operating systems. E17 is designed to be both elegant and fast – two goals it succeeds at very well. The only problem is that installing E17 on Ubuntu (and it’s derivatives) is not a very straight forward process if you have never done it … Read more