Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 1 hour 10 min ago

How to Lock and Unlock User After Failed SSH Logins

Wed, 05/31/2023 - 13:00
The post How to Lock and Unlock User After Failed SSH Logins first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

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

Wed, 05/31/2023 - 12:39
The post How to Fix SSH Client_loop: send disconnect: Broken pipe Error first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

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}

Mon, 05/29/2023 - 13:29
The post Learn the Basics of Git to Manage Projects Efficiently {Beginner’s Guide} first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

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?

Wed, 05/24/2023 - 12:31
The post Ubuntu Desktop vs Ubuntu Server: What’s the Difference? first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

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

Tue, 05/23/2023 - 13:29
The post Linux: Difference Between /dev/tty, /dev/tty0, and /dev/console first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

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

Wed, 05/17/2023 - 11:31
The post Remmina – A Feature Rich Remote Desktop Sharing Tool for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

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.

A Detailed Comparison Between Deepin vs Elementary OS

Tue, 05/16/2023 - 16:32
The post A Detailed Comparison Between Deepin vs Elementary OS first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Linux comes in numerous distributions or flavors, each suited for a particular purpose. Distributions such as RHEL (Red Hat Enterprise Linux), SUSE Enterprise Linux,

The post A Detailed Comparison Between Deepin vs Elementary OS first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Fix “sudo unable to open read-only file system” Error

Tue, 05/16/2023 - 14:00
The post How to Fix “sudo unable to open read-only file system” Error first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The Linux filesystem is a built-in layer that manages how files are stored and retrieved on a Linux system and other storage devices. It

The post How to Fix “sudo unable to open read-only file system” Error first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Node.js Version Managers – Install and Run Multiple Node.js Versions

Mon, 05/15/2023 - 16:04
The post Node.js Version Managers – Install and Run Multiple Node.js Versions first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Node.js version managers, also known as “environment managers” are tools that enable developers or system administrators to install and manage several Node.js versions on

The post Node.js Version Managers – Install and Run Multiple Node.js Versions first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Multipass – Launch and Run Virtual Ubuntu Instances in Linux

Mon, 05/15/2023 - 14:16
The post Multipass – Launch and Run Virtual Ubuntu Instances in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Multipass is a cross-platform, lightweight Ubuntu virtual machine (VIM) manager that runs on Linux, Windows, and macOS. It builds cloud-style Ubuntu VMs, allowing developers

The post Multipass – Launch and Run Virtual Ubuntu Instances in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

5 Ways to Fix “E: Unable to locate package” Error on Ubuntu

Fri, 05/12/2023 - 14:03
The post 5 Ways to Fix “E: Unable to locate package” Error on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Sometimes, when installing a package on Ubuntu using the APT package manager, you might bump into the error “E: Unable to locate package“. This

The post 5 Ways to Fix “E: Unable to locate package” Error on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Fix SSH Permission Denied (Public key) Error in Linux

Fri, 05/12/2023 - 12:52
The post How to Fix SSH Permission Denied (Public key) Error in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

SSH, an acronym for Secure Shell, is a remote protocol that is widely used to make remote connections to servers, network devices, and other

The post How to Fix SSH Permission Denied (Public key) Error in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Install Google Chrome on Ubuntu, Debian and Linux Mint

Thu, 05/11/2023 - 12:45
The post Install Google Chrome on Ubuntu, Debian and Linux Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Google Chrome Browser developed by Google Inc. is a freeware web browser licensed under Google Chrome Terms of Service. As per Wikipedia (as of

The post Install Google Chrome on Ubuntu, Debian and Linux Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Ubuntu Restricted Extras

Thu, 05/11/2023 - 12:35
The post How to Install Ubuntu Restricted Extras first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Ubuntu Restricted Extras is a software bundle for the Ubuntu operating system that allows users to install software that isn’t currently included for ethical

The post How to Install Ubuntu Restricted Extras first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

8 Cut Command Examples [Cut Sections of Line in File]

Wed, 05/10/2023 - 18:14
The post 8 Cut Command Examples [Cut Sections of Line in File] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

As Linux users, we interact with the text files on a regular basis. One of the common operations we perform on these files is

The post 8 Cut Command Examples [Cut Sections of Line in File] first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install and Configure VNC Server in CentOS and RHEL

Wed, 05/10/2023 - 12:34
The post How to Install and Configure VNC Server in CentOS and RHEL first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this guide, we’ll explain how to install and configure VNC Remote Access in CentOS 7/8 and RHEL 9/8/7 desktop edition via the tigervnc-server

The post How to Install and Configure VNC Server in CentOS and RHEL first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

RedHat vs Debian: Administrative Point of View in 2023

Tue, 05/09/2023 - 12:58
The post RedHat vs Debian: Administrative Point of View in 2023 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

There are countless Linux distributions available, a vast majority are free to download and use. Some are more appropriate for performing particular tasks than

The post RedHat vs Debian: Administrative Point of View in 2023 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Permanently Disable Swap Partition in Linux

Tue, 05/09/2023 - 11:31
The post How to Permanently Disable Swap Partition in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Swapping or swap space represents a physical memory page that lives on top of a disk partition or a special disk file used for

The post How to Permanently Disable Swap Partition in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

iPerf3 – Test Network Speed/Throughput in Linux

Tue, 05/09/2023 - 10:38
The post iPerf3 – Test Network Speed/Throughput in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

iperf3 is a free open-source, cross-platform command-line-based program for performing real-time network throughput measurements. It is one of the most powerful tools for testing

The post iPerf3 – Test Network Speed/Throughput in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages