Dinesh Achari

Dinesh Achari

How To Setup Java_Home Path In Ubuntu

Java

If you are using any integrated development environment (IDE) such as Netbeans, Eclipse, etc., for java based programming if your IDE automatically installs and sets the required variables for you to do java programming, you will never hear from your…

How To Keep Ubuntu Up To Date

How To Keep Ubuntu Up To Date

Keeping Ubuntu up to date is important for two main reasons: security and software stability. Security updates fix vulnerabilities in the operating system that could be exploited by malicious software or attackers. Software updates improve the stability of the system…

How To Find The User Group of A User

How To Check The User Groups An Ubuntu User Belongs To

When we talk about the usual day-to-day activity of any Linux administrator, one activity indeed precedes everything else: adding or removing users from the system. One thing that keeps changing is the users’ access level depending on the kind of…

How to use loadable kernel modules in Linux?

Using Loadable Kernel Modules In Linux

Loadable kernel modules are pieces of code that can be loaded and unloaded into the kernel upon demand. They provide a way to extend the functionality of the kernel without having to rebuild or reboot the system. In this article,…

5 Ways To Check Available Memory In Linux

5 Ways To Check Memory Usage In Ubuntu

Checking the amount of memory that is being used is something every user does when the system runs slow. It is even more important for system administrators who have to keep a tab on the system resources that are being…