If your data center depends on VirtualBox and your virtual machines depend on the USB device, you’ve perhaps noticed that USB doesn’t support by default unless you’ve manually enabled it. In this article, we…
How to Install Ubuntu Alongside With Windows 10 or 8 in Dual-Boot
This tutorial will guide you on how you can perform the installation of Ubuntu 19.04, Ubuntu 18.10, or Ubuntu 18.04 in dual-boot with a Microsoft Operating System on machines that come pre-installed with Windows…
How to Enable Apache Userdir Module on RHEL/CentOS
User Directory or Userdir is an Apache module, which allows user-specific directories to be retrieved through an Apache web server using the http://example.com/~user/ syntax. For example, when the mod_userdir module is enabled, users accounts…
How to Enable TLS 1.3 in Apache and Nginx
TLS 1.3 is the latest version of the Transport Layer Security (TLS) protocol and it is based on the existing 1.2 specifications with proper IETF standard: RFC 8446. It provides stronger security and higher…
How to Install PostgreSQL in RHEL 8
PostgreSQL, also known as Postgres, is a powerful, open-source object-relational database management system that uses and expands the SQL language combined with numerous features that safely keep and scale the most complex data workloads….
How to Install Redis in RHEL 8
Redis (which means REmote DIctionary Server) is an open-source, well known and advanced in-memory data structure store, used as a database, cache and message broker. You can consider it as a store and a…
The 10 Top GUI Tools for Linux System Administrators
A Linux administrators task is to typically install, upgrade, and monitor a company’s software and hardware while maintaining the essential applications and functions which include security tools, emails, LANs, WANs, web servers, etc. Read…
4 Process Managers for Node.js Applications in Linux
A Node.js process manager is a useful tool to ensure that a Node.js process or script runs continuously (forever) and can enable it to auto-start at system boot. It allows you to monitor the…
rdesktop – A RDP Client to Connect Windows Desktop from Linux
rdesktop is an open source software that enables you to connect and manage your remote Windows desktop from your Linux computer using RDP – Remote Desktop Protocol. In other words, while you are sitting…
How to Install Node.js in RHEL 8
Node.js is a lightweight and powerful JavaScript run-time environment platform which is based on Chrome’s V8 JavaScript engine and it is used to create scalable network applications. In this article, we will guide you…