Difference between revisions of "IT"

From The TinkerNet Wiki
Jump to navigation Jump to search
 
(38 intermediate revisions by the same user not shown)
Line 1: Line 1:
<big>'''NOTE:'''</big> These notes & tutorials assume you are logged to the machine(s) via SSH.
+
*'''<big>Have you tried turning the user off and back on again?</big>'''<big>(Support techs everywhere)</big>
 +
*'''<big>This is computing and the rules of voodo apply...</big>'''<big>&nbsp; (Patrick Norton - 2018)</big>
  
'''Another NOTE:''' They also assume you are running Linux Mint on the machine(s).
+
==Operating Systems==
  
==Server Building==
+
*[[OS - Linux|Linux]]
Start off with the usual update of the repositories...
+
*[[OS - Windows|Windows]]
 +
*[[OS - MacOS|MacOS]]
  
<code>apt update</code>
+
==Hypervisors==
  
[[SBN - Building Notes|Server Building Notes]]
+
*[[Hypervisors - ESXi|ESXi]]
 +
*[[Hypervisors - Proxmox|Proxmox]]
 +
*[[Hypervisors - unRAID|unRAID]]
  
==ESXi Notes==
+
==Network Management==
[https://www.youtube.com/watch?v=KW1fRVgOoUU&list=PLS2odYzlaogI1B8ejt7itMOovAqpiLkvU Why virtualize your server infrastructure (Morton Hjorth)]
+
<span style="background-color: rgb(153, 204, 0); color: rgb(0, 0, 255);" data-mce-style="background-color: #99cc00; color: #0000ff;">'''<big>Now on Wiki.NerdMage.Ca</big>'''</span>
  
*[[ESXi - Licensing|Licensing]]
+
*[[NetMan - pfSense|pfSense]]
*[[ESXi - UPS Handling|UPS Handling]]
+
*[[NetMan - Dynamic DNS|Dynamic DNS]]
*[[ESXi - ghettoVCB|ghettoVCB]]
+
*[[NetMan - SSL Certs|SSL Certs]]
 +
*[[NetMan - VPN|VPN]]
 +
*[[NetMan - nmap|nmap]]
  
== Operating Systems ==
+
==Machine-Machine Communication==
  
=== Linux ===
+
<span style="background-color: rgb(153, 204, 0); color: rgb(0, 0, 255);" data-mce-style="background-color: #99cc00; color: #0000ff;">'''<big>Now on Wiki.NerdMage.Ca</big>'''</span>
  
* [[Linux - Stupid Smart Linux Tricks|<s>Stupid</s> Smart Linux Tricks]]
+
*[[SSH]]
  
==<s>Stupid</s> Smart Linux Tricks==
+
==Useful Utilities & Such==
  
===Restart a service===
+
*[[USB drive handling]]
  
<code>sudo service FOOBAR restart</code>
+
==Server Building==
 +
Start off with the usual update of the repositories...
  
or
+
<code>apt update</code>
  
<code>sudo systemctl restart FOOBAR.service</code>
+
[[SBN - Building Notes|Server Building Notes]]
 
 
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>.
 

Latest revision as of 18:31, 28 April 2022

  • Have you tried turning the user off and back on again?(Support techs everywhere)
  • This is computing and the rules of voodo apply...  (Patrick Norton - 2018)

Operating Systems

Hypervisors

Network Management

Now on Wiki.NerdMage.Ca

Machine-Machine Communication

Now on Wiki.NerdMage.Ca

Useful Utilities & Such

Server Building

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

apt update

Server Building Notes