<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://home.jholtrop.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://home.jholtrop.com/wiki/feed.php">
        <title>Holtrop Wiki</title>
        <description></description>
        <link>https://home.jholtrop.com/wiki/</link>
        <image rdf:resource="https://home.jholtrop.com/wiki/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-07-02T16:45:39+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/alienware_16x_aurora_laptop?rev=1749735122&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/arch_install_cheat_sheet?rev=1750703742&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/arch_linux_on_gentex_dell_m6600_laptop?rev=1481640583&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/asus_zenbook?rev=1750801413&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/beer?rev=1590510099&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/building_things_in_msys?rev=1285879715&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/grilling_notes?rev=1591120702&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/htc_one_m8_stuff?rev=1438216710&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/lenovo_14p_laptop?rev=1638478187&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/links?rev=1724865836&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/mythtv?rev=1420822903&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/new_computer_2023?rev=1689877598&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/new_computer?rev=1489762224&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/new_server?rev=1516116954&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/notes?rev=1679233771&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/recipes?rev=1589731135&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/server_setup?rev=1774231872&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/start?rev=1690121063&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/unreal_tournament_2004_linux_client?rev=1560121018&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/unreal_tournament_2004_linux_server?rev=1560123974&amp;do=diff"/>
                <rdf:li rdf:resource="https://home.jholtrop.com/wiki/yagi_antenna?rev=1530973241&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://home.jholtrop.com/wiki/_media/wiki:dokuwiki.svg">
        <title>Holtrop Wiki</title>
        <link>https://home.jholtrop.com/wiki/</link>
        <url>https://home.jholtrop.com/wiki/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://home.jholtrop.com/wiki/alienware_16x_aurora_laptop?rev=1749735122&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-12T13:32:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>alienware_16x_aurora_laptop</title>
        <link>https://home.jholtrop.com/wiki/alienware_16x_aurora_laptop?rev=1749735122&amp;do=diff</link>
        <description>I ordered a Dell Alienware 16X Aurora laptop for work.

It came with Windows, of course. I was able to shrink the C: partition within Windows to make room for Arch. I was attempting to preserve Windows if possible but would wipe it if necessary.

Out of the box the firmware would not boot the Arch Linux USB because secure boot was enabled.</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/arch_install_cheat_sheet?rev=1750703742&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-23T18:35:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>arch_install_cheat_sheet</title>
        <link>https://home.jholtrop.com/wiki/arch_install_cheat_sheet?rev=1750703742&amp;do=diff</link>
        <description>Wireless Network Setup


iwctl device list
iwctl station wlan0 scan
iwctl station wlan0 get-networks
iwctl --passphrase &lt;passphrase&gt; station wlan0 connect &lt;SSID&gt;


Base


gdisk
cryptsetup luksFormat /dev/&lt;root&gt;
mkfs.ext4 /dev/&lt;boot&gt;
cryptsetup open /dev/&lt;root&gt; &lt;crypt-root&gt;
mkfs.ext4 /dev/mapper/&lt;crypt-root&gt;
mount /dev/mapper/&lt;crypt-root&gt; /mnt
mkdir /mnt/boot
mount /dev/&lt;boot&gt; /mnt/boot
mkdir /mnt/efi
mount /dev/&lt;efi&gt; /mnt/efi
pacstrap -K /mnt base linux linux-firmware vim
genfstab -U /mnt &gt;&gt; /mn…</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/arch_linux_on_gentex_dell_m6600_laptop?rev=1481640583&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-12-13T14:49:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>arch_linux_on_gentex_dell_m6600_laptop</title>
        <link>https://home.jholtrop.com/wiki/arch_linux_on_gentex_dell_m6600_laptop?rev=1481640583&amp;do=diff</link>
        <description>Installation

Follow &lt;https://wiki.archlinux.org/index.php/installation_guide&gt;.

	*  Use networkmanager for network configuration
	*  Edit /etc/mkinitcpio.conf per &lt;https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system&gt;:


HOOKS=&quot;... encrypt lvm2 ... filesystems ...&quot;


After installing grub, in /etc/default/grub:


