Linux
Central hub for users of all experience levels, from complete beginners to seasoned administrators.
Installation
Troubleshooting
Scripting
System Administration
Linux distributions
652 topics in this forum
-
The post 12 Best Software for Data Center Server Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides .When a company grows its demand for computing resources grows as well. It works for regular companies as for providers, including those renting out dedicated servers. When the total number of racks exceeds 10 The post 12 Best Software for Data Center Server Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 121 views
-
-
The post How to Fix “Command ‘pip3’ not found” Error in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .PIP is the conventional package manager for Python, which is the standard tool for installing and managing Python packages alongside their dependencies which are not included in the standard Python library. When using pip, The post How to Fix “Command ‘pip3’ not found” Error in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 277 views
-
-
The post How to Fix “-bash: sudo: command not found” in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Have you ever tried to run a Linux command using sudo only to see the warning “sudo command not found” splashed on your terminal? This can be quite frustrating and it prevents you from The post How to Fix “-bash: sudo: command not found” in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 160 views
-
-
The post NVM – Install Multiple Node.js Versions in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Node Version Manager (NVM in short) is a simple bash script to manage multiple active node.js versions on your Linux system. It allows you to install multiple node.js versions, and view all versions available The post NVM – Install Multiple Node.js Versions in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 178 views
-
-
The post The 27 Best IDEs and Code Editors for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .C is an excellent, powerful, and general-purpose programming language that offers modern and generic programming features for developing large-scale applications ranging from video games, search engines, and other computer software to operating systems. C The post The 27 Best IDEs and Code Editors for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 149 views
-
-
The post How to Compile and Install OpenSSH from Source in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .OpenSSH is a free and open source, full implementation of the SSH protocol 2.0, which provides a number of tools for securely accessing and managing remote computer systems, and managing authentications keys, such as The post How to Compile and Install OpenSSH from Source in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 170 views
-
-
The post How to Install OpenSSH Server In Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Being a network administrator requires deep knowledge of remote login protocols such as rlogin, telnet, and ssh. The one I will discuss in this article is ssh. SSH is a secure remote protocol that The post How to Install OpenSSH Server In Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 210 views
-
-
The post MimiPenguin – Display (Hack) Login Passwords of Linux Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides .MimiPenguin is a free and open source, simple yet powerful Shell/Python script used to dump the login credentials (usernames and passwords) from the current Linux desktop user and it has been tested on various The post MimiPenguin – Display (Hack) Login Passwords of Linux Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 158 views
-
-
The post How to Set Passwordless SSH Login on RHEL 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .With the release of RHEL 8, you get to experience what the real product will be like and test some of its functionalities. If you are eager to test RHEL 8 you can signup The post How to Set Passwordless SSH Login on RHEL 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 164 views
-
-
The post How to Install Rust Programming Language in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Rust (commonly known as Rust-Lang) is a relatively new, open-source practical systems programming language that runs extremely fast, prevents segfaults, and guarantees thread safety. It is a safe and concurrent language developed by Mozilla The post How to Install Rust Programming Language in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 170 views
-
-
The post 10 Best Linux File and Disk Encryption Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides .It wasn’t too long ago that we published a list of the best command line tools for Linux. Today, we turn our focus to encryption methods as we bring you a list of the The post 10 Best Linux File and Disk Encryption Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 164 views
-
-
The post 5 Best Software and Apps for Linux with Data Encryption first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Data encryption is a must-have feature in today’s world of cybersecurity. It allows you to encode your data making it unintelligible to someone who doesn’t have authorized access. To be more secure online, it The post 5 Best Software and Apps for Linux with Data Encryption first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 159 views
-
-
The post 10 Best Ubuntu-Based Linux Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Ubuntu is arguably one of the most popular and widely-used Linux distributions owing to its classic UI, stability, user-friendliness, and rich repository that contains over 50,000 software packages. Furthermore, it comes highly recommended for The post 10 Best Ubuntu-Based Linux Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 205 views
-
-
The post Debian vs Ubuntu: What’s the Difference? first appeared on Tecmint: Linux Howtos, Tutorials & Guides .There are hundreds of Linux distributions, each unique in its own way. Some of the popular and widely used Linux distributions include Ubuntu, Linux Mint, Red Hat Enterprise Linux, Fedora, CentOS Stream, Debian, and The post Debian vs Ubuntu: What’s the Difference? first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 174 views
-
-
The post How to Use ‘lsof’ Command to Check Open Files in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .This is our ongoing series of Linux commands and in this article, we are going to review lsof command with practical examples. lsof meaning ‘LiSt Open Files’ is used to find out which files The post How to Use ‘lsof’ Command to Check Open Files in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 158 views
-
-
The post How to Install and Configure OpenVPN in Ubuntu 22.04/20.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .OpenVPN is an open-source, fast, popular program for creating a VPN (Virtual Private Network). It uses both the TCP and UDP transmission protocols, and VPN tunnels are secured with OpenVPN protocol with SSL/TLS authentication, The post How to Install and Configure OpenVPN in Ubuntu 22.04/20.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 182 views
-
-
The post Installation of Ubuntu 22.04 Server with LAMP Stack first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Canonical, the company behind Ubuntu, released Ubuntu 22.04 LTS (Jammy Jellyfish) on April 21, 2022, for Ubuntu Desktop, Ubuntu Server, Ubuntu Cloud, and Ubuntu Core with a five years long term support guaranteed on The post Installation of Ubuntu 22.04 Server with LAMP Stack first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 115 views
-
-
The post How to Migrate CentOS 7 to AlmaLinux 8 Using ELevate Repo first appeared on Tecmint: Linux Howtos, Tutorials & Guides .CentOS 7 reaches the end of life on June 30th, 2024 marking the end of the CentOS Project after CentOS 8 was prematurely discontinued back on December 31st in favor of CentOS Stream. Thankfully, The post How to Migrate CentOS 7 to AlmaLinux 8 Using ELevate Repo first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 128 views
-
-
The post 5 Best Platforms for Hosting Your Web Development Projects first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Sometimes, due to the system requirements of your software project(s), a development machine may not be suitable for properly testing or even running a demo of your project to a client or potential one. The post 5 Best Platforms for Hosting Your Web Development Projects first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 1 reply
- 184 views
-
-
The post How to Install LAMP Server on RHEL, CentOS, Rocky & AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .A LAMP stack is a collection of four different software (Linux, Apache, MySQL, and PHP) that programmers or web developers use to create and deploy websites or applications. This tutorial will concentrate on how The post How to Install LAMP Server on RHEL, CentOS, Rocky & AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 130 views
-
-
The post 3 Command Line Tools to Install Deb Packages in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In this tutorial, you will learn how to install local software packages (.DEB) in Debian and its derivatives such as Ubuntu and Linux Mint using three different command line tools and they are dpkg, The post 3 Command Line Tools to Install Deb Packages in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 138 views
-
-
The post How To Exclude a Schema While Restoring a PostgreSQL Database first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Sometimes when restoring a multi-schema database from a backup file, you may want to exclude one or more schemas, for one reason or the other. For example, if you are restoring a huge database The post How To Exclude a Schema While Restoring a PostgreSQL Database first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 182 views
-
-
The post How to Install Spotify on Debian, Ubuntu, and Linux Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Founded by Daniel Ek and Martin Lorentzon on 23 April 2006, Spotify is a proprietary Swedish audio streaming and media services provider. Whether on your computer, your phone, your tablet, and more, Spotify allows The post How to Install Spotify on Debian, Ubuntu, and Linux Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 179 views
-
-
The post 12 Best Linux Server Distributions of 2023 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Linux is free and open-source, this has emanated from the low total cost of ownership of a Linux system, compared to other operating systems. Although Linux operating systems (distributions) are not entirely doing well The post 12 Best Linux Server Distributions of 2023 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 173 views
-
-
The post 10 Best Open Source Note-Taking Apps for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .A note-taking app allows you to record notes on the go, whether you are in class or studying, reading somewhere, at work, or in a meeting. There are so many note-taking apps you can The post 10 Best Open Source Note-Taking Apps for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 376 views
-
-
The post 4 Useful Tools to Troubleshoot DNS Name Resolution Problems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .DNS (Domain Name System) is the phonebook of the internet. A Domain name is a unique alphanumeric address that users type in the URL bar in the browser in order to access a website. The post 4 Useful Tools to Troubleshoot DNS Name Resolution Problems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 162 views
-
-
The post How to Install Angular CLI on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Angular is an open-source, popular, and highly-extensible front-end application development framework, used for building mobile and web applications using TypeScript/JavaScript and other common languages. Angular is an umbrella term for all Angular versions that The post How to Install Angular CLI on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 196 views
-
-
The post The Best Linux Distributions for Beginners in 2023 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Traditionally, Linux was a reserve for developers, system administrators, and Enterprise users for hosting websites and other applications. There was a time when Linux posed a great deal of complexity to beginners and simply The post The Best Linux Distributions for Beginners in 2023 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 151 views
-
-
The post How to Mount Windows/USB NTFS Partition in RHEL Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Are you trying to access an NTFS partition or NTFS formatted USB drive on an RHEL-based operating system, and have encountered an error? Do not worry, all will be fine once you finish reading The post How to Mount Windows/USB NTFS Partition in RHEL Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 187 views
-
-
The post How to Install Firefox on RHEL and Debian Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In most modern Linux distributions, the latest version of Firefox has been already installed from the default distribution package manager and configured as the default browser. In this article, we will explain other ways The post How to Install Firefox on RHEL and Debian Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 175 views
-
-
The post How to Create a Systemd Service in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Systemd is a modern software suite that provides many components on a Linux system including a system and service manager. It is compatible with SysV and LSB init scripts and works as a replacement The post How to Create a Systemd Service in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 166 views
-
-
The post How to Install Icinga2 Monitoring Tool on Ubuntu 20.04/22.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Icinga2 is a powerful free and open-source monitoring tool that keeps an eye on your network resources and sends alerts or notifications in case of failure or outages. It also collects metrics from network The post How to Install Icinga2 Monitoring Tool on Ubuntu 20.04/22.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 143 views
-
-
The post How to Create Device Files in Linux Using mknod Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In Linux, everything is a file, even physical devices such as disk drives, CD/DVD ROM, and floppy disks are represented using files. However, these files are not regular data files. Instead, these special files The post How to Create Device Files in Linux Using mknod Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 229 views
-
-
The post Pydf – An Alternative “df” Command to Check Disk Usage in Different Colours first appeared on Tecmint: Linux Howtos, Tutorials & Guides .The “pydf” (Python Disk File System) is an advanced command line tool and a good alternative to the “df command”, which is used to display the amount of used and available disk space on The post Pydf – An Alternative “df” Command to Check Disk Usage in Different Colours first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 177 views
-
-
The post How to Create Fillable Forms with User Roles in ONLYOFFICE Docs first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Digital forms are a great way to boost the productivity of any team or group of users as they make it possible to create model documents within seconds. When you work with fillable forms, The post How to Create Fillable Forms with User Roles in ONLYOFFICE Docs first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 164 views
-
-
The post How to Manage Apache Server Using “Apache GUI” Tool first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Apache Web Server is one of the most popular HTTP servers on the Internet today, due to its open-source nature, rich modules, and features, and can run on almost major platforms and operating systems. The post How to Manage Apache Server Using “Apache GUI” Tool first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 170 views
-
-
The post How to Install Yii PHP Framework on RHEL, CentOS, Rocky and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Yii is an open-source, high-performance, flexible, efficient, and secure PHP framework for rapidly building modern Web applications. It is a generic and full-stack web programming framework for writing code in an object-oriented fashion and The post How to Install Yii PHP Framework on RHEL, CentOS, Rocky and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 161 views
-
-
The post 6 Wc Command to Count Number of Lines, Words, and Characters in File first appeared on Tecmint: Linux Howtos, Tutorials & Guides .wc (short for word count) is a command line tool in Unix/Linux operating systems, which is used to find out the number of newline count, word count, byte and character count in the files The post 6 Wc Command to Count Number of Lines, Words, and Characters in File first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 196 views
-
-
The post How to Add a Package Repository to Debian, Ubuntu and Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides .A package repository (repo in short) is a location where software packages are stored and can be retrieved from. It is organized in a special directory tree, and usually contains an index file and The post How to Add a Package Repository to Debian, Ubuntu and Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 243 views
-
-
The post 5 Best Lightweight Linux Distributions for Running Containers first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Are you looking for a Linux operating system optimized for running containers with minimal footprints, fast boot times, and a focus on security and stability? In this guide, we will review the top lightweight The post 5 Best Lightweight Linux Distributions for Running Containers first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 172 views
-
-
The post How to Restrict SSH User Access to Certain Directory Using Chrooted Jail first appeared on Tecmint: Linux Howtos, Tutorials & Guides .There are several reasons to restrict an SSH user session to a particular directory, especially on web servers, but the obvious one is system security. In order to lock SSH users in a certain The post How to Restrict SSH User Access to Certain Directory Using Chrooted Jail first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 158 views
-
-
The post How to Install Mono (Microsoft’s .NET Framework) in RHEL Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Mono is a free, open-source, and cross-platform implementation of Microsoft’s .NET framework, which runs on Linux, macOS, BSD, and Windows and supports various CPU architectures such as x86, ARM, PowerPC, and more. Mono enables The post How to Install Mono (Microsoft’s .NET Framework) in RHEL Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 270 views
-
-
The post How to List and Extract tar.xz File in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .A tar.xz file extension shows that the file is a tar archive file compressed using the XZ compression tool. In this guide, we will cover various examples of how to list contests of a The post How to List and Extract tar.xz File in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 179 views
-
-
The post Understanding The /etc/mtab File in Linux System first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In this article, we will explore the /etc/mtab file on a Linux system and understand the various parameters and directives included therein. What is /etc/mtab File in Linux The /etc/mtab file is a file The post Understanding The /etc/mtab File in Linux System first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 292 views
-
-
The post 5 Most Notable Open Source Centralized Log Management Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Centralized logging, just like security, is a fundamental aspect of monitoring and sound management of core resources in an IT infrastructure including web applications and hardware devices. Competent operation teams always have in place The post 5 Most Notable Open Source Centralized Log Management Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 179 views
-
-
The post 5 Open Source Log Monitoring and Management Tools for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .When an operating system such as Linux is running, there are many events happening and processes that run in the background to enable efficient and reliable use of system resources. These events may happen The post 5 Open Source Log Monitoring and Management Tools for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 191 views
-
-
The post What Is Linux? and How Does Linux Work? first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In this article, we explore what Linux is and some of the attributes and components associated with the Linux operating system. What Is Linux? Linux is an open-source, community-developed operating system with the kernel The post What Is Linux? and How Does Linux Work? first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 192 views
-
-
The post How to Install Sublime Text 4 in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .If you’re not a terminal lover, you might not like using the popular command-line text editors Vi or Vim. Speaking of graphical-based, Sublime Text is one of the most preferred cross-platform proprietary-based text and The post How to Install Sublime Text 4 in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 208 views
-
-
The post How to Install LibreOffice in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Are you an open-source enthusiast? If yes, then you must already be aware of LibreOffice, which is a widely used free office suite application in Linux and is also considered a good alternative to The post How to Install LibreOffice in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 199 views
-
-
The post How to Share Your Gnome Desktop Screen in Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides .At some point, you might need to share the Fedora desktop screen (GNOME) desktop with other users for one reason or the other. There are multiple remote desktop-sharing applications that can help you achieve The post How to Share Your Gnome Desktop Screen in Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 160 views
-