Tecmint

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

How to Set GRUB2 Password in RHEL, CentOS and Fedora Linux

Thu, 12/23/2021 - 14:57
The post How to Set GRUB2 Password in RHEL, CentOS and Fedora Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

GRand Unified Bootloader (GRUB) is a default bootloader in all Unix-like operating systems. As promised in our earlier article “How to reset a forgotten root password“, here we are going to review how to

The post How to Set GRUB2 Password in RHEL, CentOS and Fedora Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install, Create and Manage LXC (Linux Containers) in Ubuntu/Debian

Wed, 12/22/2021 - 14:28
The post How to Install, Create and Manage LXC (Linux Containers) in Ubuntu/Debian first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Over the last decade, the open-source community has seen a steady shift to containerization as the preferred way of deploying applications thanks to the numerous benefits it offers such as portability, flexibility, increased security,

The post How to Install, Create and Manage LXC (Linux Containers) in Ubuntu/Debian first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

30 Useful Linux Commands for System Administrators

Tue, 12/21/2021 - 14:20
The post 30 Useful Linux Commands for System Administrators first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article we are going to review some of the useful and frequently used Linux or Unix commands for Linux System Administrators that are used in their daily life. This is not complete

The post 30 Useful Linux Commands for System Administrators first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

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.

Pages