User contributions for Tinker
Jump to navigation
Jump to search
- 18:39, 27 December 2021 diff hist +2 MediaWiki:Sidebar Tag: Reverted
- 18:38, 27 December 2021 diff hist +247 MediaWiki:Sidebar Tag: Reverted
- 18:29, 27 December 2021 diff hist +1,586 N Nmap Created page with "*[https://nmap.org/book/man.html Nmap Reference Guide] == Some useful nmap scans == === Using nmap to inventory a network === The following command with ''nmap'' with ''root'' privilegies (or using ''sudo''): *<code>sudo nmap -n -sP 192.168.0.0/24 {{!}} awk '/Nmap scan report/{printf $5;printf "\t";printf $6;printf "\t";getline;getline;print $3;}' {{!}} awk '{printf $2;printf " ---> ";printf $1;printf "\n";}'</code> results in: 00:10:18:5D:B0:10 ---> 192.168.0..."
- 18:20, 27 December 2021 diff hist +1,116 N Dynamic DNS Created page with "= Using [http://afraid.org afraid.org] for dynamic DNS. = == Dynamic DNS & pfSense == Configuring pfSense to use it properly seems to be a mystery to the internet at large as the findable instructions are always wrong. Here goes a (hopefully) clear attempt: #Go to afraid.org & register #Pick & register a subdomain #go here: http://freedns.afraid.org/dynamic/ #right-click the "Direct URL" button next to the subdomain you're going to use & '''Copy link address''' #Paste..."
- 18:17, 27 December 2021 diff hist +3,514 N PfSense - Menu Structure Created page with "This is a WIP... === System === ==== Advanced ==== ===== Admin Access ===== ===== Firewall & NAT ===== ===== Networking ===== ===== Miscellaneous ===== ===== System Tunables ===== ===== Notifications ===== ==== Cert. Manager ==== ===== CAs ===== ===== Certificates ===== ===== Certificate Revocation ===== ==== General Setup ==== ==== High Avail. Sync ==== ==== Logout (admin) ==== ==== Package Manager ==== ===== Installed Packages ===== ===== Available Packages ===== =..."
- 18:14, 27 December 2021 diff hist +45 PfSense →Configuring pfSense from here...
- 18:06, 27 December 2021 diff hist 0 N File:PfSense - Subnet Mask.png current
- 18:06, 27 December 2021 diff hist 0 N File:PfSense-ICMP-rule.png current
- 18:05, 27 December 2021 diff hist 0 N File:Fa-play-circle.png current
- 18:03, 27 December 2021 diff hist 0 N File:Fa-stop-circle.png current
- 18:02, 27 December 2021 diff hist 0 N File:Fa-repeat.png current
- 17:57, 27 December 2021 diff hist 0 N File:Screenshot from 2020-06-08 14-31-42.png
- 17:55, 27 December 2021 diff hist +6,676 N PfSense Created page with "= Download pfSense = [https://www.pfsense.org/ Where to get it] [[File:Screenshot from 2020-06-08 14-31-42.png{{!}}256px{{!}}Screenshot from 2020-06-08 14-31-42.png{{!}}alt="Aaarrrggg!"{{!}}right]] See that nifty screencap over there on the right? Look at it again. '''<big>It's important...<br></big>''' == Stuff it onto a thumbdrive == (really should create command-line instructions for this part) If working from a Linux Mint machine GUI, right-click & extract the..."
- 17:52, 27 December 2021 diff hist +12 MediaWiki:Sidebar
- 17:46, 27 December 2021 diff hist −1 MediaWiki:Sidebar
- 17:45, 27 December 2021 diff hist +30 MediaWiki:Sidebar
- 17:42, 27 December 2021 diff hist +20 A Tarduino example done properly →main.cpp
- 17:23, 27 December 2021 diff hist −1 A Tarduino example done properly
- 17:13, 27 December 2021 diff hist +37 Teaching Notes
- 17:10, 27 December 2021 diff hist +102 Teaching Notes →How to Linux
- 17:03, 27 December 2021 diff hist +77 Passwordless SSH
- 16:56, 27 December 2021 diff hist −23 Passwordless SSH →Linux to ESXi
- 16:56, 27 December 2021 diff hist −23 Passwordless SSH →ESXi to Linux
- 16:55, 27 December 2021 diff hist +30 Passwordless SSH →ESXi to Linux
- 16:53, 27 December 2021 diff hist +4,363 N Passwordless SSH Created page with "These instructions assume 2 ESXi servers: ESXi0 & ESXi1 Both of these servers have a datastore named '''Admin''' for Administrative stuff and a Folder named '''Utilities''' for storing useful things. You will need '''SSH client''' enabled in the built-in firewall on your ESXi hosts. *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-..."
- 16:51, 27 December 2021 diff hist +5,090 N HowTo - ssh Created page with " [https://www.rootusers.com/enable-ssh-linux-mint/ How To Enable SSH in Linux Mint] Passwordless SSH = Using SSH to get stuff done = == Make it easier to connect == Don't use password authentication. Use [https://www.ssh.com/academy/ssh/public-key-authentication Public Key Authentication]. *<code>ssh-keygen</code> **(Note: You only have to do this step once on any particular machine.) **The passphrase is optional. *<code>ssh-copy-id '''user@MACHINENAME'''</code> *..."
- 16:44, 27 December 2021 diff hist −2 MediaWiki:Sidebar
- 16:44, 27 December 2021 diff hist +3 MediaWiki:Sidebar
- 16:44, 27 December 2021 diff hist +12 MediaWiki:Sidebar
- 16:42, 27 December 2021 diff hist +114 MediaWiki:Sidebar
- 16:40, 27 December 2021 diff hist +45 MediaWiki:Sidebar
- 16:36, 27 December 2021 diff hist +1 MediaWiki:Sidebar
- 16:33, 27 December 2021 diff hist +251 N MediaWiki:Sidebar Created page with "* escape ** https://www.NerdMage.ca/|NerdMage.ca * navigation ** mainpage|mainpage-description ** Teaching Notes|Teaching Notes ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki * SEARCH * TOOLBOX * LANGUAGES"
- 16:01, 27 December 2021 diff hist +1,908 N Linux Stuff Created page with " [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..."
- 15:45, 27 December 2021 diff hist +19 Teaching Notes →How to pfSense
- 15:32, 27 December 2021 diff hist +11 A Tarduino example done properly →platformio.ini
- 15:31, 27 December 2021 diff hist +41 A Tarduino example done properly →platformio.ini
- 15:27, 27 December 2021 diff hist +15 A Tarduino example done properly →platformio.ini
- 15:15, 27 December 2021 diff hist +30 A Tarduino example done properly →main.cpp
- 15:14, 27 December 2021 diff hist +86 A Tarduino example done properly →main.cpp
- 15:12, 27 December 2021 diff hist 0 A Tarduino example done properly →main.cpp
- 15:10, 27 December 2021 diff hist +58 Teaching Notes →A little note about typographic conventions you'll see here
- 15:07, 27 December 2021 diff hist 0 A Tarduino example done properly →FooBar.h
- 14:52, 27 December 2021 diff hist +1,468 A Tarduino example done properly
- 14:52, 27 December 2021 diff hist +3 N A Tarduino example done properly Created page with "fff"
- 02:49, 27 December 2021 diff hist +29 Main Page
- 02:47, 27 December 2021 diff hist +58 Main Page
- 02:43, 27 December 2021 diff hist 0 N File:Construction-Zone-Obstacle-Course12-2.jpg current
- 02:31, 27 December 2021 diff hist −710 Main Page
- 02:23, 27 December 2021 diff hist +29 Main Page