New pages

From The Maceys in California
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

29 January 2026

  • 00:4300:43, 29 January 2026 2024 AARP Movies for Grownups Nominations (hist | edit) [2,837 bytes] Lynn Macey (talk | contribs) (Created page with "Best Picture/Best Movie for Grownups Barbie The Color Purple Killers of the Flower Moon Maestro Oppenheimer Best Actress Annette Bening (Nyad) Juliette Binoche (The Taste of Things) Aunjanue Ellis-Taylor (Origin) Helen Mirren (Golda) Julia Roberts (Leave the World Behind) Best Actor Nicolas Cage (Dream Scenario) Colman Domingo (Rustin) Paul Giamatti (The Holdovers) Anthony Hopkins (Freud’s Last Session) Jeffrey Wright (American Fiction) Best Supporting Actress Viola Da...")

26 January 2026

25 January 2026

  • 23:5723:57, 25 January 2026 Wiki Utility Pages (hist | edit) [73 bytes] Lynn Macey (talk | contribs) (Created page with "*MediaWiki:Common.css *MediaWiki:Common.js *Template:Checkbox")
  • 23:5623:56, 25 January 2026 Watchguard Firewalls (hist | edit) [2,196 bytes] Lynn Macey (talk | contribs) (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:5523:55, 25 January 2026 Ventoy (hist | edit) [1,497 bytes] Lynn Macey (talk | contribs) (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 Tools (hist | edit) [1,177 bytes] Lynn Macey (talk | contribs) (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:5423:54, 25 January 2026 Test (hist | edit) [35 bytes] Lynn Macey (talk | contribs) (Created page with "This is a page to test permissions.")
  • 23:5223:52, 25 January 2026 Technical Magazines (hist | edit) [1,018 bytes] Lynn Macey (talk | contribs) (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:4323:43, 25 January 2026 Software (hist | edit) [15,842 bytes] Lynn Macey (talk | contribs) (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 Install and Configure Proxmox Server (hist | edit) [2,225 bytes] Lynn Macey (talk | contribs) (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:1823:18, 25 January 2026 Install PECL (hist | edit) [619 bytes] Lynn Macey (talk | contribs) (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:1723:17, 25 January 2026 Install Mediawiki (hist | edit) [16,574 bytes] Lynn Macey (talk | contribs) (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:1623:16, 25 January 2026 Install LAMP (hist | edit) [9,406 bytes] Lynn Macey (talk | contribs) (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:1523:15, 25 January 2026 Household Subscriptions (hist | edit) [1,241 bytes] Lynn Macey (talk | contribs) (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:1423:14, 25 January 2026 FreeNove Case Manual (hist | edit) [95 bytes] Lynn Macey (talk | contribs) (Created page with "Return to Pi 5 File:FreeNove Tutorial.pdf FreeNove Reference and Assembly Instructions")
  • 23:1323:13, 25 January 2026 EMail (hist | edit) [2,523 bytes] Lynn Macey (talk | contribs) (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:1223:12, 25 January 2026 Chico Information (hist | edit) [1,170 bytes] Lynn Macey (talk | contribs) (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...")
  • 01:1001:10, 25 January 2026 Projects (hist | edit) [7,949 bytes] Lynn Macey (talk | contribs) (Created page with "=Introduction= In spite of the small size of the apartment, the newness of it and that it is an apartment the opportunity to improve upon it are limited. We assume that the complex manager would not look kindly on moving walls. Most of the effort that I plan to make is in my room. To get serious, install the docker version of Openproject. For now, this will be the outline. ==Software Changes== ===Upgrade Mediawiki to 1.42.x - latest=== <poem> {{checkbox|checked}} Make...")
  • 01:0801:08, 25 January 2026 W:en:Template:User info (hist | edit) [3,235 bytes] Lynn Macey (talk | contribs) (Created page with "__NOTOC__ <includeonly> <!----------- Header bar ------------> {{#if:{{{former|}}}| {{Former staff}} }}{{#if:{{{header|}}}|{{{header}}}|<div style="width:calc((100% - {{{image_width|300px}}})/2); float:left;height:4px; background:{{{c1|#990000}}};color:inherit;"></div> <div style="width:calc((100% - {{{image_width|300px}}})/2); float:left;height:4px; background:{{{c2|#339966}}};color:inherit;"></div> <div style="width:{{{image_width|300px}}}; float:left;height:4px; ba...")
  • 01:0101:01, 25 January 2026 Pi 5 (hist | edit) [2,100 bytes] Lynn Macey (talk | contribs) (Created page with "=FreeNove= Pi 5 case including touch screen and camera File:FreeNove Front.png [https://docs.freenove.com/projects/fnk0100/en/latest/ Description and Assembly Instructions] * [https://docs.freenove.com/projects/fnk0100/en/latest/fnk0100/codes/tutorial/Welcome.html Welcome] * [https://docs.freenove.com/projects/fnk0100/en/latest/fnk0100/codes/tutorial/Preface.html Preface] * [https://docs.freenove.com/projects/fnk0100/en/latest/fnk0100/codes/tutorial/List.html List...")
  • 01:0001:00, 25 January 2026 Pi 4 (hist | edit) [703 bytes] Lynn Macey (talk | contribs) (Created page with " =10000000a5da29144= Revision : c03111 Serial : 10000000a5da2914 Model : Raspberry Pi 4 Model B Rev 1.1 Throttled flag : throttled=0x0 Camera : supported=0 detected=0, libcamera interfaces=0 Options: POE - Not much can be added due to configuration Currently unassigned. =100000007c978c5a= Revision : d03114 Serial : 100000007c978c5a Model : Raspberry Pi 4 Model B Rev 1.4 Throttled flag : throttled=0x0 Camera : supported=0 detected=0, l...")
  • 00:2300:23, 25 January 2026 Paperless (hist | edit) [1,394 bytes] Lynn Macey (talk | contribs) (Created page with "{{tool | name = Paperless-ngx | status = stable | type = Web Application | description = Document storage and categorization | image = Paperless_Logo.svg | version 2.14.7 | update = 06/08/2024 | license = GPLv3+ | download = https://docs.paperless-ngx.com/ | example = https://paperless.maceys.net}} ={{highlight|[https://docs.paperless-ngx.com/ Paperless-ngx]}}= Paperless-ngx is a community-supported open-source document management system that transforms your physical do...")
  • 00:2200:22, 25 January 2026 Install Stage2 Server (hist | edit) [3,233 bytes] Lynn Macey (talk | contribs) (Created page with "The developers have created a package to install the feeder software on a Proxmox VM. Unfortunately, the process was broken at some point. The pieces were all there, so it is easy to fix. Corrected instructions based on their fix are here: * connect to your Proxmox host web UI and log in * select your host in the left pane, then in the center pane click on >_ Shell to open a web shell * make a directory and cd there: mkdir -p ~/adsbim; cd ~/adsbim * download the x86-64-...")
  • 00:2100:21, 25 January 2026 Install VNC Server (hist | edit) [549 bytes] Lynn Macey (talk | contribs) (Created page with "{{note | Since the ADSB.im feeder and stage2 servers do not have a windo manager installed, there is no point to do this on them.}} VNC allows access to the system screen. <syntaxhighlight lang="shell" line> apt-get install realvnc-vnc-server systemctl enable vncserver-x11-serviced systemctl restart vncserver-x11-serviced raspi-config </syntaxhighlight> On Pi 4:<br> select Advanced Options -> A7 Wayland-> W1 X11-> Enter -> OK. On Pi 5:<br> select Advanced Options -> A6...")
  • 00:2100:21, 25 January 2026 Install Tailscale (hist | edit) [4,183 bytes] Lynn Macey (talk | contribs) (Created page with "Tailscale supplies a secure way to connect these ADSB.im and Indi-Allsky systems together in a secure manner. They are, for the most part, not secure themselves. The ADSB.im servers have Tailscale built into the configuration. All that is required is to enable it and link the system to the VPN network. These instructions assume that a Tailscale network has been setup and the initial server defined. A quick start guide and video to setup the account and network is here:...")
  • 00:2000:20, 25 January 2026 Install Indi Allsky (hist | edit) [7,472 bytes] Lynn Macey (talk | contribs) (Created page with "Indi-Allsky is a fairly complicated and time-consuming process. Both Indi-Allsky and the underlying Indi applications are built from sources. Each takes up to an hour to build on a Pi 4. Currently (September 2025) the instructions on the Indi-Allsky wiki fail on a Raspberry Pi running Bookworm. There is a dependency that isn't actually part of the required Indi configuration that fails and blows up the whole build. The work around was to build and install the Indi appli...")
  • 00:1300:13, 25 January 2026 Almanor Hardware (hist | edit) [3,268 bytes] Lynn Macey (talk | contribs) (Created page with "=Reolink Camera Details= There are two cameras that I have cleaned up, updated the firmware and tested. The fixed camera works very well. I have added storage to it. The PZT camera was working and then went flaky and fails to connect. The PoE seems to be working but the discovery fails. I suspect that the ethernet jack is loose and corroded. The Reolink web site has an annoying feature where pages for discontinued products almost immediately splash referral to support a...")
  • 00:1100:11, 25 January 2026 Install Top like Tools (hist | edit) [769 bytes] Lynn Macey (talk | contribs) (Created page with "=Install Btop= The btop utility provides is an extended version of the commonly used top utility. It presents a command line view of the system status and running processes. <syntaxhighlight lang="shell" line> apt install btop </syntaxhighlight> =Install Ctop= The ctop utility provides a top like display for docker containers. This is a CLI tool. <syntaxhighlight lang="shell" line> wget https://github.com/bcicen/ctop/releases/download/v0.7.7/ctop-0.7.7-linux-arm -O /us...")
  • 00:1000:10, 25 January 2026 Install System Utilities (hist | edit) [432 bytes] Lynn Macey (talk | contribs) (Created page with "There are several, OK, right now it is one utilities that are useful to have. As usual, bring things up to date: <syntaxhighlight lang="shell" line> apt update apt upgrade </syntaxhighlight> The gparted utility is for managing disk and partitions. It will appear on the System Tools menu. <syntaxhighlight lang="shell" line> apt install gparted </syntaxhighlight> '''Return to:''' Install Micro Feeder, Install Indi-Allsky")
  • 00:1000:10, 25 January 2026 Install Cockpit (hist | edit) [1,779 bytes] Lynn Macey (talk | contribs) (Created page with "Cockpit is a web GUI to manage some of the hardware level configuration options of the system. Do this as root. <syntaxhighlight lang="shell"> sudo /bin/bash </syntaxhighlight> {{Note | the apt update is setting up the new library so that the cockpit software can be loaded.}} <syntaxhighlight lang="shell"> . /etc/os-release echo "deb http://deb.debian.org/debian ${VERSION_CODENAME}-backports main" | tee /etc/apt/sources.list.d/backports.list apt update apt install -y -...")
  • 00:0900:09, 25 January 2026 Create OS Image SD Card (hist | edit) [3,454 bytes] Lynn Macey (talk | contribs) (Created page with "Write the Image to the Card= It is easiest to simply create the necessary SD card, or cards, using the [https://www.raspberrypi.com/software/ Raspberry Pi Imager]. The imager can be run from a PC, Mac or another Raspberry Pi system. In each case, the SD card needs to be attached to the system. This is usually done with a USB adapter. One started, there are options to install from a number of different general-purpose specific Raspberry or more general Linux OS images. T...")
  • 00:0900:09, 25 January 2026 Install Micro Feeder (hist | edit) [1,339 bytes] Lynn Macey (talk | contribs) (Created page with "A micro feeder is a small Raspberry Pi system that has an SDR receiver, or receivers, and an antenna connected to it. It listens for ADS-B transmissions from aircraft and forwards the results to the Stage2 server. The hardware on each system is different, but the basics are the same. Some have POE, some have NVMe or SSD storage. All have receivers attached to the USB ports. There are three different feeder setups that are running together with a central stage2 server i...")
  • 00:0800:08, 25 January 2026 Install Indi-Allsky (hist | edit) [5,832 bytes] Lynn Macey (talk | contribs) (Created page with "The Indi-Allsky system has a vertically facing camera that takes timelapse sky photos. The software creates time lapse videos and allows for instant camera views. The configuration is built upon a standard Raspberry Pi OS installation. The Cliff Notes version is below. =Create OS Image SD Card= Once there is a running system, use either the console or preferable an SSH session to perform the basic configurations steps. The ADSB.im feeder systems are treated as appl...")
  • 00:0500:05, 25 January 2026 Chico7 (hist | edit) [955 bytes] Lynn Macey (talk | contribs) (Created page with "{{vm | chico7 | host = pve | type = qemu | processor = i440fx x 4 | ram = 8GB | disk = fast1:vm-107-disk-0 /100 GB | description = New docker server | ip = 192.168.86.37 | os = Ubuntu | version = 24.04 }} {{note | audiobookshelf, authelia, baikal, calibre, calibre-web-*, cloud commander, double commander, dockge, dozzle, flame, glances, heimdall, homarr, homepage, IT-Tools, organizr, portainer, redis, tautulli...")
  • 00:0500:05, 25 January 2026 Chico5 (hist | edit) [319 bytes] Lynn Macey (talk | contribs) (Created page with "{{vm | chico5 | host = pve | type = qemu | processor = i440fx x 2 | ram = 4GB | disk = fast1:vm-105-disk-0 /500 GB | description = Apache server for non-docker apps | ip = 192.168.86.35 | os = Ubuntu | version = 24.04 }} {{note | ifiction, jellyserr, wiki}}")
  • 00:0400:04, 25 January 2026 Chico1 (hist | edit) [394 bytes] Lynn Macey (talk | contribs) (Created page with "{{vm | chico1 | host = pve | type = qemu | processor = i440fx x 4 | ram = 8GB | disk = fast1:vm-101-disk-0 /512 GB | description = Utility server | ip = 192.168.86.31 | os = Ubuntu | version = 20.04 }} {{note | Docker: bazarr, jellyfin, lidarr, medusa, paperless, portainer1, prowlarr, qbittorrent, radarr, readarr, sonarr, wiki2 }}")

24 January 2026

  • 23:5923:59, 24 January 2026 X735 Script (hist | edit) [5,213 bytes] Lynn Macey (talk | contribs) (Created page with "=Overview= This is script installation tutorial for X735 v2.5 & v3.0, it will replace X735 Software installation tutorial, although X735 Software installation tutorial is still available, but we strongly recommend that you use this script tutorial, which simplifies the installation process and reduces dependencies on third-party python libraries. The core shell script of X735-script comes from from [https://github.com/pimlie/geekworm-x-c1 pimlie/geekworm-x-c1],...")
  • 23:5823:58, 24 January 2026 GeekCookbook (hist | edit) [4,777 bytes] Lynn Macey (talk | contribs) (Created page with "==GeekCookbook Premix== This is David Young's project. It is the first that I have found that starts with the infrastructure and build out to the actual applications. This is important for consistency. There is the generally available version that is a collection of recipes. The Premix version is kept more up to date and has deployment tools as part of the package. Like many technical projects by technicians, it doesn't really start at the beginning. This is not merely...")
  • 23:5623:56, 24 January 2026 San Jose Technical (hist | edit) [75 bytes] Lynn Macey (talk | contribs) (Created page with "{{PAGEBANNER:Global Network.png}} == System Information and Update Status==")
  • 23:5523:55, 24 January 2026 Chico Technical (hist | edit) [1,110 bytes] Lynn Macey (talk | contribs) (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...")
  • 23:5323:53, 24 January 2026 Post Ubuntu Install (hist | edit) [22,711 bytes] Lynn Macey (talk | contribs) (Created page with "= Before using Ubuntu, I do these things = This is a collection of things to do after installing Ubuntu or most Linux systems actually. Some are just customizations and some are security. While a number of tools are offered as part of the installation, I prefer to get the current set using the package installer. ==Set Network Connection== From the console open Settings->Network Click on the gear to open the network settings window. Enter the IP address, netmask and ga...")
  • 23:5223:52, 24 January 2026 Basic Ubuntu Server Install (hist | edit) [3,452 bytes] Lynn Macey (talk | contribs) (Created page with "The installation process for the Ubuntu virtual machines is pretty straight forward. The idea is to get a vanilla basic installation that can be built from. This should be templated. ===Create a VM from the Proxmox console=== Pretty much stick to the defaults. Make sure to create the disk on fast1 or fast2. The distribution ISO files are on local. The usual candidate is Ubuntu 22.04, but other distributions are available. The system will boot after confirmation. Go to t...")
  • 23:5023:50, 24 January 2026 Working with Media (hist | edit) [456 bytes] Lynn Macey (talk | contribs) (Created page with "Ok, I am a digital pack rat. I have files that I will probably never use, view or listen to but, I find it hard to get rid of them. At least I got over it with real books and stuff. The files come from several places and then, ideally, go to their respective locations. Most require a little work to make them useable, which can be read as "findable". =={{highlight|Paper}}== =={{highlight|Video}}== Return to {{highlight|Technical Guides}}")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)