Tecmint

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

How to Create a VDO Volume On a Storage Device on RHEL 8

Mon, 01/27/2020 - 18:41
Introduced by RedHat in RHEL 7.5 and later, VDO short for Virtual Date Optimizer is a block virtualization technology that provides inline deduplication and compression of data at a block device level. The idea...

How to Install Seafile to Sync and Share Files on CentOS 8

Fri, 01/24/2020 - 13:41
Seafile is an open-source, high-performance, secure and enterprise-ready file synchronization and sharing solution built using Python. It features simple data organization using libraries, fast, reliable and efficient synchronization between devices. It comes with built-in...

How to Secure Apache with Let’s Encrypt SSL Certificate on CentOS 8

Thu, 01/23/2020 - 14:09
Securing your web server is always one of the key factors that you should consider before going live with your website. A security certificate is critical for securing traffic sent from web browsers to...

How to Install Nextcloud in Ubuntu

Wed, 01/22/2020 - 14:15
Nextcloud is an open-source, powerful and secure PHP-based content collaboration platform built for file synchronization and sharing. It offers a safe, secure, and flexible solution that allows users to share one or more files...

How to Install a Kubernetes Cluster on CentOS 8

Tue, 01/21/2020 - 14:22
The process of installing a Kubernetes Cluster on CentOS 8 is almost similar to that of CentOS 7 (which you can go through here), but the process here has a few changes. These changes,...

How to List All Files Ordered by Size in Linux

Sat, 01/18/2020 - 14:22
In one of our several articles about listing files using the popular ls command, we covered how to list and sort files by last modification time (date and time) in Linux. In this short...

dnf-automatic – Install Security Updates Automatically in CentOS 8

Fri, 01/17/2020 - 14:03
Security updates play a crucial role in safeguarding your Linux system against cyber-attacks and breaches which can have a devastating effect on your critical files, databases and other resources on your system. You can...

16 Open Source Cloud Storage Software for Linux in 2020

Thu, 01/16/2020 - 16:14
The cloud by the name indicates something which is very huge and present over a large area. Going by the name, in a technical field, Cloud is something that is virtual and provides services...

11 Best Web Browsers I Discovered for Linux in 2020

Thu, 01/16/2020 - 14:08
Web Browser is a software that provides an interface to surf the web. With an introduction in around 1991, there development and advancement have advanced many folds till the current stage which we see...

Yum-cron – Install Security Updates Automatically in CentOS 7

Thu, 01/16/2020 - 13:57
In a world of emerging and ever-evolving cyber threats and breaches, applying security updates will go a long way in safeguarding your system against potential threats. And what a joy it would be if...

4 Useful Tools to Monitor CPU and GPU Temperature in Ubuntu

Wed, 01/15/2020 - 11:34
The CPU or GPU temperature depends entirely on the usage of running programs or applications. Sensitive computer components such as CPUs have a finite lifespan and running them at a temperature that exceeds a...

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...

Pages