OpenShift Container Platform

OpenShift Container Platform (formerly known as OpenShift Enterprise[16]) is Red Hat’s on-premises private platform as a service product, built around a core of application containers powered by Docker, with orchestration and management provided by Kubernetes, on a foundation of Red Hat Enterprise Linux and Red Hat Enterprise Linux CoreOS (RHCOS). The main difference between OpenShift and vanilla Kubernetes is the concept of …

How to Install ISPConfig 3 on Ubuntu 18.04

ISPConfig is a well-known open-source web hosting control panel that allow us to manage services through a web browser. We can easily add Apache virtual host or Nginx server blocks, create/edit/delete databases, configure cron jobs, create email accounts, and much more. It is a free  alternative to paid control panels – you don’t have to …

Amazon Lightsail – Powerful virtual servers built for reliability & performance

Get Started in Minutes Lightsail gets you started quickly with preconfigured Linux and Windows application stacks and an intuitive management console. Low, Predictable Pricing Focus on your code, not your bill. Lightsail bundles all the resources you need into a single, simple price. Managed Environments Lightsail automatically configures networking, access, and security environments, taking the …

How to use private package on github action

Github provides github action for CI/CD. For the CI, we could meet some cases to use private packages. In this case, npm run install will have permission problem. So, we need to set ssh agent. – name: Set ssh agent uses: webfactory/ssh-agent@v0.4.1 with: ssh-private-key: ${{ secrets.PRIVATE_SSH_KEY }} Then it will work for a private repository. …

Gitea

Gitea is a community managed lightweight code hosting solution written in Go. It is an open-source forge software package for hosting software development version control using Git as well as other collaborative features like bug tracking, wikis and code review. It supports self-hosting but also provides a free public first-party instance hosted on DiDi’s cloud. Cross-platform …