Tecmint

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

Basic SSH Command Usage and Configuration in Linux

Thu, 10/06/2022 - 13:36
The post Basic SSH Command Usage and Configuration in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we will discuss the common use cases of SSH. We will also discuss commonly used SSH configurations that can be used in day-to-day life to boost your productivity. Secure Shell

The post Basic SSH Command Usage and Configuration in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Best Java IDE’s for Linux Developers

Tue, 10/04/2022 - 15:23
The post Best Java IDE’s for Linux Developers first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: This article guide highlights the most widely used Java IDEs for developing Java applications. Java is a high-level, object-oriented, and general-purpose programming language that is widely used to build robust and secure web

The post Best Java IDE’s for Linux Developers first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Most Commonly Used Linux Commands You Should Know

Fri, 09/30/2022 - 14:13
The post Most Commonly Used Linux Commands You Should Know first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Linux is a very popular Operating System (OS) amongst programmers and regular users. One of the main reasons for its popularity is its exceptional command line support. We can manage the entire Linux operating

The post Most Commonly Used Linux Commands You Should Know first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Linux rmdir Command Examples for Beginners

Thu, 09/29/2022 - 13:46
The post Linux rmdir Command Examples for Beginners first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

As Linux users, we interact with the files and directories on a regular basis. One common operation users perform is removing directories from the file system. However, we have to be extra careful while

The post Linux rmdir Command Examples for Beginners first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Enable Debugging Mode in SSH to Troubleshoot Connectivity Issues

Wed, 09/28/2022 - 13:40
The post Enable Debugging Mode in SSH to Troubleshoot Connectivity Issues first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we will show you how to turn on debugging mode while running SSH in Linux. This will enable you to see what actually unfolds when you execute an ssh command to

The post Enable Debugging Mode in SSH to Troubleshoot Connectivity Issues first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Top 5 Open Source Plugins for ONLYOFFICE Docs

Tue, 09/27/2022 - 13:13
The post Top 5 Open Source Plugins for ONLYOFFICE Docs first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

If you think that office software is exclusively designed for writing texts, making calculations in spreadsheets, and creating informative presentations, you are wrong. Some office suites are capable of doing much more things than

The post Top 5 Open Source Plugins for ONLYOFFICE Docs first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

5 Best Practices to Prevent SSH Brute-Force Login Attacks in Linux

Mon, 09/26/2022 - 14:15
The post 5 Best Practices to Prevent SSH Brute-Force Login Attacks in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Servers running SSH are usually a soft target for brute-force attacks. Hackers are constantly coming up with innovative software tools and bots for automating brute-force attacks which further increase the risk of intrusion. In

The post 5 Best Practices to Prevent SSH Brute-Force Login Attacks in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Lua Scripting Language in Linux

Mon, 09/26/2022 - 12:30
The post How to Install Lua Scripting Language in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Lua is a free and open-source, powerful, robust, minimal, and embeddable scripting language. It’s extensible and interpreted scripting language that is dynamically typed, and run by interpreting bytecode with a register-based virtual machine. Lua

The post How to Install Lua Scripting Language in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Most Common Network Port Numbers for Linux

Fri, 09/23/2022 - 12:22
The post Most Common Network Port Numbers for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In computing, and more so, TCP/IP and UDP networks, a port is a logical address that is usually assigned to a specific service or running application on a computer. It is a connection endpoint

The post Most Common Network Port Numbers for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

20 mysqladmin Commands for MYSQL/MariaDB Database Administration

Wed, 09/21/2022 - 13:56
The post 20 mysqladmin Commands for MYSQL/MariaDB Database Administration first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

mysqladmin is a command-line database administration utility that comes with MySQL/MariaDB server, which is used by Database Administrators to perform some basic MySQL tasks such as setting the root password, changing the root password,

The post 20 mysqladmin Commands for MYSQL/MariaDB Database Administration first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Monitor Linux Users Activity with psacct or acct Tools

