Tecmint

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

30 Ways to Validate Configuration Files or Scripts in Linux

Wed, 07/27/2022 - 12:27
The post 30 Ways to Validate Configuration Files or Scripts in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Configuration syntax checking and/or testing is a key step to perform after making changes to an application’s or service’s configuration file or even after running updates. This helps to reduce the chances of the

The post 30 Ways to Validate Configuration Files or Scripts in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Work with PDF Files Using ONLYOFFICE Docs in Linux

Tue, 07/26/2022 - 14:08
The post How to Work with PDF Files Using ONLYOFFICE Docs in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Those Linux users who deal with PDF files have plenty of programs to choose from. More precisely, there exist a great number of dedicated PDF tools that can be used for various tasks. For

The post How to Work with PDF Files Using ONLYOFFICE Docs in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Setup Two-Factor Authentication For SSH In Linux

Mon, 07/25/2022 - 16:00
The post How to Setup Two-Factor Authentication For SSH In Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

By default, SSH already uses secure data communication between remote machines, but if you want to add some extra security layer to your SSH connections, you can add a Google Authenticator (two-factor authentication) module

The post How to Setup Two-Factor Authentication For SSH In Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Monit – A Open Source Tool for Managing and Monitoring Linux System

Fri, 07/22/2022 - 14:31
The post Monit – A Open Source Tool for Managing and Monitoring Linux System first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Monit is a free open source and very useful tool that automatically monitors and manages processes, files, directories, checksums, permissions, filesystems, and services like Apache, Nginx, MySQL, FTP, SSH, SMTP, and so on in

The post Monit – A Open Source Tool for Managing and Monitoring Linux System first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Configure a CA SSL Certificate in HAProxy

Fri, 07/22/2022 - 14:13
The post How to Configure a CA SSL Certificate in HAProxy first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The HAProxy is a widely-used, reliable, high-performance reverse proxy, that offers high-availability and load balancing capabilities for TCP and HTTP applications. By default, it is compiled with OpenSSL, thus supporting SSL termination, enabling your

The post How to Configure a CA SSL Certificate in HAProxy first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Installation of Manjaro 21 (XFCE Edition) Desktop

Wed, 07/20/2022 - 14:23
The post Installation of Manjaro 21 (XFCE Edition) Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Manjaro is a modern and user-friendly Arch-based Linux distribution that comes highly recommended for desktop lovers given its intuitive and elegant UI design. It is free and open source and comes with three officially

The post Installation of Manjaro 21 (XFCE Edition) Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Wine 7.13 (Development Release) in Linux

Tue, 07/19/2022 - 15:00
The post How to Install Wine 7.13 (Development Release) in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Wine, a most popular and powerful open source application for Linux, that used to run Windows-based applications and games on the Linux Platform without any trouble. WineHQ team recently announced a new development version

The post How to Install Wine 7.13 (Development Release) in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

PlayOnLinux – Run Windows Software and Games in Linux

Mon, 07/18/2022 - 14:19
The post PlayOnLinux – Run Windows Software and Games in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In our earlier articles on this blog, we used the Wine program to install and run windows based applications on Debian-based and and other Red Hat-based Linux distributions. There is another open source software

The post PlayOnLinux – Run Windows Software and Games in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Mount and Unmount an ISO Image in Linux

Mon, 07/18/2022 - 12:00
The post How to Mount and Unmount an ISO Image in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

An ISO image or .iso (International Organization for Standardization) file is an archive file that contains a disk image called ISO 9660 file system format. Every ISO file has .iso an extension has a

The post How to Mount and Unmount an ISO Image in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

IPTraf-ng – A Console-Based Network Monitoring Tool

Fri, 07/15/2022 - 14:00
The post IPTraf-ng – A Console-Based Network Monitoring Tool first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

IPTraf-ng is a console-based Linux network statistics monitoring program that shows information about IP traffic, which includes information such as: Current TCP connections UDP, ICMP, OSPF, and other types of IP packets Packet and

The post IPTraf-ng – A Console-Based Network Monitoring Tool first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

