Satish Kumar

Satish Kumar

937 Articles Published

Articles by Satish Kumar

Page 49 of 94

Guide to Linux screen Command

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 799 Views

When working on a Linux terminal, you may sometimes need to keep several processes running at the same time. However, if you close the terminal or accidentally disconnect from a remote session, processes will terminate, and you may lose all your progress. This is where the Linux screen command comes in handy. Screen is a powerful command-line utility that allows you to create and manage multiple terminal sessions within a single shell window or over SSH connections. It is a handy tool for managing long-running processes or multiple commands, even if you are not physically connected to the server. ...

Read More

5 Best Linux Gaming Distributions That You Should Give a Try

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 4K+ Views

Linux has always been known as a go-to operating system for developers and programmers. However, with the rise in popularity of gaming on Linux, several Linux distributions have come forward to cater to the gaming community. These distributions have been specifically designed to enhance the gaming experience on Linux by providing pre-configured gaming environments, optimized drivers, and specialized tools. What is a Linux Gaming Distribution? A Linux gaming distribution is a specialized Linux distribution that has been customized and optimized for gaming purposes. These distributions come pre-installed with gaming software, graphics drivers, and compatibility libraries like Wine and ...

Read More

5 Linux SSH Security Best Practices to Secure Your Systems

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 1K+ Views

Secure Shell (SSH) is a popular network protocol used to remotely access and manage Linux-based systems. As an administrator, you should take appropriate measures to ensure security of your systems, data, and users. In this article, we will discuss five essential Linux SSH security best practices to secure your systems. Use Strong Authentication Methods Authentication is the process of verifying the identity of a user or system. By default, SSH uses a combination of username and password for authentication. However, this method is susceptible to brute force attacks and can be easily compromised if the password is weak ...

Read More

How to Install Anaconda on CentOS 7?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 9K+ Views

Anaconda is a free and open-source distribution of Python programming language widely used in data science, machine learning, and artificial intelligence. It comes with a package manager and pre-installed libraries that make it easy for developers to start working on data science projects without worrying about installing dependencies. This article explains how to install Anaconda on CentOS 7. Prerequisites Before installing Anaconda, ensure you have the following requirements − A CentOS 7 server with root access A stable internet connection At least 4 GB of RAM At least 10 GB of free disk space ...

Read More

5 Best Linux Package Managers for Linux Newbies

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 3K+ Views

Linux is a popular open-source operating system that has gained significant traction in recent years. It is known for its flexibility and security, making it a preferred choice for developers and enthusiasts alike. One of the essential features of Linux is its package manager, which is a tool that helps users manage software installation, removal, and updates. In this article, we will discuss the 5 best Linux package managers for Linux newbies. What is a Linux Package Manager? Before we dive into the list of package managers, let's understand what a package manager is. In simple terms, a ...

Read More

5 Most Notable Open Source Centralized Log Management Tools

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 2K+ Views

Centralized log management tools have become a crucial component in managing logs from various sources in modern software applications. These tools help to store, analyze and search large amounts of log data, making it easier for developers and administrators to identify and troubleshoot issues in their systems. In this article, we'll examine 5 most notable open source centralized log management tools and explore their features, benefits and limitations. Elasticsearch Elasticsearch is a highly popular open source search engine that's commonly used as a centralized log management tool. It's designed to store and index large amounts of data in ...

Read More

How to Install Anaconda on CentOS 8?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 2K+ Views

Anaconda is a widely used distribution of Python and R programming languages for data science, machine learning, and scientific computing. Installing Anaconda on CentOS 8 provides access to over 1, 500 packages and a comprehensive environment management system. This article will guide you through the complete process of installing and configuring Anaconda on CentOS 8, including environment management and package installation. Prerequisites Before installing Anaconda, ensure your CentOS 8 system is updated and has sufficient disk space (minimum 3GB recommended). sudo dnf update -y Step 1: Download Anaconda Installation Script Download the ...

Read More

Remove symbolic links file in Linux?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 14K+ Views

Symbolic links (also called soft links) are pointers to files or directories located elsewhere in the filesystem. They provide convenient shortcuts for accessing files without duplicating data. This tutorial demonstrates how to properly remove symbolic links in Linux without affecting the original files. Understanding the Setup Let's start with a directory containing files and their symbolic links. Here's our example structure − $ ls -l total 0 drwxr-xr-x 2 kent kent 40 Apr 26 23:48 aDir/ -rw-r--r-- 1 kent kent 0 Apr 26 23:46 aFile.txt lrwxrwxrwx 1 kent kent 4 Apr 26 23:48 dirLink ...

Read More

Using xz Compression in Linux

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 5K+ Views

xz compression is a high-ratio data compression tool widely used in Linux environments to reduce file sizes, improve transfer speeds, and save storage space. Developed by Lasse Collin and based on the LZMA (Lempel-Ziv-Markov chain-Algorithm) compression algorithm, xz offers superior compression ratios compared to traditional tools like gzip and bzip2. How xz Compression Works The xz algorithm breaks input data into small blocks and compresses each block independently using the LZMA algorithm. The compressed blocks are then combined and stored in an output file with the .xz extension. LZMA uses a combination of dictionary-based and statistical compression techniques ...

Read More

3 Ways to Install Spotify [Music Streaming] in Fedora Linux

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 1K+ Views

If you're a music lover using Fedora Linux as your primary operating system, you might be wondering how to install Spotify. Fortunately, there are several straightforward methods to get Spotify running on Fedora Linux. This article explores the three most reliable and practical ways to install Spotify on your Fedora system. Method 1: Install Spotify Using Flatpak One of the easiest and most reliable ways to install Spotify on Fedora Linux is using Flatpak. Flatpak is a universal packaging system that provides sandboxed applications with consistent dependencies across different Linux distributions. Steps to Install via Flatpak ...

Read More
Showing 481–490 of 937 articles
« Prev 1 47 48 49 50 51 94 Next »
Advertisements