
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Satish Kumar has Published 1032 Articles

Satish Kumar
430 Views
AlmaLinux is a free and open-source enterprise-level Linux distribution. It is a community-driven project designed to provide a stable, secure, and reliable operating system for enterprise-level applications. AlmaLinux is a fork of popular CentOS Linux distribution, which was acquired by Red Hat in 2020. latest version of AlmaLinux 9.9 has ... Read More

Satish Kumar
2K+ Views
If you're a user of Linux, you've probably heard term "process" thrown around a lot. But what exactly are processes in Linux, and how do they work? In this article, we'll take a deep dive into everything you need to know about processes in Linux. What are processes in Linux? ... Read More

Satish Kumar
12K+ Views
As a Linux user, you may have found yourself in situations where you need to copy or move large files or directories from one location to another. This process can take some time, and it can be challenging to monitor progress of copy or move operation. Fortunately, Linux provides several ... Read More

Satish Kumar
1K+ Views
If you work with MySQL databases, you know how important it is to have a reliable and user-friendly management tool. Adminer is one such tool that has gained popularity in recent years. In this article, we will explore features and benefits of using Adminer as a MySQL database management tool. ... Read More

Satish Kumar
4K+ Views
Introduction Git is a popular version control system used for managing source code. One of powerful features of Git is its ability to incorporate external repositories as submodules within a project. This allows you to reuse code from other repositories within your own project, and keep track of changes to ... Read More

Satish Kumar
375 Views
Ubuntu and Linux Mint are two of most popular Linux distributions available today. Both of these operating systems come with a wide range of customizable themes to help users personalize their user interface. However, if you're someone who likes to stay up-to-date with latest design trends, you may want to ... Read More

Satish Kumar
7K+ Views
If you're a fan of Vim text editor, you know how powerful it can be. But sometimes, you may want to access clipboard contents across multiple instances of Vim. This can be a bit tricky to do, but it's not impossible. In this article, we'll explore how to do just ... Read More

Satish Kumar
5K+ Views
If you're looking to breathe new life into an old computer or just try out a new operating system, Xubuntu 20.10 Linux may be just what you need. Xubuntu is a lightweight version of popular Ubuntu Linux distribution that uses Xfce desktop environment, which makes it a great option for ... Read More

Satish Kumar
3K+ Views
As we use our computers for various tasks, we often run multiple applications and software that consume a significant amount of memory. When available memory gets low, it can cause our computer to slow down or even crash. To avoid this situation, we can use a shell script to send ... Read More

Satish Kumar
1K+ Views
In a Linux environment, it's essential to keep track of system resources such as network usage, disk usage, uptime, load average, and RAM usage. This information helps system administrators detect potential issues and improve system performance. However, monitoring these metrics manually can be time-consuming and tedious. Therefore, in this article, ... Read More