Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 7 min 20 sec ago

10 Wget (Linux File Downloader) Command Examples in Linux

Mon, 12/20/2021 - 16:29
The post 10 Wget (Linux File Downloader) Command Examples in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we are going to review the wget utility which retrieves files from World Wide Web (WWW) using widely used protocols like HTTP, HTTPS, FTP, and FTPS. Wget is a free command-line

The post 10 Wget (Linux File Downloader) Command Examples in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Setup MySQL Replication in RHEL, Rocky and AlmaLinux

Fri, 12/17/2021 - 12:59
The post How to Setup MySQL Replication in RHEL, Rocky and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Data replication is the process of copying your data across multiple servers to improve data availability and enhance the reliability and performance of an application. In MySQL replication, data is copied from a database

The post How to Setup MySQL Replication in RHEL, Rocky and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

11 Cron Scheduling Task Examples in Linux

Thu, 12/16/2021 - 15:45
The post 11 Cron Scheduling Task Examples in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we are going to review and see how we can schedule and run tasks in the background automatically at regular intervals using the Crontab command. Dealing with a frequent job manually

The post 11 Cron Scheduling Task Examples in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Linux Performance Monitoring with Vmstat and Iostat Commands

Thu, 12/16/2021 - 14:32
The post Linux Performance Monitoring with Vmstat and Iostat Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This is our ongoing series of Linux Commands and Linux Performance Monitoring, in this article, you will learn about Vmstat and Iostat commands, which are available on all major Unix-like (Linux/Unix/FreeBSD/Solaris) Operating Systems. vmstat

The post Linux Performance Monitoring with Vmstat and Iostat Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

13 Linux Network Configuration and Troubleshooting Commands

Thu, 12/16/2021 - 14:01
The post 13 Linux Network Configuration and Troubleshooting Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Computers are connected in a network to exchange information or resources with each other. Two or more computers are connected through network media called a computer network. There is a number of network devices

The post 13 Linux Network Configuration and Troubleshooting Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Samba Server in RHEL, CentOS and Fedora

Wed, 12/15/2021 - 16:33
The post How to Install Samba Server in RHEL, CentOS and Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Samba is an open-source and most popular widely used program that enables end-users to access Linux shared directory from any Windows machine on the same network. Samba is also named as a network file

The post How to Install Samba Server in RHEL, CentOS and Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 lsof Command Examples in Linux

Wed, 12/15/2021 - 14:36
The post 10 lsof Command Examples 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 10 lsof Command Examples in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Setup Samba Server in RHEL, Rocky Linux and AlmaLinux

Mon, 12/13/2021 - 14:05
The post How to Setup Samba Server in RHEL, Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Sharing files is an essential part of server administration. It allows sharing of resources across the network which are needed by users to carry out their tasks. One of the widely used file-sharing software

The post How to Setup Samba Server in RHEL, Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Linux Dig (Domain Information Groper) Commands to Query DNS

Fri, 12/10/2021 - 15:09
The post 10 Linux Dig (Domain Information Groper) Commands to Query DNS first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In our previous article, we have explained nslookup command examples and usage, which is a networking command-line tool used for querying and getting information of DNS (Domain Name System). Here, in this article, we

The post 10 Linux Dig (Domain Information Groper) Commands to Query DNS first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

8 Linux Nslookup Commands to Troubleshoot DNS (Domain Name Server)

Fri, 12/10/2021 - 14:27
The post 8 Linux Nslookup Commands to Troubleshoot DNS (Domain Name Server) first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

nslookup is a command-line administrative tool for testing and troubleshooting DNS servers (Domain Name Server). It is used to query specific DNS resource records (RR) as well. Most operating systems come with a built-in

The post 8 Linux Nslookup Commands to Troubleshoot DNS (Domain Name Server) first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

20 Linux YUM (Yellowdog Updater, Modified) Commands for Package Management