8 Practical Examples of Linux “Touch” Command

Thu, 07/14/2022 - 12:31
The post 8 Practical Examples of Linux “Touch” Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In Linux, every single file is associated with timestamps, and every file stores the information of last access time, last modification time, and last change time. So, whenever we create a new file, and

The post 8 Practical Examples of Linux “Touch” Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

MySQL Backup and Restore Commands for Database Administration

Thu, 07/14/2022 - 12:00
The post MySQL Backup and Restore Commands for Database Administration first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This article shows you several practical examples on how to perform various backup operations of MySQL/MariaDB databases using the mysqldump command and also we will see how to restore them with the help of

The post MySQL Backup and Restore Commands for Database Administration first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Linux Lite – An Ubuntu-Based Distribution for Linux Newbies

Wed, 07/13/2022 - 12:32
The post Linux Lite – An Ubuntu-Based Distribution for Linux Newbies first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Linux Lite is a free, easy-to-use, and open-source Linux distribution based on the Ubuntu LTS series of releases. By design, it is a lightweight and user-friendly distribution that was developed with Linux beginners in

The post Linux Lite – An Ubuntu-Based Distribution for Linux Newbies first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How To Set Correct SSH Directory Permissions in Linux

Tue, 07/12/2022 - 13:39
The post How To Set Correct SSH Directory Permissions in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

For SSH to work well, it requires correct permissions on the ~/.ssh or /home/username/.ssh directory: the default location for all user-specific ssh configuration and authentication files. The recommended permissions are read/write/execute for the user,

The post How To Set Correct SSH Directory Permissions in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install MariaDB in RHEL and Debian Systems

Mon, 07/11/2022 - 14:40
The post How to Install MariaDB in RHEL and Debian Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

MariaDB is a binary drop-in replacement for MySQL, developed by the original authors of MySQL Project and fully compatible with MySQL having more features and better performance enhancement. Why should I Use MariaDB? As

The post How to Install MariaDB in RHEL and Debian Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Linux Mint Vs Ubuntu: Which OS Is Better for Beginners?

Wed, 07/06/2022 - 15:07
The post Linux Mint Vs Ubuntu: Which OS Is Better for Beginners? first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Ubuntu is arguably the most widely used Linux-based desktop operating system (OS) out there. It is a free, open-source, and easy-to-use Debian Linux derivative first launched in October 2004, by a team of Debian

The post Linux Mint Vs Ubuntu: Which OS Is Better for Beginners? first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install openSUSE Tumbleweed [Rolling Release] Linux

Wed, 07/06/2022 - 12:33
The post How to Install openSUSE Tumbleweed [Rolling Release] Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

openSUSE Tumbleweed is a rolling release version of the openSUSE project, which ships with the latest stable applications including everyday-to-use office applications, Linux kernel, Git, Samba, and many more. It is an ideal distribution

The post How to Install openSUSE Tumbleweed [Rolling Release] Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Monitorix – A Linux System and Network Monitoring Tool

Tue, 07/05/2022 - 14:36
The post Monitorix – A Linux System and Network Monitoring Tool first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Monitorix is an open-source, free, and most powerful lightweight tool designed to monitor system and network resources in Linux. It regularly collects system and network data and displays the information in graphs using its

The post Monitorix – A Linux System and Network Monitoring Tool first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Open, Extract and Create RAR Files in Linux

Tue, 07/05/2022 - 12:32
The post How to Open, Extract and Create RAR Files in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

RAR is the most popular tool for creating and extracting compressed archive (.rar) files. When we download an archive file from the web, we required a rar tool to extract them. RAR is available

The post How to Open, Extract and Create RAR Files in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install WordPress with LAMP on SUSE Linux Enterprise

Mon, 07/04/2022 - 13:31
The post How to Install WordPress with LAMP on SUSE Linux Enterprise first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Written in PHP, WordPress is one of the most popular and widely used CMS (Content Management Systems). It is free and open-source and is used for creating stunning websites by providing prebuilt feature-rich templates

The post How to Install WordPress with LAMP on SUSE Linux Enterprise first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages