Satish Kumar has Published 1032 Articles

Linux Commands Comparison curl vs wget

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:45:21

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

Common Linux Text Search

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:43:54

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

Splitting Files in Unix Systems

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:43:15

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

How to Find Broken Symlinks in Linux

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:41:52

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

Guide to Stream Redirections in Linux

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:40:28

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

Concatenating Files in Linux

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:39:02

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

Setting Permissions with chown and chmod

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:38:17

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

Guide to the Linux find Command

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:37:22

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

Configure Postfix to Use Gmail SMTP on Ubuntu

Satish Kumar

Satish Kumar

Updated on 03-Mar-2023 14:35:14

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

Cable TV for Data Transfer

Satish Kumar

Satish Kumar

Updated on 08-Feb-2023 21:35:52

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

Advertisements