Skip to content
sneppets

sneppets

  • Algorithms
  • Interview Programs
  • Datastructures
  • Java
  • Golang
  • Cloud
Check OS version in Linux from command line

How to check OS version in Linux from command line ?

August 8, 2021August 8, 2021 Editorial StaffLeave a Comment on How to check OS version in Linux from command line ?

This tutorial guides you on how to check OS version in Linux from command line. Linux is a open source and free Operating System. There are various distributions of Linux available. For example, Debian, Ubuntu, CentOS, Fedora etc.,. We need… Read More!

linux kernel-version, linux, os-version
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, 2021October 11, 2022 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

Posts navigation

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