Browsing tag

centos 7

How To Install Visual Studio Code On CentOS 7 / RHEL 7

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 Visual Studio Code […]

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 and Configure GitLab on CentOS 7 / Ubuntu 18.04 & Debian 9

GitLab is an open-source web-based Git-repository manager, written in Ruby. It includes a wiki, issue management, code review, monitoring, and continuous integration and deployment. GitLab enables developers to build, deploy and run their applications. There are three editions of GitLab available for public, Community Edition (CE), Enterprise Edition (EE), and a GitLab-hosted version. GitLab can […]

How To Install Kubernetes on CentOS 7, Ubuntu 18.04 / 16.04 & Debian 9

Kubernetes is an open-source Production-Grade container orchestration tool that helps to automate deploying, scaling, managing containerized applications. Google initially designed Kubernetes and now maintained by the Cloud Native Computing Foundation. You can call Kubernetes is a cluster manager for Docker, and it provides almost same functionalities that of Docker Swarm. With Kubernetes, you can deploy […]