Difference between revisions of "IT"

From The TinkerNet Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 7: 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==
Line 33: 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)]
 
 
*[https://docs.vmware.com/en/VMware-Tools/11.1.0/com.vmware.vsphere.vmwaretools.doc/GUID-8B6EA5B7-453B-48AA-92E5-DB7F061341D1.html Open VM Tools]
 
*[[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]]
 
*[http://www.vmwarearena.com/how-to-copy-files-between-esxi-hosts-using-scp-command/ How to Copy files between ESXi hosts using SCP Command]
 
*[https://www.firewall.cx/general-topics-reviews/virtualization-vm-backup/1259-vmware-esxi-invalid-status-virtual-machine.html HOW TO FIX VMWARE ESXI VIRTUAL MACHINE 'INVALID STATUS']
 

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