Skip to content
sneppets

sneppets

  • Algorithms
  • Interview Programs
  • Datastructures
  • Java
  • Golang
  • Cloud
Find the PID of the process that is using specific port

How to find the PID of the process that is using specific port ?

August 6, 2021August 13, 2021 Editorial StaffLeave a Comment on How to find the PID of the process that is using specific port ?

This tutorial guides you on how to find the PID of the process that is using specific port. As you know that a port can be used by a single application at any point of time. Sometimes we may need… Read More!

linux linux, pid, port, process, tcp
How to connect to Github using SSH

How to connect to Github using SSH ?

June 18, 2021August 6, 2021 Editorial StaffLeave a Comment on How to connect to Github using SSH ?

This tutorial guides you on how to connect to Github using SSH. While setting up development environment or checking out code from git for the first time, you may need to setup Github with SSH. So that it simplifies your… Read More!

linux git, github, ssh
Git not working with a proxy server – gnutls_handshake() failed

Git not working with a proxy server – gnutls_handshake() failed

June 17, 2021June 18, 2021 Editorial StaffLeave a Comment on Git not working with a proxy server – gnutls_handshake() failed

This tutorial guides you on how to fix Git not working with proxy server issue i.e., access issue fatal: unable to access ‘https://github.com/nvm-sh/nvm.git/’: gnutls_handshake() failed: Error in the pull function when you try to install nvm as shown below. Git… Read More!

linux git, github, proxy
linux commands

Linux: sudo: apt-get: command not found

April 12, 2021April 13, 2021 Editorial StaffLeave a Comment on Linux: sudo: apt-get: command not found

This tutorial guides you on how to resolve linux error sudo: apt-get: command not found while running sudo apt-get commands in the terminal. Linux: sudo apt-get: command not found When I was trying sudo apt-get update command in the linux… Read More!

linux apt, apt-get, linux
Putty Fatal Error No supported authentication methods available

Putty Fatal Error No supported authentication methods available

January 7, 2021January 9, 2021 Editorial StaffLeave a Comment on Putty Fatal Error No supported authentication methods available

This tutorial guides you on how to fix Putty Fatal Error No supported authentication methods available (server sent: public key) while trying to SSH in to VM instance.

cloud, linux GCP, google-cloud, putty, ssh

Posts navigation

Older posts
Newer posts
Copyright © 2018 Sneppets. All Rights Reserved