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
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
Force host clock sync or update using public NTP

How to force host clock sync or update using public NTP ?

October 13, 2021February 10, 2022 Editorial StaffLeave a Comment on How to force host clock sync or update using public NTP ?

This tutorial guides you on how to force host clock sync or update with public NTP using ntpdate command or by setting up NTP and configuring host to sync with public NTP. Force host clock sync or update using public… Read More!

cloud, linux host, ntp, ntpdate

Posts navigation

Older posts
Copyright © 2018 Sneppets. All Rights Reserved