Difference between revisions of "IT"

From The TinkerNet Wiki
Jump to navigation Jump to search
Line 23: Line 23:
 
*[[Linux - Smart Linux Tricks|<s>Stupid</s> Smart Linux Tricks]]
 
*[[Linux - Smart Linux Tricks|<s>Stupid</s> Smart Linux Tricks]]
  
==<s>Stupid</s> Smart Linux Tricks==
+
<br />
 
 
===Restart a service===
 
 
 
<code>sudo service FOOBAR restart</code>
 
 
 
or
 
 
 
<code>sudo systemctl restart FOOBAR.service</code>
 
 
 
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 [https://randomgeekery.org/2017/01/01/cinnamon-screenshot-shortcuts/ this post].
 
 
 
{|
 
|-
 
!Action
 
!Shortcut
 
|-
 
|Take a screenshot
 
|<code>Print</code>
 
|-
 
|Take a screenshot of a window
 
|<code>Alt</code> + <code>Print</code>
 
|-
 
|Take a screenshot of an area
 
|<code>Shift</code> + <code>Print</code>
 
|-
 
|Copy screen to clipboard
 
|<code>Control</code> + <code>Print</code>
 
|-
 
|Copy window to clipboard
 
|<code>Control</code> + <code>Alt</code> + <code>Print</code>
 
|-
 
|Copy area to clipboard
 
|<code>Shift</code> + <code>Control</code> + <code>Print</code>
 
|-
 
|Toggle recording desktop
 
|<code>Shift</code> + <code>Control</code> + <code>Alt</code> + <code>R</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>.
 

Revision as of 16:54, 7 June 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

Start off with the usual update of the repositories...

apt update

Server Building Notes

ESXi Notes

Why virtualize your server infrastructure (Morton Hjorth)

Operating Systems

Linux