Skip to content
sneppets

sneppets

  • Privacy

How to find the PID of the process running on a specific port ?

December 3, 2024December 3, 2024 Editorial StaffLeave a Comment on How to find the PID of the process running on a specific port ?

This sneppet will guide you on how to find the PID of the process running on a specific port. PID stands for Process ID. It is a unique number assigned to each process running on any machine. And this PID… Read More!

linux linux, netstat, process
clear terminal command history linux

How do you clear the terminal history in Linux ?

January 5, 2024September 6, 2024 Editorial StaffLeave a Comment on How do you clear the terminal history in Linux ?

In Linux terminal you can execute different types of command. Once the command is been executed, the history will get saved in .bash_history file which is hidden. Let’s say you have entered your password accidently in the terminal, which got… Read More!

linux bash, command-history
switch between users in Linux

How to switch between users in Linux Terminal ?

January 4, 2024December 3, 2024 Editorial StaffLeave a Comment on How to switch between users in Linux Terminal ?

To secure unauthorized access to the Linux Kernel, the Operating System provides option to create user accounts with different privileges. You can change the user associated with the current session in the Linux Terminal, provided if you know another user’s… Read More!

linux, Uncategorized linux, users

How do I enable SSH access for an AWS EC2 instance ?

December 20, 2023December 20, 2023 Editorial StaffLeave a Comment on How do I enable SSH access for an AWS EC2 instance ?

This sneppet teach you the steps that need to be followed to enable SSH access for an AWS EC2 instance. Steps to enable SSH access for an AWS EC2 instance You can use Secure Shell (SSH) from Linux, Windows, macOS… Read More!

aws, cloud AWS, ssh
check sshd logs linux

How to check sshd logs and status in linux ?

October 11, 2022January 4, 2024 Editorial StaffLeave a Comment on How to check sshd logs and status in linux ?

This tutorial guides you on how to check sshd logs in linux operating system. I had already installed OpenSSH 8.1 in Suse Linux Server. I will show you how to check the status of sshd and the logs. Check status… Read More!

linux linux, sshd

Posts navigation

Older posts
Copyright © 2018 Sneppets. All Rights Reserved