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)- 17: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))
- 15: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))
- 15: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))
- 15: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))
- 15: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))
- 15:06, 18 January 2022 Tinker talk contribs added prefix "nerdwiki" (https://wiki.nerdmage.ca/index.php/$1) (trans: 0; local: 0) to the interwiki table
- 18:16, 12 January 2022 Tinker talk contribs created page Node-Red - A Note (Created page with "Installing the NodeSource Node.js repo finishes with: ## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm ## You may also need development tools to buil...")
- 15:12, 1 January 2022 Tinker talk contribs deleted page Getting MySQL onto SparkyLinux
- 15:08, 1 January 2022 Tinker talk contribs created page WebServer - Debian based Linux (Created page with "=MySQL on Debian= Debian does not have MySQL in its repositories... :( We can solve this! Check the [https://dev.mysql.com/downloads/repo/apt/ MySQL download page] for cur...")
- 14:57, 1 January 2022 Tinker talk contribs created page WebServer - Mint 19.3 (Created page with "<span style="color:#c0392b">'''Note:''' On Mint 19.3, this installs php 7.2.24. On Mint 20, this installs php 7.4.3. This ''MIGHT'' be an important point to keep in mind for...")
- 17:37, 29 December 2021 Tinker talk contribs created page File:IoT Buttons Flow.png
- 17:37, 29 December 2021 Tinker talk contribs uploaded File:IoT Buttons Flow.png
- 17:36, 29 December 2021 Tinker talk contribs deleted page File:IoT Buttons Flow.png
- 17:35, 29 December 2021 Tinker talk contribs deleted page File:IoT Buttons Flow.png (Deleted old revision 20211229223403!IoT_Buttons_Flow.png)
- 17:34, 29 December 2021 Tinker talk contribs reverted File:IoT Buttons Flow.png to an old version (Reverted to version as of 16:16, 29 December 2021 (EST))
- 17:34, 29 December 2021 Tinker talk contribs uploaded a new version of File:IoT Buttons Flow.png
- 16:16, 29 December 2021 Tinker talk contribs created page File:IoT Buttons Flow.png
- 16:16, 29 December 2021 Tinker talk contribs uploaded File:IoT Buttons Flow.png
- 16:10, 29 December 2021 Tinker talk contribs created page IoT Buttons - Flow (Created page with " <syntaxhighlight lang="json" line="1"> [ { "id": "67f1efdc.110188", "type": "tab", "label": "IoT Keypad", "disabled": false, "info...")
- 01:50, 29 December 2021 Tinker talk contribs created page IoT Buttons - Circuit (Created page with "right|600x400px|IoT Keypad.jpg Yeah... I know... I'll do better later.")
- 01:41, 29 December 2021 Tinker talk contribs created page File:IoT Buttons In Situ.jpg
- 01:41, 29 December 2021 Tinker talk contribs uploaded File:IoT Buttons In Situ.jpg
- 01:39, 29 December 2021 Tinker talk contribs created page File:IoT Buttons Fritzing.png
- 01:39, 29 December 2021 Tinker talk contribs uploaded File:IoT Buttons Fritzing.png
- 17:06, 28 December 2021 Tinker talk contribs created page UIPEthernet contains silly & annoying warnings (Created page with " Aside from its bloated nature, the developer(s) deemed it necesary to insert warnings into the code that are incredibly distracting when compiling. <code>.piolibdeps/UIPEthe...")
- 17:05, 28 December 2021 Tinker talk contribs created page UIPEthernet library is fucking MASSIVE! (Created page with " There '''HAS''' to be a way to put [https://github.com/UIPEthernet/UIPEthernet UIPEthernet] on a diet!")
- 17:04, 28 December 2021 Tinker talk contribs created page IoT Buttons - Basic shopping list (Created page with " [https://www.ebay.ca/itm/253077233488 Arduino Pro Mini 328 5V 16MHz] [https://www.ebay.ca/itm/253223506922 Ethernet Network Module For Arduino] [https://www.ebay.ca/itm/322...")
- 17:02, 28 December 2021 Tinker talk contribs created page File:IoT Keypad 2.jpg
- 17:02, 28 December 2021 Tinker talk contribs uploaded File:IoT Keypad 2.jpg
- 17:00, 28 December 2021 Tinker talk contribs created page IoT - The Arduino-MQTT-Keypad-Display project (Created page with "{| style="width: 500px" border="1" cellspacing="1" cellpadding="1" |- | style="background-color: rgb(0, 204, 255); text-align: center"|Fucking Retard! | style="background-col...") Tag: Visual edit: Switched
- 23:51, 25 December 2021 Tinker talk contribs created page MySQL on LMDE (Created page with "Check the [https://dev.mysql.com/downloads/repo/apt/ MySQL download page] for current version... * wget <nowiki>https://dev.mysql.com/get/mysql-apt-config_0.8.20-1_all.deb</n...") Tag: Visual edit
- 18:27, 22 November 2021 Tinker talk contribs created page File:PfSense-ICMP-rule.png
- 18:27, 22 November 2021 Tinker talk contribs uploaded File:PfSense-ICMP-rule.png
- 23:25, 11 November 2021 Tinker talk contribs deleted page Wise Words
- 20:13, 9 November 2021 Tinker talk contribs created page Wise Words (Created page with "Do y'all remember, before the Internet, that people thought the cause of stupidity was the lack of access to information? Yeah... It wasn't that. ----- Accuracy is the abili...")
- 11:12, 27 October 2021 Tinker talk contribs created page Transmission-Remote (Created page with "There are a few iterations of Transmission Remote now... * '''transmission-remote-gtk''' in the repositories * '''transmission-remote-cli''' in the repositories * [https://gi...")
- 19:10, 24 October 2021 Tinker talk contribs created page Stuff not simple in the other wysiwyg editor (Created page with "<syntaxhighlight lang="html" line="1"> <div style="width: 100%; height: 20vh; text-align: center; display: inline-block;"> <div style="width: 100%; height:...") Tag: Visual edit
- 13:23, 25 September 2021 Tinker talk contribs created page File:Platformio-ide-vscode-pkg-installer.png (The icon is wrong... But you get the idea.)
- 13:23, 25 September 2021 Tinker talk contribs uploaded File:Platformio-ide-vscode-pkg-installer.png (The icon is wrong... But you get the idea.)
- 22:10, 6 September 2021 Tinker talk contribs created page File:Esp8266-technical reference en.pdf
- 22:10, 6 September 2021 Tinker talk contribs uploaded File:Esp8266-technical reference en.pdf
- 17:52, 9 August 2021 Tinker talk contribs created page HowTo - cron (Created page with "== The crontab file == Editing your personal crontab file: * <code>crontab -e</code> Editing the root crontab file: * <code>sudo crontab -e</code> For details about how to...")
- 23:59, 1 August 2021 Grant talk contribs created page IoT - Modular - Buttons.h (Created page with "class PushButton { public: PushButton(uint8_t pin) // Constructor (executes when a PushButton object is created) <nowiki>:</nowiki> pin(pin) { // remember the push button p...") Tag: Visual edit
- 14:43, 18 June 2021 Tinker talk contribs created page File:D1 mini ESP32 pinout.png
- 14:43, 18 June 2021 Tinker talk contribs uploaded File:D1 mini ESP32 pinout.png
- 13:10, 27 May 2021 Tinker talk contribs created page File:Austin LIB.zip
- 13:10, 27 May 2021 Tinker talk contribs uploaded File:Austin LIB.zip
- 19:38, 23 May 2021 Tinker talk contribs uploaded a new version of File:AustinOTA.zip
- 11:47, 18 May 2021 Tinker talk contribs created page File:AustinOTA-include-HTML.zip
- 11:47, 18 May 2021 Tinker talk contribs uploaded File:AustinOTA-include-HTML.zip