Difference between revisions of "IT"

From The TinkerNet Wiki
Jump to navigation Jump to search
(Created page with " Editing IT Jump to navigationJump to search AdvancedSpecial charactersHelp <big>'''NOTE:'''</big> These notes & tutorials assume you are logged to the machine(s) via SSH. ''...")
 
Line 1: Line 1:
 
Editing IT
 
Jump to navigationJump to search
 
AdvancedSpecial charactersHelp
 
 
<big>'''NOTE:'''</big> These notes & tutorials assume you are logged to the machine(s) via SSH.
 
<big>'''NOTE:'''</big> These notes & tutorials assume you are logged to the machine(s) via SSH.
  
Line 59: Line 55:
  
 
<code>Print</code> may have its own special label on your keyboard. On mine the <code>Print</code> key is labeled <code>PrtSc</code>.
 
<code>Print</code> may have its own special label on your keyboard. On mine the <code>Print</code> key is labeled <code>PrtSc</code>.
 
Summary:
 
This is a minor edit
 
Watch this page
 
Please note that all contributions to Tinkers Lab Notes may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
 
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Tinkers Lab Notes:Copyrights for details). Do not submit copyrighted work without permission!
 
 
 
 
Navigation menu
 
TinkerTalkPreferencesWatchlistContributionsLog outPageDiscussionReadEditView historyUnwatch
 
More
 
Search
 
Search Tinkers Lab Notes
 
TinkerNet.ca
 
Navigation
 
IT
 
IoT
 
Electronics
 
Programming
 
Project Notes
 
Surplus
 
Tools
 
What links here
 
Related changes
 
Upload file
 
Special pages
 
Page information
 
Sidebar Modding
 
Recent changes
 
Privacy policyAbout Tinkers Lab NotesDisclaimersPowered by MediaWiki
 

Revision as of 01:09, 29 May 2020

NOTE: These notes & tutorials assume you are logged to the machine(s) via SSH.

Another NOTE: They also assume you are running Linux Mint on the machine(s).

Server Building Notes

Stupid Smart Linux Tricks

Restart a service

sudo service FOOBAR restart

or

sudo systemctl restart FOOBAR.service

Where "FOOBAR" is the name of the service you want to restart...

Taking a screenshot in Mint Cinnamon

Here are the default shortcuts. You can customize them in Keyboard Settings, as shown in the image that started this post.

Action Shortcut
Take a screenshot Print
Take a screenshot of a window Alt + Print
Take a screenshot of an area Shift + Print
Copy screen to clipboard Control + Print
Copy window to clipboard Control + Alt + Print
Copy area to clipboard Shift + Control + Print
Toggle recording desktop Shift + Control + Alt + R

Print may have its own special label on your keyboard. On mine the Print key is labeled PrtSc.