Omkar Bhagat
  • Home
  • About
Subscribe
SSH Without A Password
linux

SSH Without A Password

Here's a quick post explaining how you can SSH into a remote machine without using a password. Spoiler: Yes, it is of course using a public key. First generate a pair of authentication keys on your laptop. ssh-keygen -t rsaThen copy the public key generated in the previous step, located

  • Omkar Bhagat
Omkar Bhagat May 8, 2022 • 1 min read
Linux Commands Cheat Sheet
linux

Linux Commands Cheat Sheet

This is a quick reference guide of common Linux commands for people in a hurry. Installing new softwaresudo apt-get updateThis is the step that actually retrieves information about what packages can be installed, including what updates to currently installed packages packages are available, from Internet sources. sudo apt-get install <

  • Omkar Bhagat
Omkar Bhagat May 6, 2022 • 2 min read
Adding Syntax Highlighting To Your Ghost Blog
blogging

Adding Syntax Highlighting To Your Ghost Blog

I have just started to explore ghost.io and I wanted a way to add Syntax Highlighting to my site. Ghost's official documentation mentions a way to achieve this but for some reason I wasn't able to make it work on my site. It involves adding a light-weight syntax highlighting

  • Omkar Bhagat
Omkar Bhagat May 6, 2022 • 1 min read
Docker For Beginners
docker

Docker For Beginners

This is a super basic docker tutorial for absolute beginners. To start, you definitely need to install docker on your operating system as the first thing. This is quite straightforward. Just visit docker's site and follow the instructions. Create A NodeJS ApplicationLet's create a simple NodeJS app with the following

  • Omkar Bhagat
Omkar Bhagat May 6, 2022 • 2 min read
New Beginnings
blogging

New Beginnings

I'm trying ghost.io for the next 100 days. Let's see how it goes! :)

  • Omkar Bhagat
Omkar Bhagat May 6, 2022 • 1 min read
Omkar Bhagat © 2022
  • Sign up
Powered by Ghost