Linux
Central hub for users of all experience levels, from complete beginners to seasoned administrators.
Installation
Troubleshooting
Scripting
System Administration
Linux distributions
649 topics in this forum
-
The post PyGObject: A Guide to Creating Python GUI Applications on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Creating graphical user interface (GUI) applications is a fantastic way to bring your ideas to life and make your programs The post PyGObject: A Guide to Creating Python GUI Applications on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 9 views
-
-
The post How to Create Fillable PDF Forms on Linux with ONLYOFFICE first appeared on Tecmint: Linux Howtos, Tutorials & Guides .PDF (Portable Document Format) was invented many years ago by Adobe. It is currently the most popular format for sharing The post How to Create Fillable PDF Forms on Linux with ONLYOFFICE first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 9 views
-
-
The post Zenity: A Guide to Creating GTK+ Dialogs in Linux Command Line first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Zenity is a tool that allows you to create graphical dialog boxes in Linux using the command line. It uses The post Zenity: A Guide to Creating GTK+ Dialogs in Linux Command Line first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 11 views
-
-
The post How to Create a Secure FTP Server with ProFTPD on Ubuntu/Debian first appeared on Tecmint: Linux Howtos, Tutorials & Guides .FTP servers are the piece of software that allows you to create an FTP connection between your local computer and The post How to Create a Secure FTP Server with ProFTPD on Ubuntu/Debian first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 11 views
-
-
The post How to Create a Deb Package Repository on Sourceforge with Reprepro first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Creating a Deb package repository on SourceForge is a great way to distribute your Debian or Ubuntu packages to users The post How to Create a Deb Package Repository on Sourceforge with Reprepro first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 9 views
-
-
The post How to Limit SSH Connections to Local Network on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .SSH (Secure Shell) is a popular tool that allows users to connect to remote systems securely over a network. By The post How to Limit SSH Connections to Local Network on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 10 views
-
-
The post 22 Best Music Players That Are Worth Trying On Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Some may describe it as their passion, while others may consider it a stress reliever or a part of their The post 22 Best Music Players That Are Worth Trying On Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 11 views
-
-
Looking for system-related information on your Linux, especially Ubuntu? You've come to the right place. In this article, you'll learn the easiest way to find various system-related information like RAM size, GPU, CPU, storage, OS, and more about your Linux system... The post How to Find System Information on Ubuntu (for Beginners) appeared first on Ubuntu Shell. View the full article
-
- 0 replies
- 6 views
-
-
The post How to Install LAMP (Linux, Apache, MySQL, and PHP/PhpMyAdmin) in Arch Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Arch Linux provides a flexible cutting-edge system environment and is a powerfully suited solution for developing web applications on small The post How to Install LAMP (Linux, Apache, MySQL, and PHP/PhpMyAdmin) in Arch Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 11 views
-
-
The post How to Write Scripts Using Awk Programming Language – Part 13 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .All along from the beginning of the Awk series up to Part 12, we have been writing small Awk commands The post How to Write Scripts Using Awk Programming Language – Part 13 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 10 views
-
-
The post Nginx: Virtual Hosts, phpMyAdmin, and SSL on Arch Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .The previous Arch Linux LEMP article just covered basic stuff, from installing network services (Nginx, PHP, MySQL, and PhpMyAdmin) and The post Nginx: Virtual Hosts, phpMyAdmin, and SSL on Arch Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 8 views
-
-
The post How to Install Nginx, PHP, MariaDB, and PhpMyAdmin on Arch Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Due to its Rolling Release model which embraces cutting-edge software Arch Linux was not designed and developed to run as The post How to Install Nginx, PHP, MariaDB, and PhpMyAdmin on Arch Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 7 views
-
-
The post How to Split Large ‘tar’ Archive into Multiple Files of Certain Size first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Are you worried about transferring or uploading large files over a network? Worry no more, because you can move your The post How to Split Large ‘tar’ Archive into Multiple Files of Certain Size first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 10 views
-
-
In this article, I'll show you a clear and concise way to set up Fail2Ban on Ubuntu 24.04 to automatically block brute-force attacks on the system performed via SSH... The post How to Stop Brute-Force Attack Using Fail2Ban on Ubuntu 24.04 appeared first on Ubuntu Shell. View the full article
-
- 0 replies
- 4 views
-
-
Discover a step-by-step guide to safely install the TensorFlow library in a Python virtual environment on Ubuntu with practical examples. View the full article
-
- 0 replies
- 17 views
-
-
Discover a step-by-step guide to install the Epic Games Store on Ubuntu via the heroic game launcher, lutris, and bottles with practical examples. View the full article
-
- 0 replies
- 32 views
-
-
Learn how to grant sudo privileges to regular users in Linux, ensuring security by allowing specific commands execution without revealing the root password. View the full article
-
- 0 replies
- 25 views
-
-
The post How to Use Flow Control Statements in Awk – Part 12 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .When you review all the Awk examples we have covered so far, right from the start of the Awk series, The post How to Use Flow Control Statements in Awk – Part 12 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 15 views
-
-
The post How to Install Nginx, MariaDB, and PHP/FPM on Fedora 40 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .You must have probably installed Fedora 40 Server Edition on your machine and you are eager and looking forward to The post How to Install Nginx, MariaDB, and PHP/FPM on Fedora 40 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 16 views
-
-
The post How to Install PHP 8.3 on Ubuntu 24.04 with Apache or Nginx first appeared on Tecmint: Linux Howtos, Tutorials & Guides .PHP is the most popular scripting language used to create dynamic websites, as it offers a range of new features The post How to Install PHP 8.3 on Ubuntu 24.04 with Apache or Nginx first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 20 views
-
-
Discover a step-by-step guide to check your private and public IP addresses, including both IPv4 and IPv6 protocols, using CLI and GUI methods. View the full article
-
- 0 replies
- 21 views
-
-
The post LUKS: Linux Hard Disk Data Encryption with NTFS Support in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .LUKS acronym stands for Linux Unified Key Setup which is a wide method of disk encryption used by Linux Kernel and The post LUKS: Linux Hard Disk Data Encryption with NTFS Support in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 21 views
-
-
The post How to Allow Awk to Use Shell Variables – Part 11 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .When we write shell scripts, we normally include other smaller programs or commands such as Awk operations in our scripts. The post How to Allow Awk to Use Shell Variables – Part 11 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 20 views
-
-
Learn how to lock user accounts, disable user accounts, and expire user accounts in Linux using a command-line tool or manual method. View the full article
-
- 0 replies
- 26 views
-
-
The post How to Check All Connected Webcams on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .If you’re using Ubuntu or Ubuntu-based distribution and want to find or list out which webcams are connected to your The post How to Check All Connected Webcams on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 24 views
-
-
The post How to Replace Netplan with /etc/network/interfaces in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Netplan is the default network management tool in many modern Linux distributions, like Ubuntu. However, some users might prefer using The post How to Replace Netplan with /etc/network/interfaces in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 24 views
-
-
Learn a step-by-step guide to install Perl modules on Ubuntu, list Perl modules on Ubuntu, and uninstall Perl modules from Ubuntu. View the full article
-
- 0 replies
- 24 views
-
-
The post How to Install COSMIC Desktop in Fedora 40 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .COSMIC Desktop, which stands for Computer Operating System Main Interface Components, is a modern and customizable desktop environment developed by The post How to Install COSMIC Desktop in Fedora 40 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 28 views
-
-
The post Learn How to Use Awk Built-in Variables – Part 10 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .As we uncover the section of Awk features in this part of the series, we will walk through the concept The post Learn How to Use Awk Built-in Variables – Part 10 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 17 views
-
-
The post Clifm – Lightning-Fast Command Line File Manager for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Clifm is a unique and lightning-fast command-line file manager that is built on the principles of a shell-like environment, meaning The post Clifm – Lightning-Fast Command Line File Manager for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 23 views
-
-
In this article, you will learn how to find similarities and differences between two files in Linux with practical examples from the CLI and GUI methods. View the full article
-
- 0 replies
- 22 views
-
-
Learn how to check the status of ports 80 and 443 in UFW and how to remove the deny restrictions placed on them. View the full article
-
- 0 replies
- 31 views
-
-
The post How to Transfer Files (Local and Remote) in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Transferring files in Linux is a common task that every system administrator should know, especially when transferring files between local The post How to Transfer Files (Local and Remote) in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 28 views
-
-
UFW (a.k.a. Uncomplicated Firewall) is a security tool pre-installed in Ubuntu-based Linux distributions. It's usually disabled by default, but on server systems, it might be active and running. This could prevent us from accessing server applications like Apache and Nginx, which run on ports 80 and 443. Since the firewall is crucial for system security, it is recommended to keep it enabled and instead allow (or permit) the necessary ports for external access. If you're new to Linux and unsure how to do this, this article is here to guide you. Check Status of Port 80 and 443 in UFW UFW operates based on assigned rules, but when you install it, the rule set will…
-
- 0 replies
- 1 view
-
-
Discover a step-by-step guide to change the default version of Java using the CLI and GUI methods on the Ubuntu system. View the full article
-
- 0 replies
- 32 views
-
-
Discover a modern Spotify client app that is free, open-source, and available for all major platforms, including Linux. View the full article
-
- 0 replies
- 28 views
-
-
The post How to Use Awk Special Patterns ‘BEGIN and END’ – Part 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .In Part 8 of this Awk series, we introduced some powerful awk command features, that is variables, numeric expressions, and The post How to Use Awk Special Patterns ‘BEGIN and END’ – Part 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 21 views
-
-
The post 10 Best Linux Desktop Environments of All Time first appeared on Tecmint: Linux Howtos, Tutorials & Guides .One exciting aspect of Linux, unlike Windows and Mac OS X, is its support for numerous desktop environments. This has The post 10 Best Linux Desktop Environments of All Time first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 25 views
-
-
Introduction: There have been many attempts to create a fast, reliable, and visually appealing Spotify client app in the past. Did any of them succeed? Well, I'm not entirely sure, since I'm a Spicetify user. However, after checking out Spotube, I think it might replace my current setup. Want to know why? Let's find out… Spotube is a client application for Spotify, YouTube, Piped, and JioSaavn, available for all platforms, including Windows, macOS, Linux, Android, and iOS. Surprisingly, it isn't built on Electron, which the developer highlights everywhere as a main selling point, even though I hadn't planned to mention this. Now, before you get the wrong id…
-
- 0 replies
- 1 view
-
-
Discover a step-by-step guide on how one can search for files containing specific text (or strings) on Linux without using any external tools. View the full article
-
- 0 replies
- 26 views
-
-
The post How to Install GCC (C and C++ Compiler) on Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Fedora is a modern Linux distribution that provides a stable and powerful environment for development using a tool called C The post How to Install GCC (C and C++ Compiler) on Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 26 views
-
-
The post How to Install GCC and Development Tools on RHEL-based Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Nowadays, as a system administrator or engineer, you can’t feel satisfied by knowing how to use the CLI and troubleshoot The post How to Install GCC and Development Tools on RHEL-based Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 25 views
-
-
Discover a step-by-step guide to install the Freenginx (the community-driven project) on Ubuntu from source code with practical examples. View the full article
-
- 0 replies
- 29 views
-
-
Discover a new GameBar Overlay GNOME extension for the GNOME DE that offers a similar experience to Microsoft's Game Bar, but for Linux. View the full article
-
- 0 replies
- 25 views
-
-
The post How to Install Joomla to Host Website on RHEL 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Joomla is one of the most popular open-source content management systems and software tools in the world that it is The post How to Install Joomla to Host Website on RHEL 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 21 views
-
-
The GameBar Overlay is a brand-new GNOME extension that offers a similar experience to Microsoft Game Bar on Linux, providing a quick overview of current time and volume control with the Win+G shortcut. At first glance, it might seem like a very basic tool—why would anyone need an additional tool just to check volume and time, like the Microsoft Game Bar? Well, you're not entirely wrong, as it currently doesn't offer much to attract users. However, the developer Dekotale has mentioned a (kind of) roadmap for the project's future, which explicitly lists features such as screenshot, weather, battery, brightness, CPU and GPU usage, and temperature that might be ad…
-
- 0 replies
- 1 view
-
-
The post How to Work with Awk Variables, Expressions, and Operators – Part 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .The Awk command series is getting exciting! I believe that, in the previous seven parts, we walked through some fundamentals The post How to Work with Awk Variables, Expressions, and Operators – Part 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 20 views
-
-
Discover a step-by-step guide to install Waydroid on Ubuntu and learn the steps to install, list, run, and uninstall Android applications. View the full article
-
- 0 replies
- 29 views
-
-
Discover a step-by-step guide to automatically centering applications in the Ubuntu system or GNOME-based DE with practical examples. View the full article
-
- 0 replies
- 28 views
-
-
In this tutorial, you will learn what Nvidia's GeForce Now and the GeForce Now Electron Client App are, how to properly install the GeForce Now Electron Client App on Linux, and the steps to uninstall it. View the full article
-
- 0 replies
- 29 views
-