System Design | Implementation Rule Book | CheatSheet

By Prithvi Atal, Engineer, Driving High-Performance Solutions

Showing posts with label Unix. Show all posts
Showing posts with label Unix. Show all posts
Friday, August 11, 2023

Unix : Most relevant commands

›
netstat -tonp | grep CLOSE_WAIT   //CLOSE_WAIT means your program is still running, and hasn't closed the socket  netstat -p  // connect...
Thursday, September 2, 2021

Shell Scripting Essentials

›
Redirect stderror to output $ cat foo.txt > output.txt 2>&1  // 2 stderror, &1 std output cat nopx.txt > outputx.txt 2>...
Sunday, August 29, 2021

Tomcat Cookbook

›
 #How to find process id of a running program on a given port sudo lsof   -i:8080 sudo lsof   -i:443
1 comment:
Sunday, August 8, 2021

SSH Essentilas

›
Secure shell:  Connect Remote server using SSH protocol -check existing key :ls -al ~/.ssh // It shows existing public and private key pair...
Saturday, October 14, 2017

Less Commands

›
Forward Search ./ – search for a pattern which will take you to the next occurrence. n – for next match in forward N – for previo...
Sunday, October 13, 2013

Automating a process in Unix

›
Here we are going to talk on Bash programming whch is quite powerful when It comes to automat in g a    process in unix environment. Here ...
Saturday, March 10, 2012

Most commonly used Unix command

›
Process using port  lsof -i:80 File operation Insert new line: esc i enter Delete letter: e...
›
Home
View web version

About Me

Prithvi Atal
View my complete profile
Powered by Blogger.