Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Linux Articles
Page 79 of 134
bashrc vs. bash_profile What Is Difference
If you're new to the command line interface, you may have come across the terms .bashrc and .bash_profile. These are important configuration files found in your home directory that customize your shell environment. However, many users are confused about the differences between these two files. In this article, we'll explore the key differences between .bashrc and .bash_profile and explain how they work. What is .bashrc? The .bashrc file is a configuration script for the Bash shell that executes every time you open a new non-login terminal session. This includes opening new terminal windows or tabs in a graphical ...
Read More5 Best Vi/Vim-Inspired Code Editors for Linux
Vi/Vim-inspired code editors combine the power and efficiency of traditional Vi/Vim with modern graphical interfaces and enhanced features. While Vi and Vim remain popular among developers for their powerful command-line capabilities, many users prefer editors that offer similar functionality with more accessible interfaces and modern conveniences. 1. Neovim Neovim is a modernized fork of Vim designed to be faster, more stable, and extensible. It maintains full compatibility with existing Vim plugins and configurations while introducing significant improvements. Key Features Built-in terminal emulator for executing shell commands without leaving the editor Lua scripting support as an ...
Read More5 Cool New Projects to Try in Fedora Linux
Fedora Linux is a cutting-edge, community-driven distribution known for its robustness, security, and commitment to open-source innovation. With over 15 years of active development, Fedora consistently pioneers new technologies and provides users with access to the latest software. This article explores exciting projects you can experiment with in Fedora to enhance your Linux experience. Experiment with Containers Containers revolutionize software deployment by packaging applications in portable, isolated environments. Fedora leads container innovation through Fedora CoreOS and native support for tools like Podman and Docker. Build a container image using Podman: podman build -t mycontainer . ...
Read More5 Deprecated Linux Commands and Alternative Tools You Should Use
Linux is an open-source operating system that offers a wide range of tools and commands for users to carry out various tasks. However, some commands are now deprecated and are no longer supported by Linux developers. As a result, it's important to find alternative tools to replace these deprecated commands. In this article, we'll discuss deprecated Linux commands and their modern alternative tools that you should use. What are Deprecated Commands? Deprecated commands are those that have been marked as obsolete in current versions of an operating system because they are no longer necessary, are considered outdated, or ...
Read More5 Interesting Funny Commands of Linux
Linux is a powerful operating system loved by developers, system administrators, and computer enthusiasts alike. While it's known for being highly customizable and versatile through its command line interface, Linux also has a fun and playful side. There are numerous amusing and entertaining commands that can spice up your terminal sessions and add humor to your daily workflow. Cowsay Cowsay generates ASCII art of a cow with a speech bubble containing your input text. It's perfect for creating silly messages or greetings in your terminal. $ cowsay "Hello, world!" _____________ < Hello, world! > ...
Read More5 Lightweight Linux Desktop Environments For Older Computers
If you own an older computer and it's running slow, chances are it's time to switch to a lightweight Linux desktop environment. Good news is that there are many lightweight Linux desktop environments available that can breathe new life into your old computer. In this article, we will discuss the best lightweight Linux desktop environments that are perfect for older computers. LXDE - Lightweight X11 Desktop Environment LXDE is one of the most popular lightweight Linux desktop environments. It's known for its simplicity, speed, and low system requirements. LXDE is based on the Openbox window manager and it's ...
Read More5 Linux Command Line Based Tools for Downloading Files and Browsing Websites
Linux provides a powerful command-line interface (CLI) that enables users to download files and browse websites efficiently. This article covers eight essential command-line tools that every Linux user should know for downloading files and web browsing tasks. Wget Wget is a free utility for downloading files from the web. It supports HTTP, HTTPS, and FTP protocols and can download files from single or multiple URLs. You can also use it to mirror entire websites or specific portions. Basic Syntax wget [options] [URL] Examples Download a single file − wget https://example.com/file.zip ...
Read More5 Linux SSH Security Best Practices to Secure Your Systems
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 More5 Most Notable Open Source Centralized Log Management Tools
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 More5 Quirky ‘ls’ Command Tricks Every Linux User Should Know
If you are a Linux user, you are probably familiar with the ls command, which is used to list contents of a directory. However, did you know that there are several quirky and useful tricks that you can use with the ls command? In this article, we will explore five powerful techniques that every Linux user should know. Displaying File Size in Human-Readable Format By default, the ls command displays file size in bytes. However, this can be difficult to read, especially for larger files. Fortunately, you can use the -h option to display file size in a ...
Read More