Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 37 min 50 sec ago

bd – Quickly Go Back to a Parent Directory Instead of Typing “cd ../../..” Redundantly

Fri, 04/21/2023 - 12:31
The post bd – Quickly Go Back to a Parent Directory Instead of Typing “cd ../../..” Redundantly first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

While navigating the file system via the command line on Linux systems, in order to move back into a parent directory (in a long path), we would normally issue the cd command repeatedly (cd

The post bd – Quickly Go Back to a Parent Directory Instead of Typing “cd ../../..” Redundantly first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Gogo – Create Directory “Bookmarking” in Linux

Fri, 04/21/2023 - 11:00
The post Gogo – Create Directory “Bookmarking” in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Gogo is an impressive way to bookmark directories inside your Linux shell. It allows you to create shortcuts to long and complicated paths in Linux. This way, you don’t have to type or remember

The post Gogo – Create Directory “Bookmarking” in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How To Install and Use Docker Desktop on Ubuntu and Linux Mint

Thu, 04/20/2023 - 17:02
The post How To Install and Use Docker Desktop on Ubuntu and Linux Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Docker Desktop is an easy-to-use cross-platform GUI (Graphical User Interface) application used to manage Docker images, containers, and apps from your local computer. It can be utilized either independently or in conjunction with the

The post How To Install and Use Docker Desktop on Ubuntu and Linux Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Best Python IDEs to Use in 2023

Thu, 04/20/2023 - 15:08
The post 10 Best Python IDEs to Use in 2023 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Python is a general-purpose programming language for building anything; from backend web development, data analysis, and artificial intelligence to scientific computing. It can also be used for developing productivity software, games, desktop apps, and

The post 10 Best Python IDEs to Use in 2023 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Conky – A System Monitor Tool for Linux Desktop

Wed, 04/19/2023 - 15:47
The post Conky – A System Monitor Tool for Linux Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Conky is a free, lightweight, straightforward, and flexible system monitor for X that shows any type of information on your desktop or in its own window. Being cross-platform, it may also be used with

The post Conky – A System Monitor Tool for Linux Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Best Linux Command-Line Tools

Wed, 04/19/2023 - 14:15
The post 10 Best Linux Command-Line Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we will share a few command-line programs that you can use in a Linux terminal. By the end of this article, you will learn about some free, open-source, and exciting, text-based

The post 10 Best Linux Command-Line Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Best Linux File and Disk Encryption Tools

Wed, 04/19/2023 - 12:59
The post 10 Best Linux File and Disk Encryption Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

It wasn’t too long ago that we published a list of the best command line tools for Linux. Today, we turn our focus to encryption methods as we bring you a list of the

The post 10 Best Linux File and Disk Encryption Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Debian vs Ubuntu: What’s the Difference?

Tue, 04/18/2023 - 13:04
The post Debian vs Ubuntu: What’s the Difference? first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

There are hundreds of Linux distributions, each unique in its own way. Some of the popular and widely used Linux distributions include Ubuntu, Linux Mint, Red Hat Enterprise Linux, Fedora, CentOS Stream, Debian, and

The post Debian vs Ubuntu: What’s the Difference? first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How To Install MySQL Server on Ubuntu 22.04/Ubuntu 20.04

Mon, 04/10/2023 - 14:11
The post How To Install MySQL Server on Ubuntu 22.04/Ubuntu 20.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

MySQL community server is a free open-source, popular, and cross-platform database management system, which supports both SQL and NoSQL and has a pluggable storage engine architecture. Additionally, it also comes with multiple database connectors for

The post How To Install MySQL Server on Ubuntu 22.04/Ubuntu 20.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use ‘fsck’ to Repair Linux File System Errors

Sun, 04/09/2023 - 13:31
The post How to Use ‘fsck’ to Repair Linux File System Errors first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Linux Filesystems are responsible for organizing how data is stored and recovered. One way or another, with time, the filesystem may become corrupted and certain parts of it may not be accessible. If your

The post How to Use ‘fsck’ to Repair Linux File System Errors first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Run Linux Commands in Background and Detach in Terminal

Sun, 04/09/2023 - 13:00
The post How to Run Linux Commands in Background and Detach in Terminal first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this guide, we shall bring to light a simple yet important concept in process handling in a Linux system, which is how to completely detach a process from its controlling terminal. When a

The post How to Run Linux Commands in Background and Detach in Terminal first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

20 Most Commonly Asked MySQL Interview Questions

Sat, 04/08/2023 - 13:16
The post 20 Most Commonly Asked MySQL Interview Questions first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In today’s world where data becomes increasingly crucial for businesses and organizations, the ability to manage and analyze data efficiently is more important than ever. More specifically, MySQL is a popular database management system

The post 20 Most Commonly Asked MySQL Interview Questions first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

12 Ping Command Examples to Test Your Network

Fri, 04/07/2023 - 20:34
The post 12 Ping Command Examples to Test Your Network first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Ping is a simple, widely used, cross-platform networking utility for testing if a host is reachable on an Internet Protocol (IP) network. It works by sending a series of Internet Control Message Protocol (ICMP)

The post 12 Ping Command Examples to Test Your Network first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

9 Practical Examples of Tail Command in Linux

Fri, 04/07/2023 - 16:40
The post 9 Practical Examples of Tail Command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

As Linux users, we often work with long-running background Linux processes, which are called daemons or services. Some of the common examples of the services are Secure Shell (sshd), Network Manager (networkd), Volume Manager

The post 9 Practical Examples of Tail Command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Installation of Ubuntu 22.04 Server with LAMP Stack

Thu, 04/06/2023 - 15:57
The post Installation of Ubuntu 22.04 Server with LAMP Stack first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Canonical, the company behind Ubuntu, released Ubuntu 22.04 LTS (Jammy Jellyfish) on April 21, 2022, for Ubuntu Desktop, Ubuntu Server, Ubuntu Cloud, and Ubuntu Core with a five years long term support guaranteed on

The post Installation of Ubuntu 22.04 Server with LAMP Stack first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Migrate CentOS 7 to AlmaLinux 8 Using ELevate Repo

Thu, 04/06/2023 - 14:26
The post How to Migrate CentOS 7 to AlmaLinux 8 Using ELevate Repo first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

CentOS 7 reaches the end of life on June 30th, 2024 marking the end of the CentOS Project after CentOS 8 was prematurely discontinued back on December 31st in favor of CentOS Stream. Thankfully,

The post How to Migrate CentOS 7 to AlmaLinux 8 Using ELevate Repo first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install LAMP Server on RHEL, CentOS, Rocky & AlmaLinux

Wed, 04/05/2023 - 15:50
The post How to Install LAMP Server on RHEL, CentOS, Rocky & AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

A LAMP stack is a collection of four different software (Linux, Apache, MySQL, and PHP) that programmers or web developers use to create and deploy websites or applications. This tutorial will concentrate on how

The post How to Install LAMP Server on RHEL, CentOS, Rocky & AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

8 Useful Commands to Monitor Swap Space Usage in Linux

Tue, 04/04/2023 - 15:35
The post 8 Useful Commands to Monitor Swap Space Usage in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Linux memory management is an essential aspect of every System Administrator to improve the performance of a Linux system. It is always a good practice to monitor swap space usage in Linux to ensure

The post 8 Useful Commands to Monitor Swap Space Usage in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Build NGINX from Sources in RHEL, CentOS, Rocky and AlmaLinux

Tue, 04/04/2023 - 14:22
The post How to Build NGINX from Sources in RHEL, CentOS, Rocky and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Nginx is the fastest growing Webserver today on public internet-facing servers due to its free open-source modular model, high performance, stability, simple configurations files, asynchronous architecture (event-driven), and low resources needed to run. This

The post How to Build NGINX from Sources in RHEL, CentOS, Rocky and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to View WebP Image and Convert WebP to PNG or JPEG in Linux

Tue, 04/04/2023 - 12:55
The post How to View WebP Image and Convert WebP to PNG or JPEG in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Developed by Google with the main objective of making loading times faster across the internet, WebP (pronounced “weppy”) is a modern image format and a replacement for JPEG, PNG, and GIF file formats. Compared

The post How to View WebP Image and Convert WebP to PNG or JPEG in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages