Difference between revisions of "IT"

From The TinkerNet Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
*'''<big>This is computing and the rules of voodo apply...</big>'''<big>&nbsp; (Patrick Norton - 2018)</big>
 
*'''<big>This is computing and the rules of voodo apply...</big>'''<big>&nbsp; (Patrick Norton - 2018)</big>
  
 
<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).
 
 
==Operating Systems==
 
==Operating Systems==
  
Line 11: Line 7:
 
*[[OS - Windows|Windows]]
 
*[[OS - Windows|Windows]]
 
*[[OS - MacOS|MacOS]]
 
*[[OS - MacOS|MacOS]]
 +
 +
==Hypervisors==
 +
 +
*[[Hypervisors - ESXi|ESXi]]
 +
*[[Hypervisors - Proxmox|Proxmox]]
 +
*[[Hypervisors - unRAID|unRAID]]
  
 
==Network Management==
 
==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>
  
 
*[[NetMan - pfSense|pfSense]]
 
*[[NetMan - pfSense|pfSense]]
Line 21: Line 24:
  
 
==Machine-Machine Communication==
 
==Machine-Machine Communication==
 +
 +
<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>
  
 
*[[SSH]]
 
*[[SSH]]
 +
 +
==Useful Utilities & Such==
 +
 +
*[[USB drive handling]]
  
 
==Server Building==
 
==Server Building==
Line 30: Line 39:
  
 
[[SBN - Building Notes|Server Building Notes]]
 
[[SBN - Building Notes|Server Building Notes]]
 
==ESXi Notes==
 
[https://www.youtube.com/watch?v=KW1fRVgOoUU&list=PLS2odYzlaogI1B8ejt7itMOovAqpiLkvU Why virtualize your server infrastructure (Morton Hjorth)]
 
 
*[[ESXi - Licensing|Licensing]]
 
*[[ESXi - UPS Handling|UPS Handling]]
 
*[[ESXi from the Command Line]]
 
*[[ESXi - Passwordless SSH|Passwordless SSH]]
 
*[[ESXI - WebUI Through a Proxy|WebUI Through a Proxy]]
 
*[[ESXi - ghettoVCB|ghettoVCB]]
 
*[[ESXi - Add cron Job|Add cron Job]]
 
*Allowing SSH & SCP between ESXi Hosts
 
**SSH Client must be enabled in the ESXi firewall (for the outbound connection)
 
**[https://4sysops.com/archives/how-to-open-and-close-firewall-ports-on-vmware-esxi-hosts/ How to Open and Close Firewall Ports on vmWare ESXi Hosts]
 
*[[ESXi - MQTT client tools|Making ESXi talk MQTT]]
 
*[[ESXi - Troubleshooting|Troubleshooting]]
 
*[[ESXi - Various Observations|Various Observations]]
 
*[[SSL - ESXi|SSL Certificates]]
 

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