GRUB_CMDLINE_LINUX=&quot;cryptdevice=UUID=${device_uuid}:lvm&quot;</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/asus_zenbook?rev=1750801413&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-24T21:43:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>asus_zenbook</title>
        <link>https://home.jholtrop.com/wiki/asus_zenbook?rev=1750801413&amp;do=diff</link>
        <description>For work I bought an ASUS Zenbook S 16.

Escape key on boot gives firmware boot/enter setup menu.

I was able to shrink the Windows volume.

After disabling secure boot, Windows would not boot because of Bitlocker. I re-enabled secure boot, booted into Windows, disabled Bitlocker, and then disabled secure boot again. Windows booted fine but made me change my PIN.</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/beer?rev=1590510099&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-26T16:21:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>beer</title>
        <link>https://home.jholtrop.com/wiki/beer?rev=1590510099&amp;do=diff</link>
        <description>Josh&#039;s Homebrew Log
 No                                   Brew Date   Name           Type                      Primary   2nd     O.G.    F.G.    ABV                        2011-01-09                 Pale Ale (kit)                  13           1.040</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/building_things_in_msys?rev=1285879715&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-09-30T20:48:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>building_things_in_msys</title>
        <link>https://home.jholtrop.com/wiki/building_things_in_msys?rev=1285879715&amp;do=diff</link>
        <description>Building Things in MSYS

smpeg


./configure --enable-gtk-player=no --enabled-shared=


Then change CC = gcc to CC = g&#039;&#039; in &#039;&#039;Makefile&#039;&#039; and &quot;make&quot;

===== SDL_sound =====

First install any audio codec libraries that you want such as &#039;&#039;[[#smpeg]]&#039;&#039;, &#039;&#039;libogg&#039;&#039;, and &#039;&#039;libvorbis&#039;&#039;.

&lt;code sh&gt;
CFLAGS=&quot;-fno-inline” CPPFLAGS=”`smpeg-config --cflags`&quot; LIBS=&quot;`smpeg-config --libs` -lstdc++&quot; ./configure
&lt;/code&gt;

Check &#039;&#039;config.h&#039;&#039; to make sure things you want get enabled.

If you intend to use smpeg and …</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/grilling_notes?rev=1591120702&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-02T17:58:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>grilling_notes</title>
        <link>https://home.jholtrop.com/wiki/grilling_notes?rev=1591120702&amp;do=diff</link>
        <description>3/4&quot; cuts

Generally 4 min one side, 3 min other side, 1-2 min rest seems to work well for medium rare.

2&quot; Filet

