Steps to Install & Configure Gogs on Ubuntu 20.04 LTS
In this post we are going to discuss about for Gogs Git service on Ubuntu. Gogs is an open source Git service written in Go language. Gogs web interface is very similar to GitHub and offers support for MySQL, PostgreSQL, and SQLite database. Using Gogs web interface ,we can create, manage the repositorys. There are …
Read more “Steps to Install & Configure Gogs on Ubuntu 20.04 LTS”
Steps to Install & Configure Apache Subversion on Ubuntu 20.04 LTS
In this blog we are going to discuss about for Apache Subversion. Apache Subversion is a free & open source software, written in Java. It is a version control based released under the Apache License. Using SVN, we can manage and track changes to code and assets across projects. It supports SVN, SVN+SSH, HTTP, and …
Read more “Steps to Install & Configure Apache Subversion on Ubuntu 20.04 LTS”
Steps to Install & Configure Salt/SaltStack Master & Minion on Ubuntu 20.04 LTS
Hello, In this Blog we are going to discuss How to Setup Salt master & Salt Minion on Ubuntu server. Salt is a free & open source python-based configuration management platform. Salt Master is used to manage/control a number of Salt minions. We can easily install & configure commands on salt minion from salt master. …
Read more “Steps to Install & Configure Salt/SaltStack Master & Minion on Ubuntu 20.04 LTS”
Step By Step Guide to Setup ArangoDB on Ubuntu 20.04 LTS
In this blog we are discussing about for ArangoDB. ArangoDB is an open source NoSQL and multi-model database. It is a simple and easy-to-use web interface and CLI for managing and monitoring databases. Using ArangoDB, we can easily used in small & large organization that process large amount of data. It supports three data models …
Read more “Step By Step Guide to Setup ArangoDB on Ubuntu 20.04 LTS”
Steps to Setup Angular on Ubuntu 20.04 LTS
In this blog we are discussing how to setup Angular on Ubuntu 20.04. Angular is a free & open source web-based application. It provides frameworks, libraries, assets, and utilities.It is used to create mobile and desktop applications. There are some steps to setup Angular on Ubuntu: Step 1: Update the System. apt-get update Step 2: …