How to Schedule a Linux Job Without Cron
The world of Linux is filled with so much fun and interesting stuff, the more we go in, the more we find kinds of stuff.
The post How to Schedule a Linux Job Without Cron first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How To Create A File In Linux: Echo, Touch, Tee and Cat Commands
Files are one of the most important objects of any operating system and Linux is not an exception. Files provide a reliable way of storing
The post How To Create A File In Linux: Echo, Touch, Tee and Cat Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Convert CSV File to TSV File in Linux
When it comes to managing and analyzing data, converting files from one format to another is a frequent need. If you are working with CSV
The post How to Convert CSV File to TSV File in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.A Beginner’s Guide to Configuring IPv4 and IPv6 Addresses in Linux
As a systems administrator, you will occasionally be tasked with configuring or setting up the IP addresses of your servers to keep up with changing
The post A Beginner’s Guide to Configuring IPv4 and IPv6 Addresses in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.What’s Wrong with IPv4 and Why We Are Moving to IPv6
For the past 10 years or so, this has been the year that IPv6 will become widespread. It hasn’t happened yet. Consequently, there is little
The post What’s Wrong with IPv4 and Why We Are Moving to IPv6 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Upgrade Debian 11 to Debian 12 (Bookworm) via CLI
Are you planning to upgrade to the latest release of Debian 12 (codenamed “Bookworm”), from Debian 11? But did you know that instead of downloading
The post How to Upgrade Debian 11 to Debian 12 (Bookworm) via CLI first appeared on Tecmint: Linux Howtos, Tutorials & Guides.8 Mysterious Uses of (!) Operator in Linux Commands
The '!' symbol or operator in Linux can be used as a Logical Negation operator as well as to fetch commands from history with tweaks
The post 8 Mysterious Uses of (!) Operator in Linux Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Generate, Encrypt and Decrypt Random Passwords in Linux
In this article, we will share some interesting command-line tools to generate random passwords and also how to encrypt and decrypt passwords with or without
The post How to Generate, Encrypt and Decrypt Random Passwords in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.8 Best IP Address Management Tools for Linux Network
If you are a network administrator, you surely know, how important it is to keep track of the leased IP addresses within your network and
The post 8 Best IP Address Management Tools for Linux Network first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Fixing “Failed to Load Module Canberra-GTK-Module” Error
GTK, an abbreviation for GNOME Toolkit, is an open-source and feature-rich development toolkit used for creating GUI applications. It’s free and open-source and offers a
The post Fixing “Failed to Load Module Canberra-GTK-Module” Error first appeared on Tecmint: Linux Howtos, Tutorials & Guides.10 Practical Examples of Using the Gzip Command in Linux
Compression is a very commonly performed operation by users to save disk space as well as reduce time and bandwidth while transferring large amounts of
The post 10 Practical Examples of Using the Gzip Command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Fix “bash syntax error near unexpected token” in Linux
Bash (Bourne Again Shell) is a command-line program that accepts commands provided and executes them. It takes Linux commands directly typed into it interactively from
The post How to Fix “bash syntax error near unexpected token” in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Remove a Directory and File in Linux Using ‘rm’ Command
The rm command is a UNIX and Linux command line utility for removing files or directories on a Linux system. In this article, we will
The post How to Remove a Directory and File in Linux Using ‘rm’ Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Fix “Username is not in the sudoers file. This incident will be reported” in Ubuntu
In Unix/Linux systems, the root user account is the super user account, and it can therefore be used to do anything and everything achievable on
The post How to Fix “Username is not in the sudoers file. This incident will be reported” in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Lock and Unlock User After Failed SSH Logins
SSH security is a top priority when setting up your server. The default SSH settings are usually not robust enough to safeguard your server from
The post How to Lock and Unlock User After Failed SSH Logins first appeared on Tecmint: Linux Howtos, Tutorials & Guides.How to Fix SSH Client_loop: send disconnect: Broken pipe Error
SSH, an acronym for Secure Shell, is a remote network protocol that is used to securely connect to remote devices such as servers and network
The post How to Fix SSH Client_loop: send disconnect: Broken pipe Error first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Learn the Basics of Git to Manage Projects Efficiently {Beginner’s Guide}
Git is the most popular version control system (VCS) used by developers and development teams to keep track of changes made to source code. In
The post Learn the Basics of Git to Manage Projects Efficiently {Beginner’s Guide} first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Ubuntu Desktop vs Ubuntu Server: What’s the Difference?
Ubuntu is one of the most widely used and popular Linux distributions, that comes in multiple editions including Ubuntu Desktop, Ubuntu Server, and Ubuntu
The post Ubuntu Desktop vs Ubuntu Server: What’s the Difference? first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Linux: Difference Between /dev/tty, /dev/tty0, and /dev/console
Linux / UNIX supports device files that are stored in the /dev directory. These aren’t actual files, rather, they are special files or character
The post Linux: Difference Between /dev/tty, /dev/tty0, and /dev/console first appeared on Tecmint: Linux Howtos, Tutorials & Guides.Remmina – A Feature Rich Remote Desktop Sharing Tool for Linux
Remmina is a free and open-source, feature-rich, and powerful remote desktop client for Linux and other Unix-like systems, written in GTK+3. It’s intended for
The post Remmina – A Feature Rich Remote Desktop Sharing Tool for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.