Thu, 12/09/2021 - 16:03
The post 20 Linux YUM (Yellowdog Updater, Modified) Commands for Package Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we will learn how to install, update, remove, find packages, manage packages and repositories on Linux systems using YUM (Yellowdog Updater Modified) tool developed by RedHat. The example commands shown in

The post 20 Linux YUM (Yellowdog Updater, Modified) Commands for Package Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Zend OPcache in Debian and Ubuntu

Thu, 12/09/2021 - 12:00
The post How to Install Zend OPcache in Debian and Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This article was earlier written for APC (Alternative PHP Cache), but APC is deprecated and no longer working with PHP 5.4 onwards, now you should use OPcache for better and faster performance as explained

The post How to Install Zend OPcache in Debian and Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Disable Package Updates Using YUM/DNF in RHEL Linux

Wed, 12/08/2021 - 16:00
The post How to Disable Package Updates Using YUM/DNF in RHEL Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The DNF (Dandified Yum) is the next-generation version of the YUM (Yellowdog Updater, Modified), is an open-source default package manager for Red Hat-based Linux distributions, that is used for getting, installing, upgrading, removing, and

The post How to Disable Package Updates Using YUM/DNF in RHEL Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

20 Netstat Commands for Linux Network Management

Wed, 12/08/2021 - 14:05
The post 20 Netstat Commands for Linux Network Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

netstat (network statistics) is a command-line tool for monitoring network connections both incoming and outgoing as well as viewing routing tables, interface statistics, etc. [ You might also like: 22 Linux Networking Commands for

The post 20 Netstat Commands for Linux Network Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Best Tools to Install on Fresh Linux Mint Installation

Tue, 12/07/2021 - 14:05
The post Best Tools to Install on Fresh Linux Mint Installation first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

So, you have just installed a fresh copy of Linux Mint 20 and are ready to make the most of your new system. How do you move forward? In this guide, we will highlight

The post Best Tools to Install on Fresh Linux Mint Installation first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Config Server Firewall (CSF) on Debian/Ubuntu

Mon, 12/06/2021 - 13:05
The post How to Install Config Server Firewall (CSF) on Debian/Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

ConfigServer and Security Firewall, abbreviated as CSF, is an open-source and advanced firewall designed for Linux systems. It not only provides the basic functionality of a firewall but also offers a wide array of

The post How to Install Config Server Firewall (CSF) on Debian/Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Setup a Simple Apache Web Server in a Docker Container

Fri, 12/03/2021 - 15:06
The post How to Setup a Simple Apache Web Server in a Docker Container first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

If you are a Linux system administrator who provides support for developers, chances are you’ve heard of Docker. If not, this software solution will make your life easier beginning today by helping you reduce

The post How to Setup a Simple Apache Web Server in a Docker Container first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install MySQL 8.0 on RHEL/CentOS 8/7 and Fedora 35

Fri, 12/03/2021 - 13:31
The post How to Install MySQL 8.0 on RHEL/CentOS 8/7 and Fedora 35 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

MySQL is an open-source free relational database management system (RDBMS) released under GNU (General Public License). It is used to run multiple databases on any single server by providing multi-user access to each created

The post How to Install MySQL 8.0 on RHEL/CentOS 8/7 and Fedora 35 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Reset Forgotten Root Password in RHEL/CentOS & Fedora

Thu, 12/02/2021 - 14:05
The post How to Reset Forgotten Root Password in RHEL/CentOS & Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This article will guide you through simple steps to reset forgotten root password in RHEL-based Linux distributions such as CentOS 8 and Fedora 35/34. Resetting the forgotten root user password generally requires a few

The post How to Reset Forgotten Root Password in RHEL/CentOS & Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Set a Custom SSH Warning Banner and MOTD in Linux

Wed, 12/01/2021 - 15:12
The post How to Set a Custom SSH Warning Banner and MOTD in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

SSH banner warnings are necessary when companies or organizations want to display a stern warning to discourage unauthorized parties from accessing a server. These warnings are displayed just before the password prompt so that

The post How to Set a Custom SSH Warning Banner and MOTD in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages