Main public logs
From The Maceys in California
Combined display of all available logs of The Maceys in California. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:05, 26 January 2026 Lynn Macey talk contribs uploaded File:FreeNove Tutorial.pdf
- 23:59, 25 January 2026 Lynn Macey talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: To Modify top sections of Sidebar, just edit https://wiki.alpinelinux.org/wiki/MediaWiki:Sidebar * To Modify the "Toolbox" section, use CustomizeModificationsOfSidebar below * See https://www.mediawiki.org/wiki/Manual:Interface/Sidebar: function ModifySidebar( action, section, name, link ) { try { switch ( section ) { case 'languages': var target = 'p-lang'; break; case...")
- 23:58, 25 January 2026 Lynn Macey talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: Added for Interactive Check box: .listCheckbox { cursor: pointer; color: #FFFFFF; border-radius: 50%; height: 1.8rem; width: 1.8rem; line-height: 1.8rem; text-align: center; font-size: 1.5rem; border: 1px solid #00AA00; display: inline-block; } @keyframes checkAnimation { 0% { transform: rotate(-30deg); background-color: rgba(1, 1, 1, 0); color: rgba(1, 1, 1, 0); } 100% {...")
- 23:57, 25 January 2026 Lynn Macey talk contribs created page Wiki Utility Pages (Created page with "*MediaWiki:Common.css *MediaWiki:Common.js *Template:Checkbox")
- 23:56, 25 January 2026 Lynn Macey talk contribs created page Watchguard Firewalls (Created page with "== Watchguards== ===Watchguard Portal=== [http://www.watchguard.com www.watchguard.com] ===Firebox T20=== Reset Procedure: Power off the Firebox. Press and hold the Reset button on the back of the Firebox. While you continue to hold the Reset button, power on the Firebox. Continue to press the Reset button until the Attn indicator begins to flash. Release the Reset button. Do not power off the Firebox yet. Wait for the reset process to complete. This can take as lo...")
- 23:55, 25 January 2026 Lynn Macey talk contribs created page Ventoy (Created page with "{{tool | name = ventoy | status = stable | type = Utility | description = USB Boot disk maintenance | image = Ventoy.PNG | version 1.0.99 | update = 06/08/2024 | license = GPLv3+ | download = https://ventoy.net/en/download.html}} ={{highlight|[https://ventoy.net/en/index.html Ventoy]}}= Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/W...")
- 23:54, 25 January 2026 Lynn Macey talk contribs created page Tools (Created page with "===Ventoy=== {{highlight|[https://ventoy.net/en/index.html Ventoy]}} Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. {{app | name = Ventoy | description = Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you d...")
- 23:54, 25 January 2026 Lynn Macey talk contribs created page Test (Created page with "This is a page to test permissions.")
- 23:52, 25 January 2026 Lynn Macey talk contribs created page Technical Magazines (Created page with "= Technical Magazine Subscriptions and Archives = ==Linux Magazine== https://mymagazine.co.uk User: lynnmacey@gmail.com Password: Mc.. Subscription Number: 39038450 Linux Magazine Print with DVD Subscription (12 issues) Linux Magazine Digital Add-on Subscription (12 issues) Linux Magazine 2023 Digital Archive Linux Magazine 2022 Digital Archive Linux Magazine 2021 Digital Archive They do not make PDF versions of the magazine available. It appears that: http...")
- 23:51, 25 January 2026 Lynn Macey talk contribs created page PI 4 (Redirected page to Pi 4) Tag: New redirect
- 23:49, 25 January 2026 Lynn Macey talk contribs created page Module:Lua banner/sandbox (Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg) return TNT.format('I18n/Lua banner', msg) end local function getConfig() return mw.loadData('Module:Lua banner/config/sandbox') end function p.main(frame) local origArgs =...")
- 23:46, 25 January 2026 Lynn Macey talk contribs created page Licensed Software (Redirected page to Software) Tag: New redirect
- 23:43, 25 January 2026 Lynn Macey talk contribs created page Software (Created page with "=={{highlight|ADS-B Reception, Decoding & Sharing}}== Automatic Dependent Surveillance-Broadcast (ADS-B) is a surveillance technology in which an aircraft determines its position via satellite navigation and periodically broadcasts it, enabling it to be tracked. I have setup a local receiver that feeds several services. I started with Flightradar24 but have expanded to include others. In exchange for feeding the aggregation sites I receive complementary subscriptions...")
- 23:18, 25 January 2026 Lynn Macey talk contribs created page Install and Configure Proxmox Server (Created page with "This is not something that happens a lot. After configuring the primary server hardware, familiarize yourself with these instructions. The basics are pretty simple. Download the current release and blow it onto a USB key. Boot from the key and follow the GUI installer. Most of the defaults are fine. After installation, connect to the Proxmox GUI on port 8006 on the address and credentials that you defined during the install. There will be a nag screen that there is no su...")
- 23:18, 25 January 2026 Lynn Macey talk contribs created page Install PECL (Created page with "===Pre-requisites=== There are usually one or two of them around. This procedure requires a full lamp installation. MediaWiki has an optional requirement for a module that is part of the PECL library. PECL must be installed in order to use it. Install PECL <syntaxhighlight lang=shell> pecl install APCu sed -i 's/;extension=xsl/a extension=apcu.so' systemctl restart php8.3-fpm </syntaxhighlight> ====Install Composer==== Composer is used to install Mediawiki extensi...")
- 23:17, 25 January 2026 Lynn Macey talk contribs created page Install Mediawiki (Created page with "== MediaWiki Installation == ===Pre-requisites=== There are usually one or two of them around. This procedure requires a full lamp installation. MediaWiki has an optional requirement for a module that is part of the PECL library. PECL must be installed in order to use it. Install PECL <syntaxhighlight lang=shell> pecl install APCu sed -i 's/;extension=xsl/a extension=apcu.so' </syntaxhighlight> ====Install Composer==== Composer is used to install Mediawiki extensi...")
- 23:16, 25 January 2026 Lynn Macey talk contribs created page Install LAMP (Created page with "LAMP is short for Linux Apache MySQL/MariaDB and PHP. These are the foundations of most web servers. ==Install Apache== <syntaxhighlight lang="shell" line> apt update -y </dev/null apt install apache2 -y </dev/null a2enmod rewrite a2enmod headers chown -R www-data:www-data /var/www systemctl restart apache2 </syntaxhighlight> ==Install MariaDB== <syntaxhighlight lang=shell line> apt install mariadb-server -y </dev/null systemctl status mariadb echo Done </syntaxhighlig...")
- 23:15, 25 January 2026 Lynn Macey talk contribs created page Household Subscriptions (Created page with "==Chico Enterprise Record== The Chico newspaper delivered to lynnmacey@gmail.com ==Discovery+== This is the ad free version of Discovery+. https://auth.discoveryplus.com/create-account User ID: lynnmacey@gmail.com Password: M... Billed to: PayPal $8.99 monthly on the 11th Services include: Discovery+ Originals, TLC, Food Network, HGTV, Trvl Channel, Magnolia Network, History Channel, A&E, CNN Originals, Lifetime, Animal Planet, Cooking Chennel, SCI, Planet Earth, D...")
- 23:14, 25 January 2026 Lynn Macey talk contribs created page FreeNove Case Manual (Created page with "Return to Pi 5 File:FreeNove Tutorial.pdf FreeNove Reference and Assembly Instructions")
- 23:13, 25 January 2026 Lynn Macey talk contribs created page EMail (Created page with "==Overview== I have had email since the days at Plexus as lynn@plx.com. That has been gone for a very long time now. ==Email Accounts== ===lynnm@vombo.org=== Status: Active (Archived) Host: imap.ionos.com Port: 993 Password: E... ===lynn@maceys.net=== Status: Active (Archived) Host: imap.ionos.com Port:993 Password: E.... ===lynnmacey@gmail.com=== Status: Active (Archived) Host: imap.gmail.com Port: 993 Authorization with API key from Google ===lynnmma...")
- 23:12, 25 January 2026 Lynn Macey talk contribs created page Chico Information (Created page with "{{#display_map:center=Brandenburg Gate, Berlin, Germany}} ==Chico Writeup Related to Retirees== [https://familydestinationsguide.com/town-california-affordable-retirees/ Chico Description] == The Apartment == The apartment is located on the east side of town, here: {{#display_map:2580 California park drive, chico ||width=450|height=500|zoom=100|layers=OpenStreetMap }} Note that the marker is just "close". The mailing address is: The Maceys 2580 California Park Dr #2...")
- 08:29, 25 January 2026 Lynn Macey talk contribs created page Module:Int/doc (Created page with "<noinclude><!-- -->{{#ifeq:{{SUBPAGENAME}}|doc||{{Documentation subpage}}}}<!-- --><languages /><!-- --></noinclude>{{#switch:<translate></translate> | = <includeonly>{{Languages|Module:Int/doc}}</includeonly> <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Template translation}} <translate> <!--T:1--> Implements <tvar name=1>{{tlx|int}}</tvar>. == Tests == <!--T:2--> </translate> {{ModuleQuality}} <includeonly>...")
- 08:28, 25 January 2026 Lynn Macey talk contribs created page Module:Int (Created page with "-- This is a helper module for Template:int local templateTranslation = require('Module:Template translation') local this = {} function this.renderIntMessage(frame) local args = frame.args local pargs = (frame:getParent() or {}).args local arguments = {} for k, v in pairs(pargs) do local n = tonumber(k) or 0 if (n >= 2) then arguments[n - 1] = mw.text.trim(v) end end local lang if args.lang and args.lang ~= '' and mw.language.isValidCode(args.lang)...")
- 08:27, 25 January 2026 Lynn Macey talk contribs created page Template:Int (Created page with "<onlyinclude>{{<includeonly>safesubst:</includeonly>#invoke:Int|renderIntMessage|{{{1}}}|missing={{{missing|}}}|lang={{{lang|}}}}}</onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
- 08:26, 25 January 2026 Lynn Macey talk contribs created page Module:Error (Created page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end function...")
- 08:25, 25 January 2026 Lynn Macey talk contribs created page Template:Error/doc (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Error}} This meta template returns a ''state of error'' (recognized as such by a wiki {{ll|Help:Parser function|parser function}}), and optionally an ''error-message text'' in red (visible for the user). It is used by other templates to signal an error, '''for example invalid input''', which can then either be displayed to the editor or ca...")
- 08:24, 25 January 2026 Lynn Macey talk contribs created page Template:Error (Created page with "{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<noinclude> {{documentation}} </noinclude>")
- 08:23, 25 January 2026 Lynn Macey talk contribs created page Template:Pre2 (Redirected page to Template:Pre) Tag: New redirect
- 08:21, 25 January 2026 Lynn Macey talk contribs created page Template:Pre (Created page with "<pre<includeonly></includeonly> format="wikitext" style="{{#if:{{{background|}}}|background:{{{background|}}};}}{{#if:{{{color|}}}|color:{{{color|}}};}}{{#if:{{{width|}}}|width:{{{width|}}};}}white-space:{{#switch:{{lc:{{{space|}}}}} |normal|pre|pre-line|break-spaces|inherit|initial|unset={{lc:{{{space|}}}}}|pre-wrap||#default=pre-wrap }}"><!-- -->{{#if:{{{1|}}}|{{{1}}}<noinclude>|Sample text on several lines</noinclude>}}<!-- -->{{#if:{{{2|}}}|{{!}}{{{2}}}|}}<!-- -->{{#...")
- 08:12, 25 January 2026 Lynn Macey talk contribs created page Template:Pagelang (Created page with "{{#ifeq:{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}}|en |{{#ifeq:{{#titleparts:{{{1|{{PAGENAME}}}}}||-1}}|en |{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}} }} |{{#invoke:Template translation|getLanguageSubpage|{{{1|}}}}} }}<noinclude> {{Documentation}} </noinclude>")
- 02:35, 25 January 2026 Lynn Macey talk contribs created page Template:Xpds (Created page with "<includeonly>{{#invoke:xpd|s}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:xpd}} This Template:xpds (expansion demo) shows the call of a variable, parser function or template and its result, for documentation. The call is the same as the template call to be demonstrated, except that "<code>xpds{{!}}</code>" is inserted after the opening braces. The template uses Module:Xpd; see also Module talk:Xpd. Examples: ---- {{tlx|xpds|CURRENTTIME}...")
- 02:34, 25 January 2026 Lynn Macey talk contribs created page Template:Tim (Created page with "[[m:Template:{{{1|{{PAGENAME}}}}}]]<noinclude> {{documentation|content= Displays a link to a template on Meta. * {{xpds|tim|foo}} {{PAGENAME}} Category:External link templates}}</noinclude>")
- 02:33, 25 January 2026 Lynn Macey talk contribs created page Template:Badge/styles.css (Created page with ".tpl-badge { background-color: var( --background-color-progressive-subtle, #eaf3ff ); color: var( --color-base, #202122 ); border-radius: 10px; display: inline-block; font-size: 90%; padding: 5px 8px; }")
- 02:33, 25 January 2026 Lynn Macey talk contribs created page Template:Badge (Created page with "<!-- The outer <div class="mw-parser-output"> is necessary because the <indicator> tag -- doesn't currently include class="mw-parser-output" (see T188443) --> <onlyinclude><div class="mw-parser-output"><templatestyles src="Template:Badge/styles.css"/><div class="tpl-badge {{{class|}}}" {{#if:{{{style|}}}|style="{{{style}}}"}}>{{{content}}}</div></div></onlyinclude> {{Documentation}}")
- 02:32, 25 January 2026 Lynn Macey talk contribs created page Template:Ptag (Created page with "<noinclude> <languages/> </noinclude><includeonly><!-- --><indicator name="phabricator-project">{{Badge|content=<translate><!--T:1--> [[<tvar name=1>Special:MyLanguage/Phabricator</tvar>|Issue tracker]]:</translate> [[phab:tag/{{lc:{{{1}}}}}/|'''#{{{1}}}''']] }}</indicator><!-- --></includeonly><noinclude> {{Documentation|content= <translate> <!--T:2--> This template adds a {{<tvar name=1>ll|Help:Page status indicators</tvar>|page status indicator}} linking to the proje...")
- 02:31, 25 January 2026 Lynn Macey talk contribs created page Template:Module rating/doc (Created page with "<noinclude> <languages /> </noinclude><includeonly>{{Module other|{{ombox | type = notice | image = {{#switch: {{{1|}}} | pre-alpha | prealpha | pa = 40x40px|link= | alpha | a = 40x40px|link= | beta | b = 40x40px|link= | release | r | general | g = 40x40px|link= | pro...")
- 02:29, 25 January 2026 Lynn Macey talk contribs created page Template:- (Redirected page to Template:Clear) Tag: New redirect
- 02:27, 25 January 2026 Lynn Macey talk contribs changed the content model of the page Template:Nowrap/styles.css from "wikitext" to "Sanitized CSS"
- 02:27, 25 January 2026 Lynn Macey talk contribs created page Template:Para (Created page with "<onlyinclude><!-- -->{{{{{|safesubst:}}}#if:{{{plain|}}}|<templatestyles src="Template:Mono/styles.css"/>}}<!-- -->{{{{{|safesubst:}}}#if:{{yesno|{{{nowrap|1}}}}}|<templatestyles src="Template:Nowrap/styles.css"/>}}<!-- --><{{{{{|safesubst:}}}#if:{{{plain|}}}<!-- -->|span class="monospaced {{{{{|safesubst:}}}#if:{{{{{|safesubst:}}}yesno|{{{nowrap|1}}}}}|nowrap}}"<!-- -->|code {{{{{|safesubst:}}}#if:{{{{{|safesubst:}}}yesno|{{{nowrap|1}}}}}|class="nowrap"}}<!-- -->}}>&#...")
- 02:26, 25 January 2026 Lynn Macey talk contribs created page Module:Func (Created page with "-------------------------------------------------------------------------------- -- This module provies helper functions for manipulating Lua functions. -- -- @module func -- @alias p -- @author ExE Boss -------------------------------------------------------------------------------- require("strict"); local checkTypeMulti = require("libraryUtil").checkTypeMulti; local p = {}; -------------------------------------------------------------------------------- -- Creates...")
- 02:25, 25 January 2026 Lynn Macey talk contribs created page Template:Uses TNT (Created page with "<onlyinclude><includeonly>{{safesubst:<noinclude/>#invoke:Uses TNT|main}}</includeonly></onlyinclude> {{Uses TNT|Module:TNT/testcases|nocat=1}} {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
- 02:24, 25 January 2026 Lynn Macey talk contribs created page Template:(! (Created page with "<onlyinclude><includeonly>{|</includeonly></onlyinclude> {{Documentation}}")
- 02:24, 25 January 2026 Lynn Macey talk contribs created page Template:!) (Created page with "<onlyinclude>|}</onlyinclude> {{Documentation}}")
- 02:23, 25 January 2026 Lynn Macey talk contribs created page Template:ModuleQuality (Created page with "<onlyinclude><includeonly>{{#ifexist:Module:{{{1|{{ROOTPAGENAME}}}}}/testcases|</includeonly> {{(!}} class="wikitable" {{!}}+ {{#invoke:TNT|msg|I18n/ModuleQuality.tab|testcases-table-caption}} {{!}}- {{!}} <noinclude>{{ns:module}}:{{parameter|{{#invoke:TNT|msg|I18n/ModuleQuality.tab|module-name}}}}</noinclude><!-- --><includeonly>[[:{{ns:module}}:{{{1|{{ROOTPAGENAME}}}}}]]</includeonly> {{!}} {{<noinclude>tlg|nowrapname=1|nolink=1|mono=1|</noinclude>#invoke:{{{1|{{ROOTP...")
- 02:22, 25 January 2026 Lynn Macey talk contribs created page Template:Yesno (Created page with "{{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |false |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |true |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude> {{Documentation}} </noinclude>")
- 02:21, 25 January 2026 Lynn Macey talk contribs created page Module:String (Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c...")
- 02:20, 25 January 2026 Lynn Macey talk contribs created page Template:Translatable (Created page with "<noinclude> <languages /> </noinclude>{{#ifeq:{{pagelang|{{{1|{{FULLPAGENAME}}}}}}}| |{{{1|{{FULLPAGENAME}}}}} |{{#invoke:String|sub|{{{1|{{FULLPAGENAME}}}}} |1 |{{#expr:{{#invoke:String|len|{{{1|{{FULLPAGENAME}}}}}}}-{{#invoke:String|len|{{pagelang|{{{1|{{FULLPAGENAME}}}}}}}}}-1}} }} }}<noinclude> {{Documentation|content= {{Lua|Module:String}} <translate> == Examples == <!--T:1--> </translate> * {{tlx|translatable}} {{translatable}} * {{tlx|translatable|2=<transl...")
- 02:20, 25 January 2026 Lynn Macey talk contribs created page Template:Nowrap/styles.css (Created page with ".nowrap, .nowrap a:before, .nowrap .selflink:before { white-space: nowrap; }")
- 02:19, 25 January 2026 Lynn Macey talk contribs created page Module:TableTools (Created page with "--[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #invoke....")
- 02:17, 25 January 2026 Lynn Macey talk contribs created page Module:List/doc (Created page with "{{module rating|beta}} {{uses TemplateStyles|Template:Plainlist/styles.css|Template:Flatlist/styles.css}} This module outputs various kinds of lists. At present, it supports bulleted lists, unbulleted lists, horizontal lists, ordered lists (numbered or alphabetical), and horizontal ordered lists. It allows for easy css styling of the list or of the individual list items. == Usage == ; Quick usage {{pre2|<nowiki>{{</nowiki>#invoke:list<nowiki>|</nowiki>''function''<now...")
