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. ''...")
 
 
(47 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
*'''<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>
  
Editing IT
+
==Operating Systems==
Jump to navigationJump to search
 
AdvancedSpecial charactersHelp
 
<big>'''NOTE:'''</big> 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).
+
*[[OS - Linux|Linux]]
 +
*[[OS - Windows|Windows]]
 +
*[[OS - MacOS|MacOS]]
  
== Server Building Notes ==
+
==Hypervisors==
* [[SBN - Web Server Notes|Web Server Notes]]
 
* [[SBN - Blog Server Notes|Blog Server Notes]]
 
* [[SBN - Wiki Server Notes|Wiki Server Notes]]
 
* [[SBN - Automation Server Notes|Automation Server Notes]]
 
* [[SBN - Download Server Notes|Download Server Notes]]
 
* [[SBN - Media Server Notes|Media Server Notes]]
 
* [[SBN - Storage Server Notes|Storage Server Notes]]
 
  
== <s>Stupid</s> Smart Linux Tricks ==
+
*[[Hypervisors - ESXi|ESXi]]
 +
*[[Hypervisors - Proxmox|Proxmox]]
 +
*[[Hypervisors - unRAID|unRAID]]
  
=== Restart a service ===
+
==Network Management==
 +
<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>
  
<code>sudo service FOOBAR restart</code>
+
*[[NetMan - pfSense|pfSense]]
 +
*[[NetMan - Dynamic DNS|Dynamic DNS]]
 +
*[[NetMan - SSL Certs|SSL Certs]]
 +
*[[NetMan - VPN|VPN]]
 +
*[[NetMan - nmap|nmap]]
  
or
+
==Machine-Machine Communication==
  
<code>sudo systemctl restart FOOBAR.service</code>
+
<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>
  
Where "FOOBAR" is the name of the service you want to restart...
+
*[[SSH]]
  
=== Taking a screenshot in Mint Cinnamon  ===
+
==Useful Utilities & Such==
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].
 
  
{|
+
*[[USB drive handling]]
|-
 
!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>.
+
==Server Building==
 +
Start off with the usual update of the repositories...
  
Summary:
+
<code>apt update</code>
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!
 
  
 
+
[[SBN - Building Notes|Server Building Notes]]
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
 

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