Tue, 09/20/2022 - 14:00
The post How to Monitor Linux Users Activity with psacct or acct Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

psacct or acct both are open source utilities for monitoring users’ activities on the Linux system. These utilities run in the background and keep track of each user’s activity on your system as well

The post How to Monitor Linux Users Activity with psacct or acct Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install UrBackup [Server/Client] Backup System in Ubuntu

Tue, 09/20/2022 - 13:05
The post How to Install UrBackup [Server/Client] Backup System in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Backups are an integral part of any operating system. They ensure that critical copies of data are always available in the unfortunate event that the system crashes or something goes wrong. Urbackup is an

The post How to Install UrBackup [Server/Client] Backup System in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Most Dangerous Commands – You Should Never Execute on Linux

Mon, 09/19/2022 - 13:22
The post 10 Most Dangerous Commands – You Should Never Execute on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The command-line interface is a powerful and handy utility for administering a Linux system. It provides a fast and versatile way of running the system, especially when managing headless systems which do not have

The post 10 Most Dangerous Commands – You Should Never Execute on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Show Security Warning Message to SSH Unauthorized Users

Fri, 09/16/2022 - 13:59
The post How to Show Security Warning Message to SSH Unauthorized Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

SSH banner warnings are crucial when companies or organizations want to show a strict warning message to discourage unauthorized users from accessing a Linux server. These SSH banner warning messages are displayed just before

The post How to Show Security Warning Message to SSH Unauthorized Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Garuda Linux – A Rolling Release Distribution Based on Arch Linux

Thu, 09/15/2022 - 13:05
The post Garuda Linux – A Rolling Release Distribution Based on Arch Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Arch Linux has a reputation for being an intimidating operating system to use, especially for beginners. Unlike popular Linux distributions such as Ubuntu and Fedora which provide a graphical installer, installation of Arch Linux

The post Garuda Linux – A Rolling Release Distribution Based on Arch Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Suricata – A Intrusion Detection, Prevention, and Security Tool

Wed, 09/14/2022 - 14:07
The post Suricata – A Intrusion Detection, Prevention, and Security Tool first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Suricata is a powerful, versatile, and open-source threat detection engine that provides functionalities for intrusion detection (IDS), intrusion prevention (IPS), and network security monitoring. It performs deep packet inspection along with pattern matching a

The post Suricata – A Intrusion Detection, Prevention, and Security Tool first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Universal Media Server to Stream Media to Any Devices

Mon, 09/12/2022 - 12:41
The post How to Install Universal Media Server to Stream Media to Any Devices first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Universal Media Server (UMS) is a cross-platform and free DLNA-compliant, HTTP(s) PnP Media server, which provides a number of capabilities such as sharing multimedia files such as images, videos, and audio between modern devices

The post How to Install Universal Media Server to Stream Media to Any Devices first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Debian 11 KDE Plasma Edition

Wed, 09/07/2022 - 13:19
The post How to Install Debian 11 KDE Plasma Edition first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Debian 11, codenamed ‘Bullseye‘ is the latest LTS version of Debian which was released on August 21, 2021. Being an LTS release, Debian 11 will receive support and updates until 2025. The release includes

The post How to Install Debian 11 KDE Plasma Edition first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Monitor Website and Application with Uptime Kuma

Tue, 09/06/2022 - 11:57
The post How to Monitor Website and Application with Uptime Kuma first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Uptime Kuma is a fancy self-hosted monitoring tool that you can use to monitor websites and applications in real time. Uptime Kuma Features Monitors uptime for HTTP(s) websites, TCP Ports, and Docker containers and

The post How to Monitor Website and Application with Uptime Kuma first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Rocky Linux 9.0 Step by Step

Thu, 09/01/2022 - 15:45
The post How to Install Rocky Linux 9.0 Step by Step first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Rocky Linux 9.0 was made generally available on July 14, 2022. It comes with a boatload of new features and improvements and will enjoy support and maintenance until May 31, 2032. The previous release,

The post How to Install Rocky Linux 9.0 Step by Step first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages