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 …
Heroku Add-on CronToGo
We are using cronjob for job on most project. Normally we can set the cronjob on servers. But heroku is not providing the functionality by default. For that, we can install crontogo add-on ( not free ) By the crontogo, we can set cronjobs simply please check https://devcenter.heroku.com/articles/crontogo
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 check dependencies which are not used in project.
depcheck is a npm packange which checks what dependencies are not used in the project. https://www.npmjs.com/package/depcheck As you can see on the link, it is very easy to use. Mainly it is used to clear package.json file.
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 …
SoapUI – Postman for SOAP / REST API
SoapUI is a tool for testing Web Services; these can be the SOAP Web Services as well RESTful Web Services or HTTP based services. SoapUI is an Open Source and completely free tool with a commercial companion -SoapUI Pro- that has extra functionality for companies with mission critical Web Services. What can I use SoapUI …