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 How To Prevent PHP-FPM From Consuming Too Much RAM in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides . If you have deployed a LEMP (Linux, NGINX, MySQL/MariaDB, and PHP) stack, then you are probably using FastCGI proxying within NGINX (as an HTTP server), for PHP processing. PHP-FPM (an acronym of FastCGI Process The post How To Prevent PHP-FPM From Consuming Too Much RAM in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post How to Install and Configure Hive with High Availability – Part 7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides . Hive is a Data Warehouse model in Hadoop Eco-System. It can perform as an ETL tool on top of Hadoop. Enabling High Availability (HA) on Hive is not similar as we do in Master The post How to Install and Configure Hive with High Availability – Part 7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post How to Fix NTFS Partition Failed to Mount Error in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides . In this article, we will show how to fix NTFS failed to mount errors such as “Failed to mount ‘/dev/sdax’: Input/output error, NTFS is either inconsistent, or there is a hardware fault, or it’s The post How to Fix NTFS Partition Failed to Mount Error in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The concept of virtualization has been around for a while now and has proved quite resourceful and cost-effective technologies. Operation teams and desktop users alike can spin up multiple virtual machines and run a The post eBook: Introducing KVM Virtualization Setup Guide for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
Microservices and APIs (short for Application Programming Interfaces) have become almost commonplace in sustainable modern application development. APIs drive microservices (an architectural design that structures an application into small, self-contained, and manageable services/pieces) and The post 10 Top Open Source API Gateways and Management Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
This tutorial will show you how to install VMware Workstation 16 Pro on RHEL/CentOS, Fedora, Debian, Ubuntu, and Linux Mint. VMware Workstation 16 Pro is popular software that allows you to run multiple different The post How to Install VMware Workstation 16 Pro on Linux Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
Vim text editor, short for Vi IMproved, is one of the most powerful and popular Linux text editors that enjoys immense patronage from the open-source community. It is an improvement of the vi editor The post How to Split Vim Screen Horizontally and Vertically in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
Webmin is a modern web-based Linux management tool (similar to Cockpit Web Console) that allows you to monitor various system metrics. With Webmin, you can also perform administrative tasks such as manage user accounts, The post How to Install Webmin System Administration Tool on RHEL 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
CouchDB is a high-performance opensource NoSQL solution where data is stored in JSON-based document format as key/value pairs, lists, or maps. It provides a RESTFUL API that enables users to easily manage database documents The post How to Install CouchDB on Debian 10 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
Keeping an eye on your system’s performance is one of the essential tasks that any Linux user should undertake from time to time. This helps in diagnosing any bottlenecks that are likely to impact The post How to Install Webmin on Fedora Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
A virtual machine template is essentially a copy of the installed virtual machine that comes in handy when you want to deploy multiple instances of virtual machines. Creating a template is a 3 step The post How to Create a KVM Virtual Machine Template first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
Apache Kafka is a powerful messaging engine, which is widely used in BigData projects and the Data Analytics life cycle. It is an Open-source platform to build real-time data streaming pipelines. It is a The post How to Install Apache Kafka in CentOS/RHEL 7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
Cockpit is a free and open-source front-end tool that provides administrative access to Linux systems. It allows system administrators to monitor, manage, and troubleshoot Linux servers. It provides an intuitive web interface that easy The post Managing KVM Virtual Machines with Cockpit Web Console in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
PHP is arguably one of the most widely used server-side programming languages. It’s the language of choice when developing dynamic and responsive websites. In fact, popular CM platforms such as WordPress, Drupal, and Magento The post How to Install PHP 8.0 on Ubuntu 20.04 / 18.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
It’s not uncommon for users to forget their login passwords or have their system suffer a corrupt filesystem. When that happens, the recommended solution is to boot into rescue or emergency mode and apply The post How to Boot into Rescue Mode Or Emergency Mode In Ubuntu 20.04 / 18.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
It’s not uncommon to run into an issue of broken packages in Ubuntu and other Debian-based distributions. Sometimes, when you upgrade the system or install a software package, you may encounter the ‘Sub-process /usr/bin/dpkg The post How to Solve “Sub-process /usr/bin/dpkg returned an error code (1)” In Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
Long gone days where Microsoft products are not open-source and architected only for Windows. In their efforts to make a strong footprint in the Linux market, Microsoft has announced on “Microsoft Ignite 2020” Edge The post How to Install Microsoft Edge Browser in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
Written in C language, the i3wm ( i3 Windows Manager ) is a lightweight, easy-to-configure, and hugely popular tiling windows manager. Unlike the conventional desktop environment, a tiling manager provides just sufficient functionality to The post How to Install and Use i3 Window Manager on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
Zeit is an open-source GUI tool for scheduling jobs via “crontab” and “at”. It is written in C++ and released under GPL-3.0 License. It is an easy to use tool that provides a simple The post Zeit – A GUI Tool to Schedule Cron and At Jobs in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
Joplin is an open-source Note-taking and To-Do application, which comes in two flavors: Desktop application and Terminal application. In this article, we will only take a look at the Desktop version. Joplin is available The post How to Install and Use Joplin Note Taking App on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
One of the challenges developers faced in the past is getting applications to run reliably across multiple computing environments. Oftentimes, applications didn’t run as expected or encountered errors and failed altogether. And that’s where The post How to Manage Containers Using Podman and Skopeo in RHEL 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
BpyTOP is another Linux command-line utility for resource monitoring among many other utilities like a top, Htop, Bashtop, etc. bashtop users can expect similar features in bpytop since bpytop is ported from bashtop and The post BpyTop - Resource Monitoring Tool for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
In this series of articles, we are going to cover the entire Cloudera Hadoop Cluster Building building with Vendor and Industrial recommended best practices. Part 1: Best Practices for Deploying Hadoop Server on CentOS/RHEL The post Best Practices for Deploying Hadoop Server on CentOS/RHEL 7 - Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
When working with Unix-based environments our majority of time will be spent on working in a terminal. A good looking terminal will make us feel good and improves our productivity. This is where OH-MY-ZSH The post How to Install OH-MY-ZSH in Ubuntu 20.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
This article is about installing and configuring ZSH on Ubuntu 20.04. This step applies to all Ubuntu-based distributions. ZSH stands for Z Shell which is a shell program for Unix-like operating systems. ZSH is The post How to Install and Setup Zsh in Ubuntu 20.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
MongoDB is an open-source, modern, general-purpose, document-based distributed database management system developed, distributed, and supported by MongoDB Inc. It is a powerful and flexible, agile NoSQL (non-relational) document database that stores data in documents The post What is MongoDB? How Does MongoDB Work? first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
One of the most interesting (and perhaps one of the most important as well) directories in a Linux system is /var/log. According to the Filesystem Hierarchy Standard, the activity of most services running in The post How to Setup and Manage Log Rotation Using Logrotate in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
Apache Guacamole is a clientless open-source web-based gateway that provides remote access to servers and even client PCs via a web browser using protocols such as SSH, VNC and RDP. Apache Guacamole comprises 2 The post How to Install Guacamole to Access Your Computers from Anywhere in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
Long story short, Recently I was assigned to a project in my work where I have to create a lot of bash scripts. I am from a python background and using Jupyter Notebook for The post How to Boost the Productivity with Sublime Text Snippets first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
Lubuntu is an open-source distribution of Linux based on Ubuntu. It is lightweight, fewer resource hungry, more energy-efficient and uses an LXQT desktop environment. The initial release of Lubuntu has LXDE as their desktop The post Install Lubuntu 20.04 - A Lightweight Linux Desktop Environment first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
Written PHP, Drupal is a free and opensource content management system (CMS) that enables you to create powerful and elegant blogs or websites. It ships with preinstalled themes, widgets, and other out-of-the-box features that The post How to Install Drupal on Debian 10 first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
The post How to Install Akaunting Accounting Software on Ubuntu 20.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides . Written in PHP, Akaunting is a feature-rich and open-source online accounting software that allows users to manage finances and keep track of all the invoices, payments, and expenses, to mention just but a few The post How to Install Akaunting Accounting Software on Ubuntu 20.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post How to Install ONLYOFFICE Desktop Editors in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides . ONLYOFFICE Desktop Editors is an open-source office suite that is available for Linux, Windows, and macOS users. Freely distributed under the terms of AGPLv3, it combines three editors for text documents, spreadsheets, and presentations The post How to Install ONLYOFFICE Desktop Editors in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post Top 5 Best Alternative Linux Distributions for Windows Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides . It is quite intriguing how Windows 10 took off shortly after its announcement on the 29 of July 2015 and it is without a doubt that it’s the best Windows ever – which is The post Top 5 Best Alternative Linux Distributions for Windows Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post How to Verify PGP Signature of Downloaded Software on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides . When installing software on a Linux system is usually a smooth ride. In most cases, you would use a package manager such as apt, dnf, or Pacman to install it securely from your distribution’s The post How to Verify PGP Signature of Downloaded Software on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post Deepin 20 – A Beautifully Crafted Linux Distribution first appeared on Tecmint: Linux Howtos, Tutorials & Guides . Deepin OS is a revolutionary distribution. OK. I’ll stop right there; maybe that was giving a little too much credit. But I’ve got to be honest with you, nothing quite easily blows me away The post Deepin 20 – A Beautifully Crafted Linux Distribution first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post ReactOS Alternative to Windows – Review, and Installation first appeared on Tecmint: Linux Howtos, Tutorials & Guides . Microsoft’s Windows dominance in the Desktop PC space has been a thing for decades now and the 35 years old OS — although has made some significant strides in the industry — is undoubted The post ReactOS Alternative to Windows – Review, and Installation first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post LFCA: Learn Software Deployment Environments – Part 23 first appeared on Tecmint: Linux Howtos, Tutorials & Guides . Implementing DevOps is a key element for any team that is working and maintaining a large project(s). As discussed in previous subtopics, DevOps provides teams with tools and processes required to streamline workflows and The post LFCA: Learn Software Deployment Environments – Part 23 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post 14 Best RSS Feed Readers for Linux in 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides . There is a wealth of information on the web that you probably want to keep up to date with; from news to how-tos, guides, tutorials, and more. Imagine having to visit, on a daily The post 14 Best RSS Feed Readers for Linux in 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post How to Install Latest OpenOffice in Linux Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides . Apache OpenOffice is a most popular and open-source application suite for Linux, Windows & Mac, which is used for word processing, spreadsheets, presentations, drawings, database, formula, and much more. OpenOffice is used by more The post How to Install Latest OpenOffice in Linux Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post How to Install a Lightweight Bodhi Linux 6.0 first appeared on Tecmint: Linux Howtos, Tutorials & Guides . Bodhi GNU/Linux is a Ubuntu-based distribution designed especially for Desktop computing and is best known for its elegant and lightweight nature. The Distribution philosophy is to provide a minimal base system that can be The post How to Install a Lightweight Bodhi Linux 6.0 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post LFCA: Learn the Basic Concepts of DevOps – Part 21 first appeared on Tecmint: Linux Howtos, Tutorials & Guides . DevOps has been a trending topic for quite a while now and has managed to draw the attention of technology professionals and enterprises alike. As a beginner, it can be challenging wrapping your head The post LFCA: Learn the Basic Concepts of DevOps – Part 21 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post How to Install FreeBSD 13.0 with Static Network IP Address first appeared on Tecmint: Linux Howtos, Tutorials & Guides . FreeBSD is a Free Unix-like operating system from Berkeley Software distribution, which is available for all major platforms x86_64, IA-32, PowerPC, ARM, etc, and mainly focuses on features, speed, and performance stability. FreeBSD used The post How to Install FreeBSD 13.0 with Static Network IP Address first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
The post 10 Best Udemy Web Development Courses in 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides . DISCLOSURE: This post includes affiliate links, which means we receive a commission when you make a purchase. Every now and then, we check Udemy out for the most rated courses in different niches to The post 10 Best Udemy Web Development Courses in 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 492 views
-
-
The post How to Use Nmap Script Engine (NSE) Scripts in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides . Nmap is a popular, powerful and cross-platform command-line network security scanner and exploration tool. It can also help you get an overview of systems that connected your network; you can use it to find The post How to Use Nmap Script Engine (NSE) Scripts in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
-
- 0 replies
- 553 views
-
-
Teams is one of the popular collaboration platform created by Microsoft, that come in bundled with Office 365 suite. You are free to download and use teams without Office 365 subscription. Microsoft in December The post How to Install Microsoft Teams on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
- 1 reply
- 462 views
-
-
Go is a popular programming language created by Google. The first release was on November 10, 2009, and version 1.0 was released in 2012. It is a pretty new language compared to languages like The post How to Install Go in Ubuntu 20.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
- 1 reply
- 475 views
-
-
In Linux, there are many avenues for installing a software package. You can use the package managers such as APT for Debian-based distributions and YUM for RHEL-based distributions. If the packages are not available The post How to Install and Use Flatpak on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides. View the full article
-
- 1 reply
- 472 views
-
-
Below is a list of free online Linux courses, reply to this topic if you have any other suggestions to add to the list ... edX Introduction to Linux Linux Foundation Introduction to Linux/ Pluralsight They guys have lots of Linux courses; Access Control Mechanisms in Linux CentOS Enterprise Linux 7 Network Management CentOS Enterprise Linux 7 Operation Essentials CentOS Enterprise Linux 7 Service Management CentOS Enterprise Linux 7 Storage Management CentOS Enterprise Linux 7 User and Group Management CentOS Enterprise Linux 7 Virtualization Management Creating Shell Scripts in Ent…
-
- 0 replies
- 1.2k views
-