Tecmint

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

10 Best Open Source Note-Taking Apps for Linux

Fri, 03/24/2023 - 13:29
The post 10 Best Open Source Note-Taking Apps for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

A note-taking app allows you to record notes on the go, whether you are in class or studying, reading somewhere, at work, or in a meeting. There are so many note-taking apps you can

The post 10 Best Open Source Note-Taking Apps for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

4 Useful Tools to Troubleshoot DNS Name Resolution Problems

Tue, 03/21/2023 - 13:12
The post 4 Useful Tools to Troubleshoot DNS Name Resolution Problems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

DNS (Domain Name System) is the phonebook of the internet. A Domain name is a unique alphanumeric address that users type in the URL bar in the browser in order to access a website.

The post 4 Useful Tools to Troubleshoot DNS Name Resolution Problems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Mount Windows/USB NTFS Partition in RHEL Systems

Thu, 03/16/2023 - 12:02
The post How to Mount Windows/USB NTFS Partition in RHEL Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Are you trying to access an NTFS partition or NTFS formatted USB drive on an RHEL-based operating system, and have encountered an error? Do not worry, all will be fine once you finish reading

The post How to Mount Windows/USB NTFS Partition in RHEL Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Firefox on RHEL and Debian Systems

Wed, 03/15/2023 - 15:20
The post How to Install Firefox on RHEL and Debian Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In most modern Linux distributions, the latest version of Firefox has been already installed from the default distribution package manager and configured as the default browser. In this article, we will explain other ways

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

How to Create a Systemd Service in Linux

Tue, 03/14/2023 - 13:35
The post How to Create a Systemd Service in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Systemd is a modern software suite that provides many components on a Linux system including a system and service manager. It is compatible with SysV and LSB init scripts and works as a replacement

The post How to Create a Systemd Service in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Create Device Files in Linux Using mknod Command

Mon, 03/13/2023 - 14:57
The post How to Create Device Files in Linux Using mknod Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In Linux, everything is a file, even physical devices such as disk drives, CD/DVD ROM, and floppy disks are represented using files. However, these files are not regular data files. Instead, these special files

The post How to Create Device Files in Linux Using mknod Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Puppet Master and Agent in RHEL-Based Systems

Mon, 03/13/2023 - 12:59
The post How to Install Puppet Master and Agent in RHEL-Based Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Developed by Puppet Lans, Puppet is an open-source configuration management tool used for automating and centralizing the configuration of infrastructure such as servers just like Ansible and Chef. It helps the simple execution of

The post How to Install Puppet Master and Agent in RHEL-Based Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

6 Linux Distros For Educational Purposes That Are Worth Noticing

Fri, 03/10/2023 - 13:14
The post 6 Linux Distros For Educational Purposes That Are Worth Noticing first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

From the point of view of a regular user, Linux might seem like an operating system that is primarily used by administrators and software developers for professional kinds of uses. In fact, it’s not

The post 6 Linux Distros For Educational Purposes That Are Worth Noticing first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pydf – An Alternative “df” Command to Check Disk Usage in Different Colours

Thu, 03/09/2023 - 12:35
The post Pydf – An Alternative “df” Command to Check Disk Usage in Different Colours first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The “pydf” (Python Disk File System) is an advanced command line tool and a good alternative to the “df command”, which is used to display the amount of used and available disk space on

The post Pydf – An Alternative “df” Command to Check Disk Usage in Different Colours first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Create Fillable Forms with User Roles in ONLYOFFICE Docs

Wed, 03/08/2023 - 13:35
The post How to Create Fillable Forms with User Roles in ONLYOFFICE Docs first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Digital forms are a great way to boost the productivity of any team or group of users as they make it possible to create model documents within seconds. When you work with fillable forms,

The post How to Create Fillable Forms with User Roles in ONLYOFFICE Docs first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Manage Apache Server Using “Apache GUI” Tool

