Tecmint

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

How to Install EPEL Repository on RHEL 8

Wed, 08/21/2019 - 15:27
EPEL, short for Extra Packages for Enterprise Linux, is a free and open source repository provided by Fedora team. EPEL provides extra or supplementary software packages for CentOS, RedHat, Oracle Linux & Scientific Linux distros. It...

Install Nginx with Server Blocks (Virtual Hosts) on Debian 10

Tue, 08/20/2019 - 15:22
Nginx is a very popular high-performance web server that combines the power of reverse proxying, load balancing, caching and so much more. Depending on how it is configured, it can act as a reverse...

How to Setup Free SSL Certificate for Apache on Debian 10

Mon, 08/19/2019 - 15:57
In the growing face of cyberattacks and breaches, securing your website is a top priority in protecting yourself and your site visitors from hackers. In this tutorial, we explore how you can set up...

How to Setup SSH Passwordless Login in Debian 10

Fri, 08/16/2019 - 14:00
SSH (Secure Shell) is a popular and widely used tool for remote login and file transfers over insecure networks, that uses encryption to secure the connection between a client and a server. Read Also:...

How to Install Redis on Ubuntu

Thu, 08/15/2019 - 14:00
Redis is an advanced persistent key-value database with a network interface and key features such as built-in replication, transactions, automatic partitioning with Redis Cluster, and different levels of on-disk persistence and so much more....

How to Install PostgreSQL Database in Debian 10

Wed, 08/14/2019 - 14:00
PostgreSQL (sometimes referred to as Postgres) is the most advanced open-source general-purpose and object-relational database system with a proven architecture that runs on all major operating systems. It is a high performance, stable, scalable...

How to Install Redis on CentOS 7

Tue, 08/13/2019 - 14:00
A well-known means to improve the efficiency of modern computer applications is by enabling caching. Caching simply means keeping active data in a temporary store to make it easier and faster to access and...

How to Create a Sudo User on CentOS

Mon, 08/12/2019 - 14:00
The sudo command gives a technique for providing trusted users with administrative permission to a Linux system without sharing the root user password. When users permitted this technique precede an administrative command with sudo...

How to Install Apache with Virtual Hosts on Debian 10

Sat, 08/10/2019 - 14:00
Apache, popularly referred to as the Apache HTTP server, is a free and open-source cross-platform web server maintained by the Apache Foundation. It is the leading web server commanding a 35% market share on...

8 Netcat (nc) Command with Examples

Fri, 08/09/2019 - 14:00
Netcat (or nc in short) is a simple yet powerful networking command-line tool used for performing any operation in Linux related to TCP, UDP, or UNIX-domain sockets. Netcat can be used for port scanning,...

How to Install MariaDB Database in Debian 10

Thu, 08/08/2019 - 14:00
MariaDB is an open-source and popular relational database management system (RDBMS) made by the original developers of MySQL. It is a fast, scalable and robust database system, with a rich ecosystem of storage engines,...

How to Create a New Sudo User on Ubuntu

Wed, 08/07/2019 - 14:00
In Linux and other Unix-like systems, the root account has the highest access rights on the system. It is used specifically for system administration purposes. The root user (sometimes referred to as the superuser)...

How to Install LEMP on Debian 10 Server

Mon, 08/05/2019 - 13:57
A “LEMP” stack is a mixture of open-source software that is typically installed on a Linux server to deploy dynamic applications. This term is an acronym that represents the Linux operating system, Nginx web...

How to Install CentOS 7 Alongside Windows 10 Dual Boot

Fri, 08/02/2019 - 15:25
You’ve finally made the bold decision to make a switch from Windows 10 to CentOS 7, which is a cool decision by the way. You may have tried running CentOS 7 as a virtual...

How to Install LAMP on Debian 10 Server

Thu, 08/01/2019 - 17:39
A “LAMP” stack is a collection of open-source software that is generally installed together to allow a system to deploy dynamic applications. This term is an acronym which describes the Linux operating system, Apache...

How to Run Angular Apps Using Angular CLI and PM2

Wed, 07/31/2019 - 14:40
Angular CLI is a command-line interface for Angular framework, which is used to create, build and run your application locally while developing. It is designed to build and test an Angular project on a...

How to Install CentOS 7 in a USB Drive

Tue, 07/30/2019 - 14:44
Have you ever fancied a portable instance of a CentOS 7 installation in your USB pen drive? You probably might not have known it, but you can easily install CentOS 7 in a USB...

How to Install a Debian 10 (Buster) Minimal Server

Mon, 07/29/2019 - 17:25
Debian 10 (Buster) is the new stable version of the Debian Linux operating system, which will be supported for the next 5 years and comes with several desktop applications and environments, and includes numerous...

How to Install Angular CLI on Linux

Fri, 07/26/2019 - 14:05
Angular is an open-source, popular and highly-extensible front-end application development framework, used for building mobile and web applications using TypeScript/JavaScript and other common languages. Angular is an umbrella term for all Angular versions that...

How to Add Swap Space on Ubuntu

Thu, 07/25/2019 - 18:55
One of the simplest ways of watching against out-of-memory problems in applications is to increase some swap size in your server. In this article, we will explain how to add a swap file to...

Pages