Tecmint

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

How to Use Flow Control Statements in Awk – Part 12

Thu, 08/22/2024 - 15:00
The post How to Use Flow Control Statements in Awk – Part 12 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

When you review all the Awk examples we have covered so far, right from the start of the Awk series,

The post How to Use Flow Control Statements in Awk – Part 12 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Nginx, MariaDB, and PHP/FPM on Fedora 40

Thu, 08/22/2024 - 14:00
The post How to Install Nginx, MariaDB, and PHP/FPM on Fedora 40 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

You must have probably installed Fedora 40 Server Edition on your machine and you are eager and looking forward to

The post How to Install Nginx, MariaDB, and PHP/FPM on Fedora 40 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install PHP 8.3 on Ubuntu 24.04 with Apache or Nginx

Thu, 08/22/2024 - 12:00
The post How to Install PHP 8.3 on Ubuntu 24.04 with Apache or Nginx first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

PHP is the most popular scripting language used to create dynamic websites, as it offers a range of new features

The post How to Install PHP 8.3 on Ubuntu 24.04 with Apache or Nginx first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

LUKS: Linux Hard Disk Data Encryption with NTFS Support in Linux

Wed, 08/21/2024 - 15:25
The post LUKS: Linux Hard Disk Data Encryption with NTFS Support in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

LUKS acronym stands for Linux Unified Key Setup which is a wide method of disk encryption used by Linux Kernel and

The post LUKS: Linux Hard Disk Data Encryption with NTFS Support in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Allow Awk to Use Shell Variables – Part 11

Wed, 08/21/2024 - 12:00
The post How to Allow Awk to Use Shell Variables – Part 11 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

When we write shell scripts, we normally include other smaller programs or commands such as Awk operations in our scripts.

The post How to Allow Awk to Use Shell Variables – Part 11 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Check All Connected Webcams on Ubuntu

Tue, 08/20/2024 - 15:26
The post How to Check All Connected Webcams on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

If you’re using Ubuntu or Ubuntu-based distribution and want to find or list out which webcams are connected to your

The post How to Check All Connected Webcams on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Replace Netplan with /etc/network/interfaces in Ubuntu

Tue, 08/20/2024 - 13:39
The post How to Replace Netplan with /etc/network/interfaces in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Netplan is the default network management tool in many modern Linux distributions, like Ubuntu. However, some users might prefer using

The post How to Replace Netplan with /etc/network/interfaces in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install COSMIC Desktop in Fedora 40

Mon, 08/19/2024 - 15:21
The post How to Install COSMIC Desktop in Fedora 40 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

COSMIC Desktop, which stands for Computer Operating System Main Interface Components, is a modern and customizable desktop environment developed by

The post How to Install COSMIC Desktop in Fedora 40 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Learn How to Use Awk Built-in Variables – Part 10

Mon, 08/19/2024 - 15:00
The post Learn How to Use Awk Built-in Variables – Part 10 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

As we uncover the section of Awk features in this part of the series, we will walk through the concept

The post Learn How to Use Awk Built-in Variables – Part 10 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Clifm – Lightning-Fast Command Line File Manager for Linux

Mon, 08/19/2024 - 13:13
The post Clifm – Lightning-Fast Command Line File Manager for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Clifm is a unique and lightning-fast command-line file manager that is built on the principles of a shell-like environment, meaning

The post Clifm – Lightning-Fast Command Line File Manager for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Transfer Files (Local and Remote) in Linux

Fri, 08/16/2024 - 13:38
The post How to Transfer Files (Local and Remote) in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Transferring files in Linux is a common task that every system administrator should know, especially when transferring files between local

The post How to Transfer Files (Local and Remote) in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use Awk Special Patterns ‘BEGIN and END’ – Part 9

Wed, 08/14/2024 - 15:00
The post How to Use Awk Special Patterns ‘BEGIN and END’ – Part 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In Part 8 of this Awk series, we introduced some powerful awk command features, that is variables, numeric expressions, and

The post How to Use Awk Special Patterns ‘BEGIN and END’ – Part 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Best Linux Desktop Environments of All Time

Wed, 08/14/2024 - 12:00
The post 10 Best Linux Desktop Environments of All Time first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

One exciting aspect of Linux, unlike Windows and Mac OS X, is its support for numerous desktop environments. This has

The post 10 Best Linux Desktop Environments of All Time first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install GCC (C and C++ Compiler) on Fedora

Tue, 08/13/2024 - 16:04
The post How to Install GCC (C and C++ Compiler) on Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Fedora is a modern Linux distribution that provides a stable and powerful environment for development using a tool called C

The post How to Install GCC (C and C++ Compiler) on Fedora first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install GCC and Development Tools on RHEL-based Systems

Tue, 08/13/2024 - 13:00
The post How to Install GCC and Development Tools on RHEL-based Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Nowadays, as a system administrator or engineer, you can’t feel satisfied by knowing how to use the CLI and troubleshoot

The post How to Install GCC and Development Tools on RHEL-based Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Joomla to Host Website on RHEL 9

Mon, 08/12/2024 - 15:00
The post How to Install Joomla to Host Website on RHEL 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Joomla is one of the most popular open-source content management systems and software tools in the world that it is

The post How to Install Joomla to Host Website on RHEL 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Work with Awk Variables, Expressions, and Operators – Part 8

Mon, 08/12/2024 - 12:15
The post How to Work with Awk Variables, Expressions, and Operators – Part 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The Awk command series is getting exciting! I believe that, in the previous seven parts, we walked through some fundamentals

The post How to Work with Awk Variables, Expressions, and Operators – Part 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Read and Filter Awk Input from STDIN in Linux – Part 7

Fri, 08/09/2024 - 12:00
The post How to Read and Filter Awk Input from STDIN in Linux – Part 7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In the previous parts of the Awk command series, we looked at reading input mostly from files, but what if

The post How to Read and Filter Awk Input from STDIN in Linux – Part 7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Sync New and Changed Files Using ‘rsync’ Command

Thu, 08/08/2024 - 13:55
The post How to Sync New and Changed Files Using ‘rsync’ Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

As a system administrator or Linux power user, you may have probably come across or even on several occasions, used

The post How to Sync New and Changed Files Using ‘rsync’ Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Parrot OS: Security-Focused Linux Distro for Security and Privacy

Thu, 08/08/2024 - 12:31
The post Parrot OS: Security-Focused Linux Distro for Security and Privacy first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Parrot Security (ParrotOS, Parrot) is a free and open-source Debian-based Linux distribution, which is designed for security experts, developers, and

The post Parrot OS: Security-Focused Linux Distro for Security and Privacy first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages