Tecmint

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

Duplicity – Create Encrypted Incremental Backups in Linux

Tue, 01/11/2022 - 14:22
The post Duplicity – Create Encrypted Incremental Backups in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Experience shows that you can never be too paranoid about system backups. When it comes to protecting and preserving precious data, it is best to go the extra mile and make sure you can

The post Duplicity – Create Encrypted Incremental Backups in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Block SSH Brute Force Attacks Using SSHGUARD

Wed, 01/05/2022 - 13:48
The post How to Block SSH Brute Force Attacks Using SSHGUARD first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

SSHGuard is an open-source daemon that shields hosts from brute-force attacks. It accomplishes this through monitoring and aggregation of system logs, detecting attacks, and blocking attackers using one of the Linux firewall backends: iptables,

The post How to Block SSH Brute Force Attacks Using SSHGUARD first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Burn CD/DVD in Linux Using Brasero

Mon, 01/03/2022 - 11:59
The post How to Burn CD/DVD in Linux Using Brasero first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Frankly speaking, I cannot recall the last time I used a PC with a CD/DVD drive. This is thanks to the ever-evolving tech industry which has seen optical disks replaced by USB drives and

The post How to Burn CD/DVD in Linux Using Brasero first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Disable or Enable SSH Root Login and Limit SSH Access in Linux

Thu, 12/30/2021 - 12:06
The post Disable or Enable SSH Root Login and Limit SSH Access in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Everyone knows that Linux systems come with root user access and by default, root access is enabled for the outside world. For security reasons, it’s not a good idea to have ssh root access

The post Disable or Enable SSH Root Login and Limit SSH Access in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Install LXC (Linux Containers) in RHEL, Rocky & AlmaLinux

Wed, 12/29/2021 - 12:25
The post Install LXC (Linux Containers) in RHEL, Rocky & AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

LXD is described as the next-generation container and virtual machine manager that offers an immersive for Linux systems running inside containers or as virtual machines. It provides images for an inordinate number of Linux

The post Install LXC (Linux Containers) in RHEL, Rocky & AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Install Lighttpd with PHP and MariaDB on Rocky/AlmaLinux

Mon, 12/27/2021 - 15:05
The post Install Lighttpd with PHP and MariaDB on Rocky/AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Lighttpd is an open-source, high-performance, super-fast, flexible, and simple to configure secure web server that provides support for the broad technologies that include PHP, FastCGI, Auth, SSL, URL rewriting, reverse proxy, load balancing, and

The post Install Lighttpd with PHP and MariaDB on Rocky/AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

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.

Pages