DevOps

GitHub Actions with Firebase, the best way to distribute…

Mobile DevOps — Part 1 Automate the distribution of React Native Apps via Firebase with GitHub Actions. Building React Native apps are a fantastic thing. I’ve...
Muralitharan A
5 min read

Redirecting a domain with HTTPS using AWS

Hello everyone! Hope life’s good. As mentioned in the title, the objective of my blog is to see how we can redirect one domain...
Dinesh M
2 min read

How to use Ubuntu on Windows Subsystem for Linux…

Hey guys, are you trying to install Windows Subsystem for Linux in Windows? Here is the detailed installation process. Firstly, we need to have...
Boobalan R
2 min read

Easy Way To Backup SnipeIt To AWS S3

SnipeIt? What is that? SnipeIt is an open-source asset management system using which you can manage your organization’s assets. You can get more detail...
Ragav G
1 min read

How I met Hashicorp’s Consul and what it has…

While going through Consul I found some interesting features which make Consul differ from other services. I wanted to share this with my colleagues...
Venkatesh S
1 min read

A Much Better Way To Backup GitLab to AWS…

Like many of you, we also use the self-hosted version of GitLab CE and it is one of the BEST open source software written...
Balaji D Loganathan
54 sec read

SSH Configuration for Jump (host) to remote server.

In this blog I want to share, how we used the jump host concept to : Connect to remove server via jump host using...
Sairam S
2 min read

Monitor Sidekiq up or down with Shell Script

Here is one simple shell script to check whether sidekiq process is running or not and then restart it. I am sure many of...
Sivakumar V
1 min read

git-deploy – Perl: warning: Setting locale failed.

If you get the error perl: warning: Setting locale failed. perl: warning: Please check that your locale settings:, you can fix it by adding...
Balaji D Loganathan
27 sec read

git-deploy – Fix for /usr/bin/env: ruby: No such file…

If you use git-deploy with rvm and if you face the error /usr/bin/env: ruby: No such file or directory then here is the quick...
Balaji D Loganathan
22 sec read

Tips: Job for apache2.service failed. Use sudo apache2ctl configtest…

If you get Job for apache2.service failed. See “systemctl status apache2.service” and “journalctl -xe” for details, then use “sudo apache2ctl configtest” to see the...
Neelkanth Ram
7 sec read

How To Enable MySQL For Remote Access

We started using Qlik Views for our customers and we were in need of connecting to remote MySQL server for Data analytics. By default...
Sivakumar V
1 min read