2020年12月4日 星期五

The default way to take screenshot in Linux #print screen #prtscr

The default way to take screenshot in Linux


Almost all Linux distributions and desktop environments support these keyboard shortcuts.

Let’s take a look at the list of keyboard shortcuts you can utilize:

PrtSc – Save a screenshot of the entire screen to the “Pictures” directory.
Shift + PrtSc – Save a screenshot of a specific region to Pictures.
Alt + PrtSc  – Save a screenshot of the current window to Pictures.


Ctrl + PrtSc – Copy the screenshot of the entire screen to the clipboard.
Ctrl + Shift + PrtSc – Copy the screenshot of a specific region to the clipboard.

Ctrl + Alt + PrtSc – Copy the screenshot of the current window to the clipboard.

Big5 txt files became unreadable under Linux

command line (convert big5 encoding text.txt to utf8 encoding test-utf8.txt)

iconv -f big5 -t utf8 test.txt > test-utf8.txt

Refer to:  

https://www.itread01.com/p/160400.html