Tue, 03/07/2023 - 13:51
The post How to Manage Apache Server Using “Apache GUI” Tool first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Apache Web Server is one of the most popular HTTP servers on the Internet today, due to its open-source nature, rich modules, and features, and can run on almost major platforms and operating systems.

The post How to Manage Apache Server Using “Apache GUI” Tool first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Arpwatch – Monitor Ethernet Activity {IP and Mac Address} in Linux

Fri, 03/03/2023 - 17:00
The post Arpwatch – Monitor Ethernet Activity {IP and Mac Address} in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Arpwatch is an open-source computer software program that helps you to monitor Ethernet traffic activity (like Changing IP and MAC Addresses) on your network and maintains a database of ethernet/ip address pairings. It produces

The post Arpwatch – Monitor Ethernet Activity {IP and Mac Address} in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

6 Wc Command to Count Number of Lines, Words, and Characters in File

Fri, 03/03/2023 - 14:00
The post 6 Wc Command to Count Number of Lines, Words, and Characters in File first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

wc (short for word count) is a command line tool in Unix/Linux operating systems, which is used to find out the number of newline count, word count, byte and character count in the files

The post 6 Wc Command to Count Number of Lines, Words, and Characters in File first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Learn Python Control Flow and Loops to Write and Tune Shell Scripts – Part 2

Thu, 03/02/2023 - 12:35
The post Learn Python Control Flow and Loops to Write and Tune Shell Scripts – Part 2 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In the previous article of this Python series, we shared a brief introduction to Python, its command-line shell, and the IDLE. We also demonstrated how to perform arithmetic calculations, how to store values in

The post Learn Python Control Flow and Loops to Write and Tune Shell Scripts – Part 2 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Getting Started with Python Programming and Scripting in Linux – Part 1

Thu, 03/02/2023 - 12:00
The post Getting Started with Python Programming and Scripting in Linux – Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

It has been said (and often required by recruitment agencies) that system administrators need to be proficient in a scripting language. While most of us may be comfortable using Bash (or other Linux shells

The post Getting Started with Python Programming and Scripting in Linux – Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Getting Started with PowerShell in Linux [Beginner Guide]

Wed, 03/01/2023 - 12:51
The post Getting Started with PowerShell in Linux [Beginner Guide] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

After Microsoft fell in love with Linux (what has popularly come to be known as “Microsoft Loves Linux”), PowerShell which was originally a Windows-only component, was open-sourced and made cross-platform on 18 August 2016,

The post Getting Started with PowerShell in Linux [Beginner Guide] first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How To Install R Programming Language in Linux

Mon, 02/27/2023 - 14:54
The post How To Install R Programming Language in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

R is a popular programming language and software environment used to build statistical and graphical computing tools for data science. It is in many ways similar to the S programming language and environment; R

The post How To Install R Programming Language in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Add a Package Repository to Debian, Ubuntu and Mint

Wed, 02/22/2023 - 14:40
The post How to Add a Package Repository to Debian, Ubuntu and Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

A package repository (repo in short) is a location where software packages are stored and can be retrieved from. It is organized in a special directory tree, and usually contains an index file and

The post How to Add a Package Repository to Debian, Ubuntu and Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

5 Best Lightweight Linux Distributions for Running Containers

Tue, 02/21/2023 - 13:02
The post 5 Best Lightweight Linux Distributions for Running Containers first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Are you looking for a Linux operating system optimized for running containers with minimal footprints, fast boot times, and a focus on security and stability? In this guide, we will review the top lightweight

The post 5 Best Lightweight Linux Distributions for Running Containers first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use ‘tee’ Command in Linux [8 Useful Examples]

Mon, 02/20/2023 - 14:08
The post How to Use ‘tee’ Command in Linux [8 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Almost all power users prefer to use the command line interface while interacting with Linux systems. By default, all Linux commands display their output on the standard output stream. However, sometimes we need to

The post How to Use ‘tee’ Command in Linux [8 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages