Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the js_composer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/holhol2/public_html/wp-includes/functions.php on line 6121
How To Install Docker on Debian 10 - Debian | ITzGeek

How To Install Docker on Debian 10 – Debian | Holhol24

Docker is a containerization software that helps to build, deploy, and run applications in a container. The containers are similar to virtual machines, but they consume fewer resource, easy to manage, and can run anywhere regardless of the operating environment it is running in. In this post, we will see how to install Docker Comunity […]

How To Install Visual Studio Code On CentOS 7 / RHEL 7 & Fedora 30 / 29

How To Install Visual Studio Code On CentOS 7 / RHEL 7 & Fedora 30 / 29

This document is also available for Visual Studio Code is a cross-platform source code editor developed by Microsoft. It has built-in debugging support, embedded Git control, syntax highlighting, code completion, code refactoring, and snippets. Visual Studio Marketplace offers lots of plugins and extensions to extend the functionality of VS code. This tutorial guides you on […]

How To Install pgAdmin 4 on CentOS 7 / RHEL 7 & Fedora 29 / Fedora 28

How To Install pgAdmin 4 on CentOS 7 / RHEL 7 & Fedora 29 / Fedora 28

pgAdmin is a free and open source management tool for PostgreSQL and derivative relation databases such as EDB Advanced Server. It can be installed on multiple OS platforms such as Linux, Unix, Mac OS X, and Windows to manager PostgreSQL 9.2 and above. Deployment Mode pgAdmin can be run as a web or desktop application. […]

How To Install Opera Browser on CentOS 7 / RHEL 7 & Fedora 28/27

How To Install Opera Browser on CentOS 7 / RHEL 7 & Fedora 28/27

Opera is a freeware web browser developed by Opera Software. Opera runs on a variety of personal computer operating systems, including Microsoft Windows, macOS, and Linux. Editions of Opera are available for Android, and iOS operating systems, as well as Java ME-enabled devices. Here is the guide on how to install Opera browser on CentOS […]

How To Install Cockpit on CentOS 7 / RHEL 7 & Fedora 28 - Centos/Redhat

How To Install Cockpit on CentOS 7 / RHEL 7 & Fedora 28 – Centos/Redhat

Cockpit is a free web-based administration tool for the system admin to perform tasks, such as storage management, network configuration, inspecting logs, managing containers, and so on. Cockpit is released under the LGPL v2.1+, and it is available for Debian, Redhat, CentOS, Fedora, Atomic, Arch Linux, and Ubuntu. Features Manage multiple Cockpit machines from a […]

How to Upgrade Fedora 26 to Fedora 27 Workstation

How to Upgrade Fedora 26 to Fedora 27 Workstation

Fedora project has announced the major release of Fedora, v27 on 14th November 2017. But, this time, only Fedora 27 workstation and Fedora 27 Atomic host was released. Due to retooling, Fedora 27 server was not released, and it is expected to be released in second part of December. We already covered the fresh installation […]

22 Things to Do After Fresh Installation of Fedora 27 / Fedora 26

22 Things to Do After Fresh Installation of Fedora 27 / Fedora 26

Fedora OS needs no introduction. It is used as an alternative to Windows by most. When people move to Fedora from Windows, they struggle to get things done because of lack of knowledge. Here, we are covering, 22 things to do after fresh installation of Fedora 27 to get the most out of it for […]

How To Install MySQL 5.7/8.0 on CentOS 7/6, RHEL 7/6 & Fedora 28/27

How To Install MySQL 5.7/8.0 on CentOS 7/6, RHEL 7/6 & Fedora 28/27

MySQL is a free and open source database management System, commonly used in web applications to store and retrieve records and information. MySQL was initially developed by MYSQL AB, now owned by Oracle Corporation. It was the primary database application for Linux operating system until MariaDB, a fork of MySQL, came into the picture. In […]

Install qBittorrent on Ubuntu 18.04 / 16.04 / Linux Mint 18 / Fedora 27/26

Install qBittorrent on Ubuntu 18.04 / 16.04 / Linux Mint 18 / Fedora 27/26

qBittorrent is a simple yet very fast open source BitTorrent client for Linux operating system. It is often called as an alternative to uTorrent because it comes with uTorrent like user interface, configuration settings, integrated search engine and much more. If you are the one looking for the best open source BitTorrent client, then qBitttorent […]

Setup Docker Private Registry on CentOS 7

How to Setup Docker Private Registry on CentOS 7 / Ubuntu 16.04

Docker registry is a piece of application that lets you store and distribute the Docker images internally (within your organization). Docker even has a public registry, known as Docker Hub, free to store Docker images. But, the problem with Docker public registry is that the images you upload on it becomes public. This is not […]