Linux Commands Useful

Login using SSH

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

Key must have read only rights

 

Controling console

Exit any program in console using CTRL+C command

move to directory

Tab button gives you auto-complete

Move back one dir

Your home directory

Make directory

Delete directory

 

Installing programs

Install programs in Debian/Ubuntu using apt / apt-get package manager (replace PACKAGE_NAME)

If program not available in package managers download using wget and install manually.

chmod gives execution rights, sudo means - execute as administrator

 

Making bash scripts executable / readable

Rxecutable

Readable by all users

get chomd settings from file

 

Process management

htop - Activity monitor, also can kill programs with F9 , then 9

htop for network net monitor firewall linux

GPU usage

nvidia-smi shows GPU usage and memory usage

Firewall

 

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

Log output to file

 

Global crontab (with user names admin )

Restart

Logs

 

 

Chmod

Alternative way!

plus means add rights

minus means remove rights

 

Add folder write/read rights for all users

Remove folder write/read rights 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

Compression level 0-9

 

Find location of some app in global path

 

Find location of binary

 

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

 

Unarchive tar.gz format

 

Archive

 

Count files ls in directory

 

List of running services

 

Current directory

 


http://share.yellowrobot.xyz/quick/2022-9-5-DF70FF8D-C119-4746-BC69-17E78082B14F.html

 

Bash extract JSON values

image-20220914185711103