
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
15K+ Views
Introduction Linux is a versatile operating system that is popular among developers, system administrators, and enthusiasts. It offers a variety of tools to help users perform various tasks, and two of most commonly used command-line utilities are curl and wget. Both these commands are used to download files from internet, ... Read More

Satish Kumar
344 Views
Introduction Linux is an open-source operating system that is widely used for servers, workstations, and mobile devices. It is well-known for its stability, reliability, and security. One of most useful features of Linux is its command-line interface (CLI), which allows users to perform various tasks quickly and efficiently. In this ... Read More

Satish Kumar
735 Views
Introduction Unix systems have been popular for their efficiency and versatility in handling file operations. One of common operations is to split files into smaller chunks to make them more manageable. split command in Unix is used to achieve this task. This command allows user to split a large file ... Read More

Satish Kumar
7K+ Views
Introduction Symbolic links, also known as symlinks, are a fundamental part of Linux file system, and they allow users to create shortcuts to files or directories. A symbolic link is a file that points to another file or directory, and it allows users to access a file or directory without ... Read More

Satish Kumar
896 Views
As a Linux user, it's essential to understand concept of stream redirections. Stream redirections allow us to manipulate and control input and output streams of Linux commands. It means that we can control where standard input, output, and error streams are going to and coming from. In this article, we'll ... Read More

Satish Kumar
6K+ Views
Linux is an operating system, it become popular for its open-source nature, flexibility, and reliability. Including its many features, Linux also provides powerful tools for managing files and data, including ability to concatenate files. The concatenation is process of joining two or more files together, creating single file that contains ... Read More

Satish Kumar
3K+ Views
When working with files and directories in Linux, it’s important to understand how to set permissions. Permissions define who can access and modify files and directories on a system. In this article, we will go through how to use chown and chmod commands to set permissions on files and directories. ... Read More

Satish Kumar
425 Views
Introduction Linux is powerful operating system it provides a variety of command-line tools to managing files or directories. One of most useful tool is find command, it allows users to search any files and directories based on a wide range of search criteria. In this article, you will ... Read More

Satish Kumar
14K+ Views
Introduction Postfix is open-source mail transfer agent (MTA) it allows users to send and receive email on Linux system. It is efficient and easy-to-use solution, it can configured to work with various email providers, including Gmail. In this article, we will show you steps to configure Postfix using Gmail ... Read More

Satish Kumar
2K+ Views
Cable television (TV) networks have been used for data transfer in the past. Cable TV networks were initially designed to transmit television signals, but they have also been used to provide internet access and other types of data transfer services. This is typically done using a technology called "cable modem, ... Read More