Tecmint

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

How to Install a Kubernetes Cluster on CentOS 7

Tue, 01/14/2020 - 16:01
Donated by Google to the Opensource community, Kubernetes has now become the container management tool of choice. It can manage and orchestrate not just docker runtimes but also Containers and Rkt runtimes. A typical...

How to Set Up a Local Yum/DNF Repository on CentOS 8

Mon, 01/13/2020 - 19:32
In this article, you will learn how you can locally set up a DNF or YUM repository on your CentOS 8 system using an ISO or an installation DVD. CentOS 8 ships with 2...

How to Increase Disk Inode Number in Linux

Fri, 01/10/2020 - 14:13
When a new file system is created on a partition on a disk in Linux, and the kernel keeps aside space for inodes during the initial structuring of the file system. The number of...

How to Secure Nginx with Let’s Encrypt on CentOS 8

Thu, 01/09/2020 - 13:47
Founded in April 2016 by the Electronic Frontier Foundation (EFF), Let’s Encrypt is a free and automated digital certificate that provides TLS encryption for websites at absolutely no cost at all. The objective of...

How to Setup an Anonymous FTP Download Server in Fedora

Wed, 01/08/2020 - 20:06
FTP, short for File Transfer Protocol, is a standard network protocol that was ones generally used for transferring files between a client and server, now it has been replaced by more secure and faster...

Upgrading Fedora 30 to Fedora 31

Wed, 01/08/2020 - 14:15
Fedora Linux 31 officially released and ships with GNOME 3.34, Kernel 5, Python 3, Perl 5, PHP 7, MariaDB 10, Ansible 2.7, Glibc 2.30, NodeJS 12 and many other improvements. If you are already...

How to Get Total Inodes of Root Partition

Tue, 01/07/2020 - 14:17
On Linux and other Unix-like operating systems, an inode stores information that describes a file or directory (also a file – because everything is a file in Unix) except its name and content or...

Bandwhich – A Network Bandwidth Utilization Tool for Linux

Mon, 01/06/2020 - 15:30
Bandwhich, formerly known as “what”, is a terminal utility written in Rust programming language, which is used for monitoring current network bandwidth utilization by the process, connection, and remote IP/hostname. It sniffs a specified...

How to Fix Git Always Asking For User Credentials For HTTP(S) Authentication

Fri, 01/03/2020 - 14:53
To access or work with a remote Git repository, you can either use SSH or HTTP(S) protocols; with the former, when it comes to private repositories, you can simply configure SSH keys without a...

Fedy – Install Third-Party Software in Fedora

Fri, 01/03/2020 - 13:28
Fedy (previously called as Fedora Utils) is a post-installation script written in bash, especially for Fedora. It is released under GNU General Public License. Fedy aims at providing a standard Fedora installation with additional...

How to Install MongoDB 4 in CentOS 8

Mon, 12/30/2019 - 19:17
MongoDB is a popular document-based and general-purpose NoSQL database engine that stores data in JSON format. It’s free and opensource and ships with a set of cool and nifty features such as file storage,...

How to Install Yarn on CentOS 8

Fri, 12/27/2019 - 13:39
Created by Facebook, Yarn is the coolest and latest package manager for NodeJS which has come to replace npm. While npm works just okay, Yarn ships with some improvements that give it a competitive...

How To Install Apache CouchDB on CentOS 8

Thu, 12/26/2019 - 14:38
Written in Erlang language, Apache CouchDB is a free, reliable NoSQL database engine that natively supports data in JSON format. This makes it more scalable and easy to model your data as opposed to...

How To Install Apache Tomcat 9 on Debian 10

Tue, 12/24/2019 - 17:17
Apache Tomcat is a free, mature, robust, and popular web application server software that is used to serve Java-based applications. It is an open-source implementation of the Java Servlet, JavaServer Pages (JSP), Java Expression...

How to Use Ansible Vault in Playbooks to Protect Sensitive Data – Part 10

Mon, 12/23/2019 - 16:20
As you go about using Ansible, you may be required to key in some confidential or secret information in playbooks. This includes SSH private and public keys, passwords, and SSL certificates to mention just...

How To Install the OpenLiteSpeed Web Server on CentOS 8

Fri, 12/20/2019 - 15:46
OpenLiteSpeed is an open-source, high-performance and lightweight HTTP web server that comes with a web administration interface to manage and serve web sites. As far as concerned about Linux web servers, OpenLiteSpeed has some...

How to Install Node.js in CentOS 8

Thu, 12/19/2019 - 15:55
Node.js is an open-source, cross-platform lightweight and powerful Javascript run-time environment for server-side programming, built on Chrome’s V8 JavaScript engine and used to create scalable network tools and web applications that require backend functionality....

How to Create and Download Roles on Ansible Galaxy and Use Them – Part 9

Wed, 12/18/2019 - 14:34
In Part 9 of Ansible Series, you will learn how to create and download roles on Ansible Galaxy and use them. Ansible is a simple yet effective configuration management & automatic deployment tool that...

How to Find Apache Document Root in Linux

Tue, 12/17/2019 - 15:20
The DocumentRoot is the top-level directory in the document tree visible from the web and this directive sets the directory in the configuration from which Apache2 or HTTPD looks for and serves web files...

How to Run Windows Software on Linux With CrossOver 19

Tue, 12/17/2019 - 13:43
Do you want to run some of your top and productive Windows software such as Microsoft Office, Enterprise Architect, including games such as League of Legends, Everquest, WebSite-Watcher Battle on Linux or Mac, then...

Pages