Skip to content

Instantly share code, notes, and snippets.

@willglynn
willglynn / doc.md
Created November 1, 2023 00:18
Change SMBIOS UUID on AMI firmware PCs

PCs have SMBIOS data containing small amount of identifying information. One piece of information in this SMBIOS data is the universally unique identifier. Some PC and motherboard manufacturers fail to set this, often leaving the UUID set to 03000200-0400-0500-0006-000700080009.

If your system uses an AMI firmware (sometimes called AMIBIOS), you may be able to use AMI utilities to reset the UUID. Obtain AMIDEEFIx86.efi and an EFI shell executable, such as from inside m1ujt73usa.zip for the Lenovo ThinkStation P330 Tiny download center.

Once you have those two files, create USB drive with the FAT32 filesystem and the following structure:

\
  \AMIDEEFIx86.efi
  \efi
@Dragost
Dragost / PDF Manual Downloader Script.md
Last active March 22, 2025 18:31
PDF Manual Downloader Script <manualpdf.es>

PDF Manual Downloader Script

This script is designed to download PDF manuals from wdhmedia websites. It can be run on any operating system that supports Python, maybe.

This is not the most correct or fastest way to download PDFs, but it works.

Tested with python 3.10 and Poetry.

@martint17r
martint17r / exim4.conf
Created May 28, 2021 20:07
systemd service file for rootless Exim on Debian Bullseye
[Unit]
Description=Exim Mail Transport Agent
After=network.target
[Service]
EnvironmentFile=-/etc/default/exim4
PIDFile=/run/exim4/exim.pid
ExecStartPre=+chmod u-s /usr/sbin/exim4
ExecStartPre=+chmod g+r /etc/exim4/exim4.conf
ExecStartPre=+chgrp Debian-exim /etc/exim4/exim4.conf
@nall
nall / syno_ddns_nsupdate.pl
Last active November 22, 2019 14:14
Crontab script for Synology boxes. Updaes a DNS BIND server when hostname or WAN IP changes. Requires the Synology DNSServer package to be installed (but doesn't need to be running).
#!/opt/bin/perl
use warnings;
use strict;
# Copyright (c) 2013 Jon Nall, STUNTAZ!!! All rights reserved.
#
# This script is intended to be run on a Synology NAS. It attempts
# to determine the external IP where the NAS is connected and then
# checks to see if it needs to update a DNS record. The server is
# updated if any of these are true: