Pydf – An Alternative “df” Command to Check Disk Usage in Different Colours
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
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
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
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
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
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
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]
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
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
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
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]
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
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
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
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
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
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
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
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
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.