Omkar Bhagat
  • Home
  • About
Subscribe
Tagged

linux

A collection of 2 posts

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
Omkar Bhagat © 2022
  • Sign up
Powered by Ghost