Difference between revisions of "IT"

From The TinkerNet Wiki
Jump to navigation Jump to search
 
(21 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==
 
==Operating Systems==
  
* [[OS - Linux|Linux]]
+
*[[OS - Linux|Linux]]
* [[OS - Windows|Windows]]
+
*[[OS - Windows|Windows]]
* [[OS - MacOS|MacOS]]
+
*[[OS - MacOS|MacOS]]
  
===Linux===
+
==Hypervisors==
[http://strangehorizons.com/non-fiction/articles/installing-linux-on-a-dead-badger-users-notes/ Installing Linux on a Dead Badger: User's Notes]
 
  
All Linux distros should attempt to be as user friendly as possible, that's the sign of a polished well made OS. And no distro should ever become complacent about the quality of it's UX, all distros should always strive to make things better, every time a new user becomes confused, their experience should be used to refine the UX design to make the OS better.I like Linux Mint because it attempts to be as user friendly as possible. Some people call this approach "A beginner Linux distro". I disagree. Linux Mint is a distro for all users, new and experienced. From mums who spend all day on Facebook, to programmers. - grady_vuckovic (reddit)
+
*[[Hypervisors - ESXi|ESXi]]
 
+
*[[Hypervisors - Proxmox|Proxmox]]
*[[Linux - Smart Linux Tricks|<s>Stupid</s> Smart Linux Tricks]]
+
*[[Hypervisors - unRAID|unRAID]]
*[[Linux - Reference Links|Linux Reference Links]]
 
*[[Linux - Useful (or maybe just fun) Applications & Utilities|Useful (or maybe just fun) Applications & Utilities]]
 
*[[Linux - Getting rid of the Software Rendering Mode message|VMs - Software Rendering Mode]]
 
 
 
===Windows===
 
 
 
*[[Windows - Installing Windows 10 (NSFW)|Installing Windows 10 (NSFW)]]
 
  
 
==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]]
 
*[[NetMan - Dynamic DNS|Dynamic DNS]]
 
*[[NetMan - Dynamic DNS|Dynamic DNS]]
 
*[[NetMan - SSL Certs|SSL Certs]]
 
*[[NetMan - SSL Certs|SSL Certs]]
 +
*[[NetMan - VPN|VPN]]
 
*[[NetMan - nmap|nmap]]
 
*[[NetMan - nmap|nmap]]
 +
 +
==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]]
 +
 +
==Useful Utilities & Such==
 +
 +
*[[USB drive handling]]
  
 
==Server Building==
 
==Server Building==
Line 35: 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 - WebUI Through a Proxy|WebUI Through a Proxy]]
 
*[[ESXi - ghettoVCB|ghettoVCB]]
 
*[[ESXi - Add cron Job|Add cron Job]]
 

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