This one needed close to 6 min on each side plus a 2 min rest to be done medium rare.</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/htc_one_m8_stuff?rev=1438216710&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-07-30T00:38:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>htc_one_m8_stuff</title>
        <link>https://home.jholtrop.com/wiki/htc_one_m8_stuff?rev=1438216710&amp;do=diff</link>
        <description>Follow &lt;http://wiki.cyanogenmod.org/w/Install_CM_for_m8&gt;

	*  Unlocked bootloader using &lt;http://htcdev.com/bootloader/&gt;.
	*  Flashed TWRP (&lt;https://twrp.me/devices/htconem8gsm.html&gt;).
	*  Took a full backup with TWRP.
	*  Powered off
	*  Move MicroSD card to PC
		*  copy TWRP backup to PC
		*  copy CyanogenMod to SD card

	*  Re-insert MicroSD card
	*  Boot to recovery and install CyanogenMod 11 from MicroSD card</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/lenovo_14p_laptop?rev=1638478187&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-02T20:49:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lenovo_14p_laptop</title>
        <link>https://home.jholtrop.com/wiki/lenovo_14p_laptop?rev=1638478187&amp;do=diff</link>
        <description>November 2021 - I purchased the Lenovo 14p from this Slickdeal: &lt;https://slickdeals.net/f/15380674-thinkbook-14p-g2-14-2-2k-ips-ryzen-7-5800h-16gb-ddr4-512gb-pcie-ssd-win10-pro-851-95-f-s&gt;

Kubuntu ran fine out of the box except for:

	*  WiFi
	*  fingerprint reader

I tried Fedora and Arch installers but none supported the WiFi card. I also tried installing with a separate adapter and then updating to the latest 5.15 kernel, but it still did not support the card.</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/links?rev=1724865836&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-28T17:23:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>links</title>
        <link>https://home.jholtrop.com/wiki/links?rev=1724865836&amp;do=diff</link>
        <description>*  Regular Expression Matching Can Be Simple And Fast: &lt;http://swtch.com/~rsc/regexp/regexp1.html&gt;
	*  OpenGL Text Rendering with Freetype: &lt;http://en.wikibooks.org/wiki/OpenGL_Programming/Modern_OpenGL_Tutorial_Text_Rendering_01&gt;
	*  All about thread-local storage: &lt;https://maskray.me/blog/2021-02-14-all-about-thread-local-storage&gt;</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/mythtv?rev=1420822903&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-01-09T17:01:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mythtv</title>
        <link>https://home.jholtrop.com/wiki/mythtv?rev=1420822903&amp;do=diff</link>
        <description>ID86-U and command to move mythfrontend in front of GNOME panel

&lt;https://www.mythtv.org/pipermail/mythtv-users/2014-June/364798.html&gt;

Metadata lookup failing locally


touch $HOME/.mythtv/pytmdb3.cache


Force refresh all video metadata

	*  On server, rename videos directory
	*  On frontend, scan for changes
	*  On server, rename it back</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/new_computer_2023?rev=1689877598&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-20T18:26:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>new_computer_2023</title>
        <link>https://home.jholtrop.com/wiki/new_computer_2023?rev=1689877598&amp;do=diff</link>
        <description>Old Hardware

	*  ASRock B250M Pro4 (March 2017)
	*  Intel Core i7-7700K Kaby Lake (Quad-Core @ 4.2 GHz; Turbo @ 4.5 GHz; 91W) (March 2017)
	*  2x8GB G.Skill Ripjaws DDR4 2666 (March 2017)
	*  HP EX920 M.2 1TB PCIe 3.0 x4 NVMe 3D TLC NAND SSD (May 2018)</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/new_computer?rev=1489762224&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-17T14:50:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>new_computer</title>
        <link>https://home.jholtrop.com/wiki/new_computer?rev=1489762224&amp;do=diff</link>
        <description>Old Hardware

	*  ASUS M4A785TD-M EVO (AM3)
	*  AMD Phenom II X4 965 Black Edition (Quad-Core @ 3.4 GHz; 125W)
	*  2x2GB G.Skill Reaper DDR3 PC3-12800
	*  2GB G.Skill PC3-10666
	*  1GB PC3-10666
	*  Samsung SSD 840 EVO 250GB
	*  ASUS GTX760-DC2OC-2GD5 GeForce GTX760 2GB GDDR5</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/new_server?rev=1516116954&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-01-16T15:35:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>new_server</title>
        <link>https://home.jholtrop.com/wiki/new_server?rev=1516116954&amp;do=diff</link>
        <description>Old Hardware

	*  AMD Athlon 64 X2 6000+ 3.0GHz 125W
	*  8GB DDR3

New Hardware

	*  AMD Ryzen 1600 3.2GHz 65W
	*  32GB DDR4 2400
	*  APC BN700MC Back-UPS 700 VA (420W)
	*  ATI Radeon X600 ($4.99 cheap PCIe graphics card)

Configurations

Ubuntu Server 17.04 (US)</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/notes?rev=1679233771&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-19T13:49:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notes</title>
        <link>https://home.jholtrop.com/wiki/notes?rev=1679233771&amp;do=diff</link>
        <description>mythtv

Configuring Apache for git access

gitweb.conf


$projectroot = &#039;/path/here&#039;;


httpd.conf


&lt;Location /git/repos&gt;
  Require valid-user
  Require ldap-group CN=groupname,OU=organizationalunit,DC=domain,DC=extension
&lt;/Location&gt;
&lt;LocationMatch &quot;/git/repos/.*/git-receive-pack$&quot;&gt;
  Require ldap-user &quot;joe&quot;
&lt;/LocationMatch&gt;
AliasMatch ^/git/repos/(.*/objects/[0-9a-f]{2}/[0-9a-f]{38})$ /physical/path/to/git/repo/$1
AliasMatch ^/git/repos/(.*/objects/pack/pack-[0-9a-f]{40}.(pack|idx))$ /physical…</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/recipes?rev=1589731135&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-17T15:58:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>recipes</title>
        <link>https://home.jholtrop.com/wiki/recipes?rev=1589731135&amp;do=diff</link>
        <description>7 Layer Taco Dip

	*  1 oz package taco seasoning mix
	*  16 oz can refried beans
	*  8 oz package cream cheese, softened
	*  16 oz sour cream
	*  16 oz jar salsa
	*  16 oz diced tomatoes
	*  1 bunch green onions
	*  2 c shredded cheese

	*  blend taco seasoning and refried beans, spread in oiled</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/server_setup?rev=1774231872&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-23T02:11:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>server_setup</title>
        <link>https://home.jholtrop.com/wiki/server_setup?rev=1774231872&amp;do=diff</link>
        <description>Server Setup

anubis host

	*  OS: AlmaLinux 10.1
	*  CPU: Ryzen 5 1600 6-core 3.2GHz
	*  RAM: 32GB DDR4 2400
	*  Services
		*  Virtual Machine Host
		*  apcupsd
		*  NFS server
		*  samba
		*  getmail gmail backup


Drives

	*  WD Black 256GB Performance SSD - M.2 2280 PCIe NVMe</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/start?rev=1690121063&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-23T14:04:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://home.jholtrop.com/wiki/start?rev=1690121063&amp;do=diff</link>
        <description>Some stuff:

	*  git repositories
	*  projects
		*  fart
		*  anaglym
		*  phy_export
		*  dwss
		*  peg_puzzle

	*  notes
	*  links
	*  beer
	*  htc_one_m8_stuff
	*  network
	*  recipes
	*  new_computer
	*  new_computer_2023
	*  new_server
	*  server_setup
	*  yagi_antenna
	*  ideas
		*  holtrops_hops

	*  Unreal Tournament 2004 Linux Server
	*  Unreal Tournament 2004 Linux Client
	*  d
		*  alloc_time_test

	*  grilling notes
	*  Lenovo 14p Laptop
	*  arch_install_cheat_sheet</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/unreal_tournament_2004_linux_client?rev=1560121018&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-06-09T22:56:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>unreal_tournament_2004_linux_client</title>
        <link>https://home.jholtrop.com/wiki/unreal_tournament_2004_linux_client?rev=1560121018&amp;do=diff</link>
        <description>sudo apt install libstdc++5:i386 pulseaudio:i386
tar xvJf ut2004-2016.tar.xz</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/unreal_tournament_2004_linux_server?rev=1560123974&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-06-09T23:46:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>unreal_tournament_2004_linux_server</title>
        <link>https://home.jholtrop.com/wiki/unreal_tournament_2004_linux_server?rev=1560123974&amp;do=diff</link>
        <description>Copy files to server:

	*  BR-Basketball.tar.bz2
	*  CTF-ThornsV4.ut2.tar.bz2
	*  DedicatedServer3339-BonusPack.zip
	*  InfiniteWallDodges.zip
	*  ONS-Dinora.tar.bz2
	*  VCTF-ArcticStronghold.zip
	*  VCTF-BloodGulch7.zip
	*  VCTF-ConcreteCanyon.zip
	*</description>
    </item>
    <item rdf:about="https://home.jholtrop.com/wiki/yagi_antenna?rev=1530973241&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-07-07T14:20:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>yagi_antenna</title>
        <link>https://home.jholtrop.com/wiki/yagi_antenna?rev=1530973241&amp;do=diff</link>
        <description>Creating a Yagi Antenna

Parts Needed

	*  (2) 2x4x8&#039;
	*  (~16) metal coat hangars
	*  Matching transformer (like this one for example)
	*  (6) small washers

Tools Needed

	*  miter saw to cut 2×4&#039;s to length
	*  strong wire cutters to cut metal coat hangars</description>
    </item>
</rdf:RDF>
