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).
- 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...")
- 02:16, 25 January 2026 Lynn Macey talk contribs created page Module:List (Created page with "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, ar...")
- 02:16, 25 January 2026 Lynn Macey talk contribs created page Module:Lua banner/doc (Created page with "{{Shared Template Warning|Module:Lua banner|Lua banner}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Lua banner/config|Module:Yesno|Module:List|Module:TableTools|Module:Message box}} {{Uses TNT|Lua banner}} {{Module rating|release}} This module implements the {{tlx|Lua}} template. == Module Quality == {{ModuleQuality}} == Usage from wikitext == This module cannot be used directly from wikitext. It can onl...")
- 02:15, 25 January 2026 Lynn Macey talk contribs created page Module:Lua banner/config (Created page with "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpa...")
- 02:14, 25 January 2026 Lynn Macey talk contribs created page Module:Lua banner (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') end function p.main(frame) local origArgs = frame:g...")
- 02:12, 25 January 2026 Lynn Macey talk contribs created page Template:Lua (Created page with "<onlyinclude><includeonly>{{#invoke:Lua banner|main}}</includeonly></onlyinclude> {{Lua|Module:Lua banner}} {{Documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. -->")
- 02:08, 25 January 2026 Lynn Macey talk contribs created page Template:IsDocSubpage (Created page with "<onlyinclude><includeonly>{{#ifexpr: ( {{#ifeq:{{lc:{{SUBPAGENAME}}}}|{{lc:{{{override|doc}}}}}|1|0}} or ( {{#ifeq:{{lc:{{#titleparts:{{FULLPAGENAME}}|-1|-2}}}}|{{lc:{{{override|doc}}}}}|1|0}} and {{#if:{{#translation:}}|1|0}} ) )<!-- -->|{{{true|1}}}<!-- -->|{{{false|}}}<!-- -->}}</includeonly></onlyinclude> {{Documentation}} <!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->")
- 02:06, 25 January 2026 Lynn Macey talk contribs created page Module:Uses TNT/config/doc (Created page with "{{Shared Template Warning|Module:Uses TNT|Uses TNT}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua | Module:Uses TNT/config | Module:Arguments | Module:Func | Module:List | Module:Message box | Module:TNT | Module:TNTTools | Module:TableTools | Module:Yesno }} {{Uses TNT|Uses TNT|nocat=1}} {{Module rating|beta}} == Module Quality == {{ModuleQuality}} == Usage == <code><nowiki>{{</nowiki>#invoke:Uses TNT|''function_n...")
- 02:06, 25 January 2026 Lynn Macey talk contribs created page Module:Uses TNT/config (Created page with "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpa...")
- 02:05, 25 January 2026 Lynn Macey talk contribs created page Module:Uses TNT (Created page with "-------------------------------------------------------------------------------- -- This module implements the {{Uses TNT}} template. -- -- @module usesTNT -- @alias p -- @author User:ExE Boss -- @require Module:Uses TNT/config -- @require Module:Arguments -- @require Module:Func -- @require Module:List -- @require Module:Message box -- @require Module:TNT -- @require Module:TNTTools -- @require Module:TableTools -- @require [[Module:...")
- 02:04, 25 January 2026 Lynn Macey talk contribs created page Module:TNTTools (Created page with "require("strict") local p = {} local TNT = require('Module:TNT') --local SD = require('Module:SimpleDebug') function p.TNTTabFull (TNTTab) if (string.sub(TNTTab, 1, 5)) ~= 'I18n/' then TNTTab = 'I18n/'..TNTTab end if (string.sub(TNTTab, string.len(TNTTab)-3)) ~= '.tab' then TNTTab = TNTTab..'.tab' end return TNTTab end --TNTTabFull function p.TNTTabCommons (TNTTab) return 'Commons:Data:'..p.TNTTabFull(TNTTab) end function p.LnkTNTTab (TNTTab) return '[...")
- 02:03, 25 January 2026 Lynn Macey talk contribs created page Module:TNT (Created page with "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained...")
