Horje
ubuntu capture screen Code Example
ubuntu capture screen
sudo apt install flameshot
Source: itsfoss.com
how to use screen in ubuntu
# Create a new session
$ screen -S nom_de_la_session

#To disconnect from the session:
$ [CTRL]+[a] then [d]
# just close the terminal and open a new one

# To reconnect to the screen again:
$ screen -r nom_de_la_session
$ screen -ls
$ screen -r [TAB]

# If it doesn’t work try
$ screen -r -d nom_de_la_session
particular screenshot in ubuntu
Prt Scrn to take a screenshot of the desktop.
Alt + Prt Scrn to take a screenshot of a window.
Shift + Prt Scrn to take a screenshot of an area you select.
screen in ubuntu
screen -r 10835
Source: linuxize.com




Shell

Related
install screenshot linux Code Example install screenshot linux Code Example
install flameshot Code Example install flameshot Code Example
bash bc Code Example bash bc Code Example
enter unix username Code Example enter unix username Code Example
add user linux Code Example add user linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12