Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 2 hours 18 min ago

How to Force cp Command to Overwrite without Confirmation

Fri, 10/02/2020 - 12:54

The cp command (which stands for a copy) is one of the commonly used commands on Linux and other UNIX-like operating systems, for copying files and directories. In this guide, we will show how

The post How to Force cp Command to Overwrite without Confirmation first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How I Switched from Windows 10 to Linux Mint

Thu, 10/01/2020 - 15:04

This article is all about my journey on switching from Windows 10 to Linux Mint 20, how I got easily adapted to the Linux environment, and some resources that helped me to set up

The post How I Switched from Windows 10 to Linux Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Stacer – Linux System Optimizer & Monitoring Tool

Wed, 09/30/2020 - 16:11

Stacer is a GUI based application written in C++ to monitor and optimize Linux OS. The latest build version of Stacer is 1.1.0, which provides all in one stop for our common activities we

The post Stacer - Linux System Optimizer & Monitoring Tool first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

13 Best Photo Image Editors for Linux

Tue, 09/29/2020 - 15:00

In this article, I have reviewed of some the best photo editing software available on different Linux distributions. These are not the only photo editors available but are among the best and commonly used

The post 13 Best Photo Image Editors for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Python IDLE in Linux

Tue, 09/29/2020 - 14:50

IDLE is an Integrated and learning environment created with Python using the GUI Tkinter toolkit. This is mainly used by beginners to get familiar with Python. IDLE is a cross-platform application that works with

The post How to Install Python IDLE in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Monitor Apache Performance Using mod_status in Ubuntu

Mon, 09/28/2020 - 14:28

While you can always have a peek at Apache log files to get information about your webserver such as active connections, you can get a very detailed overview of your web server’s performance by

The post How to Monitor Apache Performance Using mod_status in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Roundcube Webmail on CentOS/RHEL 8/7

Mon, 09/28/2020 - 12:40

Roundcube is a free and open-source, fully-featured web-based multilingual IMAP webmail software, with an application-like user interface that is fully functional and customizable, and uses the latest web standards. It is built using PHP

The post How to Install Roundcube Webmail on CentOS/RHEL 8/7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Add or Remove a User from a Group in Linux

Sat, 09/26/2020 - 14:46

Linux is by default a multi-user system (meaning many users can connect to it simultaneously and work), thus user management is one of the fundamental tasks of a system administrator. User management includes everything

The post How to Add or Remove a User from a Group in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

7 Amazing Linux Distributions For Kids

Fri, 09/25/2020 - 12:31

Linux and open source is the future and there is no doubt about that, and to see this come to a reality, a strong foundation has to be lied, by starting from the lowest

The post 7 Amazing Linux Distributions For Kids first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Linux Distributions and Their Targeted Users

Thu, 09/24/2020 - 11:41

As a free and open-source operating system, Linux has spawned several distributions over time, spreading its wings to encompass a large community of users. From desktop/home users to Enterprise environments, Linux has ensured that

The post 10 Linux Distributions and Their Targeted Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Memcached on Debian 10

Wed, 09/23/2020 - 13:47

Memcached is a high performance free and opensource in-memory key-value store used as a caching system. It’s mainly used for speeding up database-driven sites and web applications by caching data in RAM. In so

The post How to Install Memcached on Debian 10 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Fix ERROR 1130 (HY000): Host is not allowed to connect to this MySQL server

Tue, 09/22/2020 - 15:19

In this quick article, you will learn how to solve the “ERROR 1130 (HY000): Host x.x.x.x is not allowed to connect to this MySQL server” error in MySQL/MariaDB database deployment on a Linux system.

The post How to Fix ERROR 1130 (HY000): Host is not allowed to connect to this MySQL server first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Moodle Learning Platform with Nginx in CentOS 8

Mon, 09/21/2020 - 15:38

Moodle is the world’s most popular learning management system for building robust online learning sites. It features a range of activities and educational tools that you can choose from, it supports assessment management and

The post How to Install Moodle Learning Platform with Nginx in CentOS 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Windows Subsystem for Linux

Fri, 09/18/2020 - 14:44

The Windows Subsystem for Linux (WSL) runs a GNU/Linux Environment which includes most of the command-line utilities and applications on top of Windows OS. Traditionally there are many ways we can set up Linux

The post How to Install Windows Subsystem for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Postman on Linux Desktop

Thu, 09/17/2020 - 14:58

Postman is the most popular collaboration platform for API (Application Programming Interface) development, which is used by 10 million developers and 500,000 companies all over the world. The Postman API platform offers features that

The post How to Install Postman on Linux Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Apache Cassandra on CentOS 8

Wed, 09/16/2020 - 13:45

Apache Cassandra is a robust free and opensource NoSQL database that stores data in key-value pairs. Cassandra was initially developed by Facebook and later on acquired by Apache Foundation. Apache Cassandra is built to

The post How to Install Apache Cassandra on CentOS 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

The 10 Best Debian-based Linux Distributions

Tue, 09/15/2020 - 16:14

There’s no doubt that Debian is one of the most popular distributions, especially among desktop enthusiasts and professionals alike. This guide features some of the most popular and widely used Debian-based Linux distributions. 1.

The post The 10 Best Debian-based Linux Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Yii PHP Framework on Ubuntu

Mon, 09/14/2020 - 15:46

Yii (pronounced Yee or [ji:]) is a free and open-source, fast, high performance, secure, flexible yet pragmatic, and efficient generic web programming framework for developing all kinds of web applications using PHP. In this

The post How to Install Yii PHP Framework on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

The 10 Best Rolling Release Linux Distributions

Fri, 09/11/2020 - 14:23

In this guide, we will discuss some of the popular rolling release distributions. If you are new to the concept of a rolling release, worry not. A rolling release system is a Linux distribution

The post The 10 Best Rolling Release Linux Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Install Linux from USB Device or Boot into Live Mode Using Unetbootin and dd Command

Thu, 09/10/2020 - 18:15

Installing Linux from a USB mass storage device or logging into Live Linux Environment is a cool Idea. Booting from a USB mass storage device is sometimes necessary, especially when the ROM media device

The post Install Linux from USB Device or Boot into Live Mode Using Unetbootin and dd Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages