Ninad Pathak

Ninad Pathak

Tuning Linux for Optimal Gaming Graphics

Optmize Gaming Performance

Gaming on embedded devices like the Raspberry Pi has come a remarkably long way. With careful tweaking, it’s now possible to achieve smooth frame rates even for 3D titles on modest single-board computers (SBCs). But optimizing graphics performance on embedded…

Guide to Install OpenJDK on Linux

How To Install OpenJDK On Linux

When working with Java applications we need Java Development Kit or JDK for short. There are various JDKs that you can use like Oracle JDK, OpenJDK, IBM J9 JDK, etc. A JDK contains collections of libraries and tools that are…

How to List All Groups in Linux?

Linux List All Groups.png

Linux groups are a collection of users. They are meant to easily provide privileges to a group of users. In this tutorial, we will look at various ways to list all groups in Linux. 2 Ways to List All Groups…

How to Clear Bash History in Linux and Mac

Clear Bash History.jpg

Sometimes we run bash commands with sensitive information. For example, running a shell script and passing passwords as the command-line arguments. In that case, it’s better to clear the bash history for security reasons. Clear Bash History in Linux When…

Top 10 Best Laptops for Kali Linux

Best Laptops For Kali Linux.jpg

Are you looking for the best laptops for Kali Linux? If yes, then this article is for you. Below we have reviewed the 10 best laptops for Kali Linux, shortlisted after the comprehensive research of 72 hours. Anyone cannot deny…

How to Set up a VPN server on Linux

VPN

A virtual private network (VPN) is a great way to keep your online activity private and secure. But if you want to take advantage of all the benefits of a VPN, you’ll need to set up your own server. Don’t…

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…