User contributions for Lynn

From The Maceys in California
A user with 659 edits. Account created on 23 January 2026.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

26 January 2026

25 January 2026

  • 23:5923:59, 25 January 2026 diff hist +2,812 N 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..." current
  • 23:5823:58, 25 January 2026 diff hist +798 N 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% {..." current
  • 23:5723:57, 25 January 2026 diff hist +73 N Wiki Utility Pages Created page with "*MediaWiki:Common.css *MediaWiki:Common.js *Template:Checkbox" current
  • 23:5623:56, 25 January 2026 diff hist +2,196 N 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..." current
  • 23:5523:55, 25 January 2026 diff hist +1,497 N 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:5423:54, 25 January 2026 diff hist +1,177 N 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..." current
  • 23:5423:54, 25 January 2026 diff hist +35 N Test Created page with "This is a page to test permissions." current
  • 23:5223:52, 25 January 2026 diff hist +1,018 N 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..." current
  • 23:5123:51, 25 January 2026 diff hist +18 N Pi 4 Redirected page to Pi 4 current Tag: New redirect
  • 23:4923:49, 25 January 2026 diff hist +2,673 N 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 =..." current
  • 23:4623:46, 25 January 2026 diff hist +22 N Software Redirected page to Software current Tag: New redirect
  • 23:4523:45, 25 January 2026 diff hist +30 Software No edit summary
  • 23:4323:43, 25 January 2026 diff hist +14,168 N 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:1823:18, 25 January 2026 diff hist +2,225 N 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..." current
  • 23:1823:18, 25 January 2026 diff hist +619 N 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..." current
  • 23:1723:17, 25 January 2026 diff hist +16,574 N 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..." current
  • 23:1623:16, 25 January 2026 diff hist +9,406 N 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..." current
  • 23:1523:15, 25 January 2026 diff hist +1,241 N 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..." current
  • 23:1423:14, 25 January 2026 diff hist +95 N FreeNove Case Manual Created page with "Return to Pi 5 File:FreeNove Tutorial.pdf FreeNove Reference and Assembly Instructions" current
  • 23:1323:13, 25 January 2026 diff hist +2,523 N 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..." current
  • 23:1223:12, 25 January 2026 diff hist +1,170 N 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..." current
  • 08:2908:29, 25 January 2026 diff hist +801 N 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>..." current
  • 08:2808:28, 25 January 2026 diff hist +913 N 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)..." current
  • 08:2708:27, 25 January 2026 diff hist +244 N 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! -->" current
  • 08:2608:26, 25 January 2026 diff hist +1,129 N 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..." current
  • 08:2508:25, 25 January 2026 diff hist +3,912 N 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..." current
  • 08:2408:24, 25 January 2026 diff hist +102 N Template:Error Created page with "{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<noinclude> {{documentation}} </noinclude>" current
  • 08:2308:23, 25 January 2026 diff hist +26 N Template:Pre Redirected page to Template:Pre current Tag: New redirect
  • 08:2108:21, 25 January 2026 diff hist +1,266 N 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}}}|}}<!-- -->{{#..." current
  • 08:1208:12, 25 January 2026 diff hist +300 N 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>" current
  • 02:3502:35, 25 January 2026 diff hist +1,252 N 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}..." current
  • 02:3402:34, 25 January 2026 diff hist +226 N 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>" current
  • 02:3302:33, 25 January 2026 diff hist +208 N 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; }" current
  • 02:3302:33, 25 January 2026 diff hist +387 N 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}}" current
  • 02:3202:32, 25 January 2026 diff hist +1,711 N 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..." current
  • 02:3102:31, 25 January 2026 diff hist +8,270 N 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..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)