Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 2 hours 14 min ago

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...

How to Install JAVA with APT on Debian 10

Wed, 08/28/2019 - 13:42
Java is one of the most popular and widely used programming languages. Currently, a myriad of software applications depends on Java to function as required for instance Android Studio. Java comes in 3 different...

How to Install Zabbix on RHEL 8

Tue, 08/27/2019 - 14:29
Zabbix is a free, open-source, enterprise-grade, fully-featured, flexible, extensible and distributed monitoring software, which is used to monitor an entire IT infrastructure, services, applications, and server resources. Zabbix is one of the most popular...

How to Install Free SSL Certificate for Nginx on Debian 10

Mon, 08/26/2019 - 16:24
When setting up a website, one of the key considerations that you should have in mind is your site’s security. An SSL certificate is a digital certificate that encrypts data that is sent from...

How to Install NTP Server and Client on Ubuntu

Fri, 08/23/2019 - 13:31
Network Time Protocol, commonly referred to as NTP, is a protocol that’s responsible for synchronizing system clocks in a network. NTP refers to both the protocol and the client system alongside the server programs...

How to Install VirtualBox 6 on Debian 10

Thu, 08/22/2019 - 15:15
VirtualBox is a most popular x86 and AMD64/Intel64 virtualization software for organizations as well as home users with an highly feature rich, high performance software solution that is freely available as Open Source product...

How to Install EPEL Repository on RHEL 8

Wed, 08/21/2019 - 15:27
EPEL, short for Extra Packages for Enterprise Linux, is a free and open source repository provided by Fedora team. EPEL provides extra or supplementary software packages for CentOS, RedHat, Oracle Linux & Scientific Linux distros. It...

Install Nginx with Server Blocks (Virtual Hosts) on Debian 10

Tue, 08/20/2019 - 15:22
Nginx is a very popular high-performance web server that combines the power of reverse proxying, load balancing, caching and so much more. Depending on how it is configured, it can act as a reverse...

How to Setup Free SSL Certificate for Apache on Debian 10

Mon, 08/19/2019 - 15:57
In the growing face of cyberattacks and breaches, securing your website is a top priority in protecting yourself and your site visitors from hackers. In this tutorial, we explore how you can set up...

Pages