Linux Commands Useful

Login using SSH

Remove host from ssh known hosts (when server changes, but IP stays the same)

 

Process management

htop - Activity monitor

htop for network net monitor firewall linux

See all open ports and which programs are using

Checking what ports are listnening

 

Test specific port

 

Debug incoming requests HTTP netcat

 

Speedtest

 

crontab - automation

Edit tasks

Format

Global crontab (with user names admin )

Restart

Logs

 

 

Chmod

Make folder write/read for all users

Make SH file executable

 

List files in directory

https://www.tecmint.com/sort-ls-output-by-last-modified-date-and-time/

List current directory

Find file

https://www.geeksforgeeks.org/find-command-in-linux-with-examples/

Find text in files

https://www.thegeekstuff.com/2009/03/15-practical-unix-grep-command-examples/

Kill process

 

Zip a folder

 

Find location of some app in global path

 

Create

Will result in /path/destination/folder_or_file

Find source

 

Linux Screen

create with name screen -S newname

List screens: screen -ls

Attach to existing screen -rd newname

Detach from screen ctrl+a => d

Kill screen ctrl+a => k

Rename screen

0dff710c-ce1c-4099-a80f-be216ff784ec

Scroll mode

image-20211222182726250

Screen shortcuts

458e4480-d0da-44e5-9656-981be1074ffa

Send commands to screen:

Alternative to Linux screens - tmux https://superuser.com/questions/236158/tmux-vs-screen