Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux screen

Linux screen commands
# Starting Named Session
$ screen -S session_name
# Close screen (with id)
$ screen -X -S 12345 quit
#All screen list
$ screen -ls
#Reattach to a Linux Screen
$ screen -r 12345 (screen id)
#Detach from Linux Screen Session
$ Ctrl+a d
Comment

linux print screen

sudo apt install flameshot
Comment

PREVIOUS NEXT
Code Example
Shell :: dynamodb local how to delete table 
Shell :: bash alias 
Shell :: open folder in gui from terminal linux 
Shell :: error could not lock config file .git/config permission denied ubuntu 
Shell :: kill tensorboard process 
Shell :: install pyramid 
Shell :: where to check elastic beanstalk logs 
Shell :: how to allow traffic on port 8080 in centos 7 
Shell :: install netcdf4 
Shell :: how to remove node modules from github 
Shell :: substring replacement 
Shell :: remove all iptables rules 
Shell :: sh: 1: nodemon: not found 
Shell :: ubuntu cmd firewall give access to port 
Shell :: install powershell ubuntu 
Shell :: linux my ip 
Shell :: _csv.Error: line contains NULL byte 
Shell :: bash temp file 
Shell :: open chrome without web security mac 
Shell :: install tailwindcss nodejs 
Shell :: keep the container running and not exit directly 
Shell :: How to replace a string in multiple files in linux command line 
Shell :: install specific node version linux 
Shell :: odoo12 installation in ubuntu 16.04 
Shell :: where is docker images stored windows wsl2 
Shell :: ssh keygen 
Shell :: ubuntu upgrade php to 7.3 
Shell :: command to check the free disk space 
Shell :: change execution policy in powershell 
Shell :: linux move folder and subfolders to parent 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =