Category Tutorials

The yum command in Linux – A Cheat sheet

Yum Command

Every Linux distribution has a command line application called as package manager. Its main job is to take care of dependency resolution and install them whenever you try to install a new software and make sure that the installed dependencies…

How to dual boot Ubuntu and Windows 10?

Cover Photo 01

In this tutorial, we will be learning how to dual boot Ubuntu and Windows 10. Ubuntu is one of the most popular and user-friendly Linux distributions. Ubuntu would be usually recommended to anyone who is starting out using Linux. You…

Crontabs in Linux – Easy Reference

Cover Photo 01

In this tutorial, we will be learning how to schedule tasks with crontabs in Linux. Crontab stands for cron table which contains a list of tasks which are scheduled to run at a regular interval of time. These tasks are…