Open in app

Sign In

Write

Sign In

Abhinav Rai
Abhinav Rai

467 Followers

Home

About

Jul 13, 2021

Prepping a VM for Developer

By Default, any ubuntu VM lacks quite some things & plugis. Zsh, Oh-My-Zsh, Ruby, Go, etc. (Will keep on adding more items in this) Installing Oh-My-Zsh Installing Oh-My-Zsh By default, bash is the default shell in ubuntu. So let’s first change the default shell to zsh sudo apt install curl wget git sudo apt install zsh zsh --version echo $SHELL chsh -s $(which zsh) Now close and open the terminal again. Now, let’s install Oh-My-Zsh

Vm

1 min read

Prepping a VM for Developer
Prepping a VM for Developer
Vm

1 min read


Apr 25, 2021

Whatsapp to Google Sheets

A Chrome extension to transfer incoming whatsapp messages to a Google Sheets Problem: With wave 2 of Covid, a lot of systems are collapsing in India and people are helping each other out. …

Whatsapp Tips And Tricks

2 min read

Whatsapp to Google Sheets
Whatsapp to Google Sheets
Whatsapp Tips And Tricks

2 min read


Oct 20, 2020

Subpath with Nginx and Gatsby

Use Case We have our website hosted on https://growpad.io and we want to add blog. Both website and blogs are made with Gatsby but with different themes and hence they are different packages to be served. https://blogs.growpad.io Vs https://growpad.io/blogs Winner: https://growpad.io/blogs for SEO purposes So, on our nginx if a request that…

Nginx

2 min read

Subpath with Nginx and Gatsby
Subpath with Nginx and Gatsby
Nginx

2 min read


Sep 24, 2020

Setting up a Go droplet in Digital Ocean

First, ssh into the digitalocean box | ssh root@123.123.123.123 1. Add key to Gitlab / Github so that you can clone the project in your repo and pull when you make a change. ssh-keygen -t ed25519 -C "<comment>" vim /root/.ssh/id_ed25519.pub Add this key to gitlab Clone the repo 2. Install…

Go

2 min read

Go

2 min read


May 26, 2020

RestlessMonks’ Cookbook

How to run rails server (or any server) on a VM? Make sure nginx is installed. Else follow this simple guide first — https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-18-04 Go to cd /etc/nginx/sites-available Add below details. Replace your server_name and proxy_pass (Where your server is running) with correct values server{ server_name api.grambuddy.com; location / { proxy_pass http://localhost:3002; proxy_http_version 1.1; }

Postgres

3 min read

Postgres

3 min read


Feb 28, 2020

How to convert a CSV to XLSX(Your excel format)

3 Simple steps Download CSV file from Grambuddy. Open Google Sheets. Click File and then Import. 3. Click on the Upload tab. Choose the CSV file downloaded from grambuddy in this new window which appeared. And then click Upload it.

Xlsx

1 min read

How to convert a CSV to XLSX(Your excel format)
How to convert a CSV to XLSX(Your excel format)
Xlsx

1 min read


Feb 18, 2020

How to use VPN to Efficiently Handle Rate Limit in Grambuddy

If you are doing a task which has a lot of numbers like getting followers for an account which have more than 10K followers, getting detailed analysis of the follower/following (Count more than 800) getting dead followers for account which has a lot of posts & likes Getting likers &…

Grambuddy

2 min read

How to Handle Rate Limit in Grambuddy
How to Handle Rate Limit in Grambuddy
Grambuddy

2 min read


Feb 13, 2020

How to Update chrome extensions?

Chrome’s auto update does not work most of the time. So, you got to manually do the update. Open chrome://extensions On the top right corner, you would see a button to toggle developer mode on. Turn this toggle on. 3. As soon as you toggle, you would see the update…

Chrome Extension

2 min read

How to Update chrome extensions?
How to Update chrome extensions?
Chrome Extension

2 min read


Feb 13, 2020

How to force logout of Instagram on Chrome

If you are getting stuck and cannot log out of instagram, here is the way to do so. Go to https://www.instagram.com Open Developer Tools. Ctrl + Shift + J (on Windows) or Cmd + Option + J (on Mac). 3. Press the arrow “>>” on the right side of network tab & select Application from Drop Down. Or If you can find Application directly, just click on the Application Tab.

Force Log Out

2 min read

How to force logout of Instagram on Chrome
How to force logout of Instagram on Chrome
Force Log Out

2 min read


Feb 5, 2020

How to make a GIF of screen recording

Step 1: Install Screencastify chrome extension. Link: https://chrome.google.com/webstore/detail/screencastify-screen-vide/mmeijimgabbpbgpdklnllpncmdofkcpn?hl=en Step 2: Connect your google drive to the extension as these videos are heavy and need to be saved somewhere. Step 3: Press the extension button, choose the Browser Tab option & start the screen recording. To see the tutorial how the extension works, see this 2 minute tutorial — https://www.youtube.com/watch?v=uuJ2lF9RkgE&feature=youtu.be

Screen Recording

1 min read

How to make a GIF of screen recording
How to make a GIF of screen recording
Screen Recording

1 min read

Abhinav Rai

Abhinav Rai

467 Followers

Buliding Engagebud | Guitarist | Traveller | Entrepreneur

Following
  • Nick Wignall

    Nick Wignall

  • rohanarun

    rohanarun

  • TechMagic

    TechMagic

  • Darren Matthews

    Darren Matthews

  • Aman Kumar

    Aman Kumar

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech