Category Tutorials

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…

How to use Geopy to geocode locations

In this article, I’ll introduce you to a Python library called Geopy. It is a geocoding package What is Geocoding? Geopy is a Python client for many common web services for geocoding, making it easy to locate the coordinates of…