All public logs
Jump to navigation
Jump to search
Combined display of all available logs of The TinkerNet Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 23:48, 16 July 2020 Tinker talk contribs created page Ramp (Created page with "A ramp is an angled surface... This page is a Ramp Page... Yer welcome Grant.") Tag: Visual edit
- 12:30, 15 July 2020 Tinker talk contribs created page WebServer - Proxy VirtualHost Configuration (Created page with "An Example: * FQDN being proxied ** Test.Domain.Net * Internal server FQDN ** Server.LocalDomain.net ######################### # Test.Domain.Net # ####################...") Tag: Visual edit: Switched
- 16:21, 13 July 2020 Tinker talk contribs created page Getting MySQL onto SparkyLinux (Created page with "* <code>sudo apt update</code> * <code>sudo apt upgrade</code> * <code>wget <nowiki>http://repo.mysql.com/mysql-apt-config_0.8.13-1_all.deb</nowiki></code> * <code>sudo dpkg...") Tag: Visual edit
- 01:43, 13 July 2020 Tinker talk contribs uploaded a new version of File:UserRights.png
- 01:30, 13 July 2020 Tinker talk contribs created page WikiServer - Securing the Wiki (Created page with "There are a number of settings and tweaks that can save you greif while maintaining your wiki. Item #1 is to try hard not to be bored during the install... File:Dontbebore...") Tag: Visual edit
- 01:19, 13 July 2020 Tinker talk contribs uploaded File:UserRights.png
- 01:19, 13 July 2020 Tinker talk contribs created page File:UserRights.png
- 01:15, 13 July 2020 Tinker talk contribs uploaded File:Dontbebored.png
- 01:15, 13 July 2020 Tinker talk contribs created page File:Dontbebored.png
- 02:14, 11 July 2020 Tinker talk contribs created page SBN - Copying Certs (Created page with "To copy certs for a machine from your proxy server (Replace '''Machine.Domain.TLD''' with the proper name for your machine...) (&, of course, '''user''' & '''webserver''' may...") Tag: Visual edit
- 17:53, 10 July 2020 Tinker talk contribs created page PlatformIO-Install-Linux (Created page with " == Choose an IDE: == === [https://atom.io/ Atom] === <span style="color:#9b59b6">Apparently, (as of 2019/08/14) Software manager will install an up-to-date version of Atom....") Tag: Visual edit: Switched
- 17:52, 10 July 2020 Tinker talk contribs uploaded File:Platformio-ide-atom-pkg-installer.e4d67a6d.png
- 17:52, 10 July 2020 Tinker talk contribs created page File:Platformio-ide-atom-pkg-installer.e4d67a6d.png
- 17:50, 10 July 2020 Tinker talk contribs created page Electronics (Created page with "This page is a bloody mess But it's a placeholder... so... meh. * PlatformIO-Install-Linux") Tag: Visual edit
- 14:50, 8 July 2020 Tinker talk contribs uploaded File:Uokpl.rs-tip-jar-png-4283629.png
- 14:50, 8 July 2020 Tinker talk contribs created page File:Uokpl.rs-tip-jar-png-4283629.png
- 21:31, 6 July 2020 Tinker talk contribs created page ESXi - Passwordless SSH (Created page with "=== ESXi0 === * <code>mkdir /vmfs/volumes/Admin/Utilities/ssl/ESXi1</code> * <code>mkdir /vmfs/volumes/Admin/Utilities/ssl/ESXi1/keys</code> * <code>mkdir /.ssh</code> * <cod...") Tag: Visual edit: Switched
- 16:29, 6 July 2020 Tinker talk contribs uploaded File:Screenshot from 2020-07-06 17-16-24.png
- 16:29, 6 July 2020 Tinker talk contribs created page File:Screenshot from 2020-07-06 17-16-24.png
- 16:09, 6 July 2020 Tinker talk contribs created page ESXi - MQTT client tools (Created page with "Allegedly, VMware Cloud Director has MQTT capabilities. This seems like a bit of an excess to add in a simple little set of tools... OTOH... Adding MQTT clients to a small m...") Tag: Visual edit: Switched
- 15:28, 4 July 2020 Tinker talk contribs created page Linux Mint 20 Cinnamon (First impressions) (Created page with "Installing as a VM on ESXi1 * 2 cores * 2GB RAM * 32GB Drive <br />") Tag: Visual edit
- 21:27, 1 July 2020 Tinker talk contribs created page GhettoVCB - clone.sh BASH Script (Created page with " #!/bin/bash echo "Select the Baseline you would like to make your clone from." unset options i while IFS= read -r -d $'\0' f; do options[i++]="$f" done < <(find -m...") Tag: Visual edit: Switched
- 21:23, 1 July 2020 Tinker talk contribs created page GhettoVCB - clone.sh Script (Created page with " !/bin/sh export PATH=/bin:/sbin # ---------------------------------- # Step #1: Define variables # ---------------------------------- RED='\033[0;41;30m' STD='\033[...") Tag: Visual edit: Switched
- 23:11, 30 June 2020 Tinker talk contribs created page Linux - Troubleshooting (Created page with "= '''<span style="color:#c0392b">One of my Mint 19.1 machines seems to regularly refuse to acknowledge mouse clicks...</span>''' = = Mint 19 Update Manager occasionally seems...") Tag: Visual edit: Switched
- 23:09, 30 June 2020 Tinker talk contribs created page Linux - Shell Scripts (Created page with "= Links to some useful shell scripts = * [http://linoxide.com/linux-shell-script/shell-script-check-linux-system-health/ Shell Script to Check Linux System Health] * [http://...") Tag: Visual edit: Switched
- 23:09, 30 June 2020 Tinker talk contribs created page Linux - Customizations (Created page with "= Mouse = * [https://help.ubuntu.com/community/MouseCustomizations Mouse Customizations] (Ubuntu Documentation) * [https://forums.linuxmint.com/viewtopic.php?t=241162 Mouse B...") Tag: Visual edit: Switched
- 23:08, 30 June 2020 Tinker talk contribs created page Linux - Tricks (Created page with "* Kind of a silly little on-liner to paint a rainbow in the terminal... ** <code>yes "$(seq 231 -1 16)" | while read i; do printf "\x1b[48;5;${i}m\n"; sleep .02; done</code>") Tag: Visual edit: Switched
- 23:03, 30 June 2020 Tinker talk contribs created page Linux - Process Supervision using Monit (Created page with " [https://mmonit.com/monit/ Monit] (Working on this page...) [https://mmonit.com/monit/documentation/monit.html The Manual] [https://mmonit.com/wiki/ The Wiki] == Things f...")
- 22:57, 30 June 2020 Tinker talk contribs created page Linux - Convert to mp3 (Created page with "<div class="post-text"> == flac to mp3 == From [https://askubuntu.com/questions/385636/what-is-the-proper-way-to-convert-flac-files-to-320-kbit-sec-mp3 Ask Ubuntu] First of...")
- 22:56, 30 June 2020 Tinker talk contribs created page Linux - Ripping Optical Media (Created page with "==Automatic Ripping Machine== *[https://b3n.org/automatic-ripping-machine/ Automatic Ripping Machine | Headless | Blu-Ray/DVD/CD] *[https://github.com/automatic-ripping-machi...")
- 22:55, 30 June 2020 Tinker talk contribs created page Linux - Multimedia (Created page with "===Installing H.265 / HEVC codec=== [https://askubuntu.com/questions/362745/how-to-install-h-265-hevc-codec-on-ubuntu-linux From Ask Ubuntu] Totem is a GStreamer 1.0 applica...")
- 22:54, 30 June 2020 Tinker talk contribs created page Installing & Running xrdp (Created page with " [http://www.xrdp.org/ xrdp] #<code>sudo apt-get install tightvncserver</code> #<code>sudo apt-get install xrdp</code> *<span style="font-size:larger"><u>'''In THAT order!...")
- 22:53, 30 June 2020 Tinker talk contribs created page Linux - Remote Desktop (Created page with " ===Remmina=== [https://www.remmina.org/wp/ Remmina] *[https://github.com/FreeRDP/Remmina/wiki/Remmina-Usage-FAQ Remmina Usage FAQ] *[https://github.com/FreeRDP/Remmina/wiki...")
- 22:51, 30 June 2020 Tinker talk contribs created page Linux - NFS (Created page with " == <span class="mw-headline" id="Install_Stuff">Install NFS Server</span> == <pre>sudo apt install nfs-kernel-server</pre> == <span class="mw-headline">Configure NFS Server<...")
- 22:50, 30 June 2020 Tinker talk contribs created page Linux - AutoMounting the stock network shares (Created page with " Automatically mounting directories on an as-needed basis... See [https://help.ubuntu.com/community/Autofs Autofs] <pre>sudo apt-get install autofs</pre> === /etc/auto.sambas...")
- 22:49, 30 June 2020 Tinker talk contribs created page Linux - Tutorials (Created page with "[https://community.linuxmint.com/index.php/tutorial/search/ community.linuxmint.com - Tutorials] * [https://opensource.com/article/19/12/linux-commands 10 Linux command tutor...")
- 22:48, 30 June 2020 Tinker talk contribs created page Linux - How-Tos (Created page with " '''SEARCH:''' [https://www.google.com/search?q=live%20usb%20linux%20mint%20persistent&ved=0ahUKEwjm37rbiancAhWK0YMKHW6kAUoQsKwBCDsoADAB&biw=1260&bih=656 live usb linux mint p...")
- 22:44, 30 June 2020 Tinker talk contribs created page Linux - File Managers (Created page with "= Nemo = = Nautilus = = Thunar = = SpaceFM = = Caja =")
- 22:43, 30 June 2020 Tinker talk contribs created page Linux - Window Managers (Created page with "'''How To:''' [https://www.linuxquestions.org/questions/linux-software-2/change-default-window-manager-151406/ change default window manager?] (discussion on linuxquestions)...")
- 22:41, 30 June 2020 Tinker talk contribs created page Linux - Desktop Environments (Created page with "Need to find something better (or at least good for both desktop & RDP) = Research = *[https://www.lifewire.com/best-linux-desktop-environments-4120912 The 10 Best Linux Des...")
- 22:40, 30 June 2020 Tinker talk contribs created page Linux - Fixing Cinnamon when it dies (Created page with " Sometimes, Cinnamon loses its silly little mind while my screens are turned off... It can be (mostly) brought back to normalcy from an SSH session into the machine. The cin...")
- 22:37, 30 June 2020 Tinker talk contribs created page Linux - Distributions (Created page with "= Linux Mint = * [https://linuxmint.com/ Mint] ** [https://blog.linuxmint.com/?p=3867 LMDE 4] = SparkyLinux = * [https://sparkylinux.org/ SparkyLinux] ** Release 5.11 is base...")
- 18:37, 28 June 2020 Tinker talk contribs created page Linux - How to use vi (or vim) (Created page with "*[https://www.cs.colostate.edu/helpdocs/vi.html Basic vi Commands] (CSU) *[https://www.ccsf.edu/Pub/Fac/vi.html UNIX: vi Editor] (City College of SF) *[https://www.guru99.com...") Tag: Visual edit
- 01:27, 26 June 2020 Tinker talk contribs created page WebServer - MySQL Notes (Created page with "'''tinker@doh:~$''' <code>sudo mysql_secure_installation</code> Securing the MySQL server deployment. Connecting to MySQL using a blank password. VALIDATE PASSWORD PLU...") Tag: Visual edit: Switched
- 16:23, 25 June 2020 Tinker talk contribs moved page DownloadServer - VPN to NetMan - VPN
- 12:09, 25 June 2020 Tinker talk contribs created page OS - Windows (Created page with "Installing Windows 10 (NSFW)") Tag: Visual edit
- 12:08, 25 June 2020 Tinker talk contribs created page OS - Linux (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 at...") Tag: Visual edit
- 03:14, 25 June 2020 Tinker talk contribs uploaded File:WP Bullshit-1.png
- 03:14, 25 June 2020 Tinker talk contribs created page File:WP Bullshit-1.png
- 23:24, 24 June 2020 Tinker talk contribs created page ESXi from the Command Line (Created page with "There are 2 ways to reach the command line under ESXi, at the console & through SSH. At the console kinda sucks in most cases. (Think about it, standing in front of the rack...") Tag: Visual edit