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)- 22:12, 1 June 2020 Tinker talk contribs created page WikiServer - InterWiki Linking (Created page with "* [https://www.mediawiki.org/wiki/Extension:Interwiki Extension:Interwiki] ** on MediaWiki 1.34.1, basically add the following to LocalSettings.php: wfLoadExtension( 'Interw...")
- 21:54, 1 June 2020 Tinker talk contribs created page SBN - Download Server Notes (Created page with "* Set up the VPN * Configure Storage * Configure Samba (& possibly NFS) * DownloadSer...")
- 21:53, 1 June 2020 Tinker talk contribs created page SBN - Automation Server Notes (Created page with "* MQTT * Node-Red * TasmAdmin")
- 21:40, 1 June 2020 Tinker talk contribs created page BlogServer - WordPress Installation (Created page with "=== Install the LAMP Stack === Basic LAMP Stack Install === Install WordPress === * <code>wget -c <nowiki>http://wordpress.org/late...")
- 21:39, 1 June 2020 Tinker talk contribs created page SBN - Blog Server Notes (Created page with "* WordPress Installation")
- 21:35, 1 June 2020 Tinker talk contribs created page OpenVPN Configuration - Using PIA (Created page with "Enter the OpenVPN folder * <code>cd /etc/openvpn</code> Download the Private Internet Access OpenVPN configuration files (extension .ovpn) * <code>sudo wget --no-check-cert...")
- 21:34, 1 June 2020 Tinker talk contribs created page OpenVPN Autoconnect - Using PIA (Created page with "===Autoconnect PIA VPN on Boot=== Create the OpenVPN autoconnect init.d startup script file * <code>sudo vim /etc/init.d/openvpnauto</code> Paste this OpenVPN autoconnect s...")
- 21:31, 1 June 2020 Tinker talk contribs created page DownloadServer - VPN (Created page with "== Install OpenVPN == Install OpenVPN and unzip * <code>sudo apt-get install openvpn unzip -y</code> == Configure OpenVPN == * OpenVPN Configuration - Using PIA|Using PIA...")
- 21:24, 1 June 2020 Tinker talk contribs created page AutomationServer - MQTT (Created page with "== Installing Mosquitto == * <code>sudo apt-get install mosquitto</code> Pretty simple, eh? === Ensure that Mosquitto broker is running === * <code>service mosquitto statu...")
- 21:07, 1 June 2020 Tinker talk contribs moved page WikiServer - (includes Multiple Wikis on a single server) to WikiServer - Install without leaving a redirect
- 20:32, 1 June 2020 Tinker talk contribs added prefix "tinkerlab" (https://labnotes.tinkernet.ca/index.php/$1) (trans: 0; local: 0) to the interwiki table
- 17:14, 1 June 2020 Tinker talk contribs created page Weird testing (Created page with "== Very Very Weird!!! ==")
- 16:51, 1 June 2020 Tinker talk contribs created page ESXi - Licensing (Created page with "From comments under [https://www.youtube.com/watch?v=KW1fRVgOoUU Why virtualize your server infrastructure part1 - 251] *'''David Bridwell''' 1 year ago **How do you get the...")
- 16:35, 1 June 2020 Tinker talk contribs created page ESXi - ghettoVCB (Created page with "== Installation == === Install ghettoVCB === #[http://www.virtubytes.com/2017/04/21/enable-ssh-vmware-esxi-6-5/ SSH (as root) into the machine] #Create a Utilities folder on...")
- 11:07, 29 May 2020 Tinker talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** IT|IT ** IoT|IoT ** Electronics|Electronics ** Programming|Programming * SEARCH * TOOLBOX * ** recentchanges-url|recentchanges")
- 11:04, 29 May 2020 Tinker talk contribs created page NUT Learning Notes (Created page with "[https://networkupstools.org/ <big>'''NUT'''</big>] ===ESXi=== ====Research==== *[https://forum.openmediavault.org/index.php/Thread/8432-NUT-not-turning-server-off-if-UPS-r...")
- 11:04, 29 May 2020 Tinker talk contribs created page ESXi - UPS Handling (Created page with "* Supposedly, [https://networkupstools.org/index.html NUT] should work natively on ESXi ** [https://translate.google.com/translate?sl=fr&tl=en&u=http%3A%2F%2Frene.margar.fr%2F...")
- 00:20, 29 May 2020 Tinker talk contribs created page WikiServer - Research (Created page with "* [https://www.mediawiki.org/wiki/Snippets/Open_specific_links_in_new_window Snippets/Open specific links in new window] ** A [https://www.mediawiki.org/wiki/Manual:Interface/...")
- 00:19, 29 May 2020 Tinker talk contribs created page WikiServer - Getting VisualEditor working properly (Created page with "==Installing VisualEditor== Extension:VisualEditor <u>'''''VisualEditor does not currently work with private wikis. Supposedly, ther...")
- 00:17, 29 May 2020 Tinker talk contribs created page WikiServer - (includes Multiple Wikis on a single server) (Created page with "=== Install the LAMP Stack === Basic LAMP Stack Install === Install MediaWiki === * <code>wget <nowiki>https://releases.wikimedia.o...")
- 00:14, 29 May 2020 Tinker talk contribs created page WikiServer - Moving the wiki folder (Created page with "(i.e.: moving it from /var/www/html/wiki to /var/www/wiki)<br> <code>sudo vim /var/www/html/wiki/LocalSettings.php</code> *<code>#$wgScriptPath = "/wiki";</code> *<code>$wgSc...")
- 00:13, 29 May 2020 Tinker talk contribs created page WebServer - Name-based Virtual Host Support (Created page with "(i.e.: moving it from test.tinkernow.net/wiki to wiki.tinkernow.net)<br> <code>sudo vim /var/www/LocalSettings.php</code> *<code>#$wgServer = "http://test.tinkernow.net";</co...")
- 00:12, 29 May 2020 Tinker talk contribs created page WebServer - Important Files on The Server (Created page with "* /etc/apache2/apache2.conf ** sudo service apache2 restart * /etc/mediawiki/parsoid/config.yaml ** sudo service parsoid restart * * /var/www/wiki/LocalSettings.php * /var/ww...")
- 00:11, 29 May 2020 Tinker talk contribs created page WebServer - Basic LAMP Stack Install (Created page with "=== Install the LAMP Stack === *<code>apt install apache2 mysql-server mysql-client php php-mysql libapache2-mod-php php-xml php-mbstring php-apcu php-intl imagemagick inksca...")
- 00:10, 29 May 2020 Tinker talk contribs created page SBN - Wiki Server Notes (Created page with "* Moving the wiki folder * WikiServer - Multiple Wikis on a single server * WikiServer - Getting VisualEditor working properly|Ge...")
- 00:09, 29 May 2020 Tinker talk contribs created page SBN - Web Server Notes (Created page with "* Basic LAMP Stack Install * Important Files on The Server * WebServer - Name-based Vi...")
- 00:07, 29 May 2020 Tinker talk contribs created page IT (Created page with " Editing IT Jump to navigationJump to search AdvancedSpecial charactersHelp <big>'''NOTE:'''</big> These notes & tutorials assume you are logged to the machine(s) via SSH. ''...")
- 23:38, 28 May 2020 MediaWiki default talk contribs created page Main Page