Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 1 hour 28 min ago

How to Install Ansible Automation Tool on CentOS/RHEL 8

Mon, 09/30/2019 - 15:18
Ansible is a free and opensource automation tool that allows system administrators to configure and control hundreds of nodes from a central server without the need of installing any agents on the nodes. It...

Installation of “CentOS 8.0″ with Screenshots

Fri, 09/27/2019 - 15:38
CentOS 8 has finally been released! The new version, which is a community version of RHEL 8, ships with new and exciting features which promise an enhanced user experience. Installing CentOS 8 is pretty...

Initial Server Setup with CentOS/RHEL 8

Thu, 09/26/2019 - 18:39
In this article, we will walk you through the first basic steps that you need to apply after installing a minimal CentOS/RHEL 8 server with no graphical environment in order to retrieve the information...

CentOS 8 Released – Download DVD ISO Images

Wed, 09/25/2019 - 17:57
CentOS is a free and open-source, community-driven Linux distribution based on the popular security-focused Red Hat Enterprise Linux. It was designed to be consistent rolling-release distro joined with Red Hat but still independent from...

How to Set Filesystem (Disk) Quotas on Ubuntu

Mon, 09/23/2019 - 15:36
Filesystem quota is a standard built-in feature found in Linux Kernel. Quotas determine the amount of space a file should have to support user activities. The disk quotas also limit the number of files...

How to Install the Latest MySQL 8 on Debian 10

Fri, 09/20/2019 - 16:08
MySQL is the most widely used open-source database management system used to keep and retrieve data for a broad variety of famous applications. In Debian 10, MariaDB comes with by default as a drop-in...

12 ss Command Examples to Monitor Network Connections

Thu, 09/19/2019 - 13:45
ss command is a tool that is used for displaying network socket related information on a Linux system. The tool displays more detailed information that the netstat command which is used for displaying active...

How to Install Apache Tomcat in RHEL 8

Wed, 09/18/2019 - 16:18
Apache Tomcat is an open-source, lightweight, powerful and widely-used web server developed and maintained by Apache Foundation. It is an implementation of the Java Servlet, JavaServer Pages (JSP), Java Expression Language (EL) and Java...

How to Setup MySQL Master-Slave Replication on RHEL 8

Tue, 09/17/2019 - 14:17
MySQL Replication is a process where data from one server is automatically copied or replicated onto another backup server in real time. Replication provides redundancy and fault tolerance and gives the user peace of...

How to Recover Deleted Files Using TestDisk in Linux

Fri, 09/13/2019 - 13:46
We all know the feeling of looking for a file and not finding it, even in the trash. The trauma that comes with file and data loss should end thanks to the TestDisk –...

How to Install Zabbix on Debian 10

Thu, 09/12/2019 - 14:14
Zabbix is a free, open-source, popular and feature-rich IT infrastructure monitoring software developed using PHP language. It is used to monitor networks, servers, applications, services as well as cloud resources. It also supports monitoring...

How to Install Java on RHEL 8

Wed, 09/11/2019 - 13:39
Java is a fast, secure, reliable, and popular, general-purpose programming language and computing platform. Java is more than just a language, it is a technology platform with many interconnected capabilities. To run Java-based applications...

How to Install and Use TestDisk Data Recovery Tool in Linux

Tue, 09/10/2019 - 14:01
TestDisk is a free and opensource, command-line data recovery tool that is used to recover data from deleted or lost partitions. Further, you can use it to revive non-bootable partitions which can be caused...

How to Install Cinnamon Desktop On Ubuntu

Mon, 09/09/2019 - 13:05
If you are looking for a simple and neat desktop environment, then you should try out the Cinnamon desktop environment. Being the default environment for Linux Mint, Cinnamon somewhat mimics the Windows UI and...

How to Install WordPress Alongside LAMP on Debian 10

Fri, 09/06/2019 - 14:57
First released in 2003, WordPress has grown to become one of the leading CMS systems in the internet, accounting for over 30% of the market share. WordPress is a free and opensource CMS that...

How to Setup MySQL Master-Slave Replication on Ubuntu 18.04

Thu, 09/05/2019 - 13:38
MySQL master-slave replication is a procedure that allows database files to be replicated or copied across one or more nodes in a network. This setup provides redundancy and fault tolerance such that in the...

How to Install Apache ActiveMQ on Debian 10

Tue, 09/03/2019 - 15:00
Apache ActiveMQ is a flexible and powerful open-source multi-protocol message broker built using Java. A message broker mediates communication among applications by translating a message from the formal messaging protocol of the sender to...

How to Manage /etc with Version Control Using Etckeeper on Linux

Sat, 08/31/2019 - 14:41
In the Unix/Linux directory structure, the /etc directory is where host-specific system-wide configuration files and directories are located; it is a central location for all system-wide configuration files. A configuration file is a local...

How to List All Running Services Under Systemd in Linux

Fri, 08/30/2019 - 14:00
A Linux systems provide a variety of system services (such as process management, login, syslog, cron, etc.) and network services (such as remote login, e-mail, printers, web hosting, data storage, file transfer, domain name...

How to Install PgAdmin 4 Debian 10

Thu, 08/29/2019 - 13:52
pgAdmin is an open-source, powerful and feature-rich graphical user interface (GUI) administration and management tool for PostgreSQL database. Currently, it supports PostgreSQL 9.2 or later, and runs on Unix and its variants such as...

Pages