Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 2 hours 26 min ago

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.

How to Run Commands from Standard Input Using Tee and Xargs in Linux

Mon, 02/20/2023 - 13:00
The post How to Run Commands from Standard Input Using Tee and Xargs in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

While using the command line, you can directly pass the output of one program (for example a tool that generates some system information or statistics) as input for another program (such as text-filtering or

The post How to Run Commands from Standard Input Using Tee and Xargs in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Restrict SSH User Access to Certain Directory Using Chrooted Jail

Fri, 02/17/2023 - 11:54
The post How to Restrict SSH User Access to Certain Directory Using Chrooted Jail first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

There are several reasons to restrict an SSH user session to a particular directory, especially on web servers, but the obvious one is system security. In order to lock SSH users in a certain

The post How to Restrict SSH User Access to Certain Directory Using Chrooted Jail first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Enable ChatGPT in ONLYOFFICE Docs on Linux

Wed, 02/15/2023 - 13:58
The post How to Enable ChatGPT in ONLYOFFICE Docs on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The rise of AI chatbots and artificial neural networks, which has been taking place over the last few years, definitely makes our life easier in different ways. For example, you can use AI algorithms

The post How to Enable ChatGPT in ONLYOFFICE Docs on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

6 Key Performance Metrics to Monitor in Linux Servers – Part 1

Mon, 02/13/2023 - 15:10
The post 6 Key Performance Metrics to Monitor in Linux Servers – Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This 4-part series will explain six key performance metrics to monitor in a Linux server. By the end of this series, you will understand what factors in a Linux system you need to look

The post 6 Key Performance Metrics to Monitor in Linux Servers – Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

5 Best Platforms for Hosting Your Web Development Projects

Fri, 02/10/2023 - 15:42
The post 5 Best Platforms for Hosting Your Web Development Projects first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Sometimes, due to the system requirements of your software project(s), a development machine may not be suitable for properly testing or even running a demo of your project to a client or potential one.

The post 5 Best Platforms for Hosting Your Web Development Projects first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Modify Linux Kernel Variables Using sysctl Command

Wed, 02/08/2023 - 14:12
The post How to Modify Linux Kernel Variables Using sysctl Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

You can configure several parameters or tunables of Linux (the kernel) to control its behavior, either at boot or on demand while the system is running. sysctl is a widely-used command-line utility for modifying

The post How to Modify Linux Kernel Variables Using sysctl Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Mono (Microsoft’s .NET Framework) in RHEL Systems

Tue, 02/07/2023 - 15:54
The post How to Install Mono (Microsoft’s .NET Framework) in RHEL Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Mono is a free, open-source, and cross-platform implementation of Microsoft’s .NET framework, which runs on Linux, macOS, BSD, and Windows and supports various CPU architectures such as x86, ARM, PowerPC, and more. Mono enables

The post How to Install Mono (Microsoft’s .NET Framework) in RHEL Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

4 Useful Commands to Clear Linux Terminal Screen

Mon, 02/06/2023 - 14:45
The post 4 Useful Commands to Clear Linux Terminal Screen first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Just like any other operating system, Linux also supports a rich Graphical User interface (GUI). In fact, it supports multiple graphical desktop environments such as – GNOME, KDE, Cinnamon, and the list goes on.

The post 4 Useful Commands to Clear Linux Terminal Screen first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages