Deletion log
Jump to navigation
Jump to search
Below is a list of the most recent deletions.
- 02:00, 1 September 2025 Tinker talk contribs deleted page WeeWX (content was: "This particular set of instructions is based on building a standalone VM to handle WeeWX. On my network, I have an existing WebServer & an existing Automation Server. The intent is to have the weather information served up as a web page (Default WeeWX thing...) by the WebServer and also be used by the Automation Server. There is also a dedicated Database Server which we will b...", and the only contributor was "Tinker" (talk))
- 18:13, 6 May 2023 Tinker talk contribs deleted page PlatformIO-Install-Linux (content was: "Moved to the Nerd Mage Wiki", and the only contributor was "Tinker" (talk))
- 23:48, 17 April 2023 Tinker talk contribs deleted page SBN - Download Server Notes (content was: "*Set up the VPN *Configure Storage *Set up Transmission-daemon **[https://help.ubuntu.com/community/TransmissionHowTo A link] *Use Transmission-Remote to interact with the server **(on Linux Mint, <code>apt install transmission-remote-gtk</code>) *DownloadServer - Transmission-daemon Mana...", and the only contributor was "Tinker" (talk))
- 23:48, 17 April 2023 Tinker talk contribs deleted page NetMan - VPN (content was: "== Install OpenVPN == Install OpenVPN and unzip * <code>sudo apt-get install openvpn unzip -y</code> == Configure OpenVPN == * Using PIA * Using NordVPN == Test that the VPN is working == Start the vpn: * <code>sudo openvpn --config /etc/openvpn/Sweden.ovpn --auth-user-pass /etc/openvpn/login.txt<...", and the only contributor was "Tinker" (talk))
- 23:47, 17 April 2023 Tinker talk contribs deleted page DownloadServer - Storage (content was: "*Storage space for downloading (Torrents & such) should be done on a dedicated drive. **If setting up on an ESXi-based VM, set up a datastore specifically for this purpose. **Another option is to mount the storage space via NFS. Best solution... Give the VM a fresh new drive of 500GB to 1TB. Format the drive & set it to a sensible mounting method (Identify by label... mount...", and the only contributor was "Tinker" (talk))
- 23:46, 17 April 2023 Tinker talk contribs deleted page DownloadServer - Transmission-daemon (content was: " <span style="font-size:x-large"><span style="color:#c0392b">'''W'''</span></span> <span style="font-size:x-large"><span style="color:#c0392b">'''I'''</span></span> <span style="font-size:x-large"><span style="color:#c0392b">'''P'''</span></span> <span style="font-size:x-large"><span style="color:#c0392b">'''!!!'''</span></span> [https://help.ubuntu.com/community/Transmission...", and the only contributor was "Tinker" (talk))
- 23:45, 17 April 2023 Tinker talk contribs deleted page Transmission-Remote (content was: "There are a few iterations of Transmission Remote now... * '''transmission-remote-gtk''' in the repositories * '''transmission-remote-cli''' in the repositories * [https://github.com/transmission-remote-gui/transgui Transmission Remote GUI] on github", and the only contributor was "Tinker" (talk))
- 23:44, 17 April 2023 Tinker talk contribs deleted page DownloadServer - Transmission-daemon Management (content was: "==Starting and Stopping Transmission Daemon== After install Transmission, the daemon will be started automatically (but not accessible yet). You can start and stop Transmission daemon using the following commands *<code>sudo service transmission-daemon start</code> *<code>sudo service transmission-daemon stop</code> *<code>sudo service transmission-daemon reload</code>", and the only contributor was "Tinker" (talk))
- 21:08, 20 April 2022 Tinker talk contribs deleted page ESXi from the Command Line (content was: "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 is never a good day.) =Various Tasks= ==esxcli== *Available Commands **<code>esxcli esxcli command list</code> ***6.7", and the only contributor was "Tinker" (talk))
- 19:42, 27 January 2022 Tinker talk contribs deleted page Linux - Shell Scripts (content was: "== Links to some useful shell scripting tutorials == * [https://bash.cyberciti.biz/guide/Menu_driven_scripts Menu driven scripts] ==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://linoxide.com/linux-shell-script/kernel-version-multiple/ Linux Shell Script T...", and the only contributor was "Tinker" (talk))
- 18:27, 27 January 2022 Tinker talk contribs deleted page Linux - Tricks (content was: "==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> ==Create custom fortune cookies files== #Open your favourite editor and add the strings that you want to be shown when running "fortune" in terminal. BE SURE to add a single line with a letter % in it, bet...", and the only contributor was "Tinker" (talk))
- 16:57, 27 January 2022 Tinker talk contribs deleted page Linux - Customizations (content was: "= Mouse = * [https://help.ubuntu.com/community/MouseCustomizations Mouse Customizations] (Ubuntu Documentation) * [https://forums.linuxmint.com/viewtopic.php?t=241162 Mouse Button Mapping] (Mint Forums) * [https://www.linux.org/threads/cool-tricks-with-xinput-device.10345/ Cool Tricks with Xinput Device] * [https://antoine-galataud.github.io/linux/hardware/x11/2015/01/06/mouse-m...", and the only contributor was "Tinker" (talk))
- 16:20, 27 January 2022 Tinker talk contribs deleted page Linux - N00b tips! (content was: "This would be a good place to find simple & strange little tips for solving problems that tend to trip up new Linux users... ===Files that don't exist=== If you see "<code>cannot stat 'randomfilename</code>' That generally means the file doesn't exist. === Permission Frustrations === Unlike some ''other OSs'', Linux is fairly consistant with permissions. But a lot of new users...", and the only contributor was "Tinker" (talk))
- 16:10, 18 January 2022 Tinker talk contribs deleted page AutomationServer - Node-Red (content was: "<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> [https://nodered.org/ Node-Red Web Site] ==Installing Node-Red== ===Start by installing nodejs and the javascript package manager (npm)=== <span style="color:#8B0082">'''NOTE:''' Both the Ubunto an...", and the only contributor was "Tinker" (talk))
- 16:08, 18 January 2022 Tinker talk contribs deleted page AutomationServer - MQTT (content was: "<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> *Proven on Mint 19.3 *Proven on SparkyLinux 5.11 [https://mosquitto.org/ Mosquitto MQTT Broker] ==Installing Mosquitto== *<code>sudo apt-get install mosquitto</code> Pretty simple, eh? ===Ensure...", and the only contributor was "Tinker" (talk))
- 16:12, 1 January 2022 Tinker talk contribs deleted page Getting MySQL onto SparkyLinux
- 18:36, 29 December 2021 Tinker talk contribs deleted page File:IoT Buttons Flow.png
- 18:35, 29 December 2021 Tinker talk contribs deleted page File:IoT Buttons Flow.png (Deleted old revision 20211229223403!IoT_Buttons_Flow.png)
- 00:25, 12 November 2021 Tinker talk contribs deleted page Wise Words
- 17:03, 26 January 2021 Tinker talk contribs deleted page File:StickDude2.mp4 (Deleted old revision 20210126210328!StickDude2.mp4)
- 03:21, 24 January 2021 Tinker talk contribs deleted page File:StickDude Beer.mp4
- 03:20, 24 January 2021 Tinker talk contribs deleted page File:StickDude Beer.mp4 (Deleted old revision 20210124072044!StickDude_Beer.mp4)
- 03:19, 24 January 2021 Tinker talk contribs deleted page File:StickDude Beer.mp4 (Deleted old revision 20210124071929!StickDude_Beer.mp4)
- 03:18, 24 January 2021 Tinker talk contribs deleted page File:StickDude Beer.mp4 (Deleted old revision 20210124071842!StickDude_Beer.mp4)
- 03:03, 18 January 2021 Tinker talk contribs deleted page File:StickDude Testing.mp4 (Deleted old revision 20210118062554!StickDude_Testing.mp4: obsolete)
- 18:17, 4 January 2021 Tinker talk contribs deleted page Modular ESP Firmware - TFT - Source (content was: "#REDIRECT Modular ESP Firmware - OLED - Source", and the only contributor was "Tinker" (talk))
- 14:09, 2 January 2021 Tinker talk contribs deleted page Modular ESP Firmware - Baseline - Source (content was: "== platformio.ini == <syntaxhighlight lang="ini" line="1"> [env:esp07] platform = espressif8266 board = esp07 framework = arduino monitor_speed = 115200 build_flags = -D DEBUG ;lib_deps = </syntaxhighlight> == main.cpp == <syntaxhighlight lang="cpp" line="1"> #include <Arduino.h> //////////////////////////////////////////// #include "TopSecret.h" #include <ESP8266Wi...", and the only contributor was "Tinker" (talk))
- 23:46, 26 December 2020 Tinker talk contribs deleted page Modular ESP Firmware - MQTT - Source (Obsolete Page)
- 22:04, 6 November 2020 Tinker talk contribs deleted page IoT - ESP-Everything!-USB Alternatives (content was: "Tiny SMT connectors are a bitch... none|thumb|Breakout boards can be your friend... none|thumb|But they do tend to vary a bit. <br />", and the only contributor was "Tinker" (talk))
- 17:41, 18 July 2020 Tinker talk contribs deleted page MySQL Notes (content was: "* [http://g2pc1.bu.edu/~qzpeng/manual/MySQL%20Commands.htm Commands] * [https://linuxize.com/post/how-to-manage-mysql-databases-and-users-from-the-command-line/ How to Manage MySQL Databases and Users from the Command Line] * [https://www.hostinger.com/tutorials/?s=mysql Some handy tutorials] ** [https://www.hostinger.com/tutorials/mysql-show-users/ How to Show Users in MySQL on...", and the only contributor was "Tinker" (talk))
- 02:01, 16 June 2020 Tinker talk contribs deleted page HPE Proliant DL380 Gen 7 (content was: "RBSU", and the only contributor was "Tinker" (talk))
- 01:52, 16 June 2020 Tinker talk contribs deleted page HPE Proliant DL380 Gen 7 - RBSU (content was: "===Entering the RBSU=== During boot-up, press '''F9''' when prompted. ===Documentation pages=== *<s>USB Boot Support</s> **<s>22</s> *USB Control *USB 2.0 Controller *Removable Flash Media Boot Sequence **23 *Standard Boot Order (IPL) menu **75 *F11 Boot Menu Prompt **114 **What does it actually offer? ===hahaha=== <nowiki>'''</nowiki>TheGuruOfNothing<nowiki>'''</nowiki> --- T...", and the only contributor was "Tinker" (talk))
- 22:28, 12 June 2020 Tinker talk contribs deleted page File:Sonoff D1-wifi + rf top.jpg
- 16:23, 11 June 2020 Tinker talk contribs deleted page Edit Testing...