Skip to content

Instantly share code, notes, and snippets.

@neekfenwick
neekfenwick / fedora40-upgrade-log.log
Created May 2, 2024 02:44
Output from `dnf system-upgrade log --number=2`
This file has been truncated, but you can view the full file.
May 01 18:44:47 uberneek kernel: Linux version 6.8.7-200.fc39.x86_64 (mockbuild@45dd5688efad44f5b0bb641c76b5468d) (gcc (GCC) 13.2.1 20240316 (Red Hat 13.2.1-7), GNU ld version 2.40-14.fc39) #1 SMP PREEMPT_DYNAMIC Wed Apr 17 19:35:11 UTC 2024
May 01 18:44:47 uberneek kernel: Command line: BOOT_IMAGE=(hd4,gpt5)/vmlinuz-6.8.7-200.fc39.x86_64 root=UUID=b2836b03-e474-48b1-96ad-7d35256d1450 ro rootflags=subvol=root rd.driver.blacklist=nouveau modprobe.blacklist=nouveau rhgb quiet resume=UUID=cec103ef-266c-4682-91d2-1ba6c62b8d6b rd.driver.blacklist=nouveau modprobe.blacklist=nouveau
May 01 18:44:47 uberneek kernel: BIOS-provided physical RAM map:
May 01 18:44:47 uberneek kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
May 01 18:44:47 uberneek kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
May 01 18:44:47 uberneek kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009d81fff] usable
May 01 18:44:47 uberneek kernel: BIOS-e820: [mem 0x0000000009d82000-0x0000000009ffffff] r
# Our booking
Afternoon of 1st July - SUP on water and SWRT - Swift Water Rescue Training with guides / trainers - 3.5 hours
Morning of 2nd July - geocache cycling self-guided - 2.5 hours depending on ability
# General info from SUP Hire
What to bring to stand up paddleboarding?
Bring board shorts or just PE shorts, shoes that you don’t mind getting wet and a T-shirt or long-sleeved shirt. Please make sure that you are dressed ready for the activity beforehand as there are no changing facilities at the start. Slap on a hat and slop on some sun cream and you’ll be good to go. We are trying to reduce our use of ‘single-use plastic’ bottles, so please bring your own water in BPA free reusable water bottles. A dry bag is useful for phones and wallet in stand up paddleboarding, or let us know if you would like to loan one. Spectacles – make sure they are fastened on so that you cannot lose them (you have about a 20% chance of losing them if they are not tied on).
Flat 20, Hulse Lodge, Hulse Road, Southampton
Remove bath, bath panel, toilet & basin from the bathroom
Remove all tiles and make good walls ready for aqua boarding
Supply & fit new 150mm x 700mm Metal bath with new taps and wastes
Supply & it new basin & pedestal with new taps and wastes
Supply & fit new Toilet, Cistern & Seat
Supply & fit new Float valve to water tank and alter overflow pipework if possible, so it joins into the bath waste (if not lead)
Alter pipework in the bathroom from iron to copper and box in the remaining
Aquaboard around the bath area and basin with all correct trims and silicone
<?php
// Checking if introducing type hinting in Zen functions would cause any problems when
// string $_GET params are passed in. Were they being auto-cast, and does PHP 8 barf?
// e.g. zen_product_set_header_response params should be typehinted as int.
/**
* Type hinted function.
*
* @param integer $products_id
execve("/usr/share/skypeforlinux/skypeforlinux", ["/usr/share/skypeforlinux/skypefo"..., "--executed-from=/home/neek"], 0x7ffee8311168 /* 67 vars */) = 0
brk(NULL) = 0x55de75198000
arch_prctl(0x3001 /* ARCH_??? */, 0x7ffff01d8af0) = -1 EINVAL (Invalid argument)
readlink("/proc/self/exe", "/usr/share/skypeforlinux/skypefo"..., 4096) = 38
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/skypeforlinux/glibc-hwcaps/x86-64-v3/libffmpeg.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/share/skypeforlinux/glibc-hwcaps/x86-64-v3", 0x7ffff01d7d20, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/skypeforlinux/glibc-hwcaps/x86-64-v2/libffmpeg.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/share/skypeforlinux/glibc-hwcaps/x86-64-v2", 0x7ffff01d7d20, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/sk
@neekfenwick
neekfenwick / gist:c73ae678fa83d6f873c5010f535f6189
Created November 15, 2021 17:02
Some output from my commands
[CODE][root@uberneek neek]# dnf reinstall dnf-plugin-system-upgrade
Last metadata expiration check: 2:13:01 ago on Mon 15 Nov 2021 21:28:31 +07.
Dependencies resolved.
================================================================================
Package Arch Version Repo Size
================================================================================
Reinstalling:
python3-dnf-plugin-system-upgrade noarch 4.0.15-1.fc34 updates 31 k
```
$ /usr/local/bin/meson setup builddir/
[cut...]
Dependency glib-2.0 found: YES 2.67.4 (overridden)
Dependency gobject-2.0 found: YES 2.67.4 (overridden)
Dependency gio-2.0 found: YES 2.67.4 (overridden)
Run-time dependency fribidi found: YES 1.0.2
Run-time dependency libthai found: NO (tried pkgconfig and cmake)
Dependency harfbuzz found: NO found 1.7.5 but need: '>= 2.0.0'
[neek@centos70 pango-1.48.2]$ ninja -C builddir
ninja: Entering directory `builddir'
[59/1599] Compiling C object subprojects/glib/glib/libglib-2.0.so.0.6704.0.p/gsequence.c.o
../subprojects/glib/glib/gsequence.c: In function ‘g_sequence_move_range’:
../subprojects/glib/glib/gsequence.c:639:24: warning: ‘dest_seq’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (dest && dest_seq == src_seq &&
^
[166/1599] Compiling C object subprojects/glib/glib/tests/search-utils.p/search-utils.c.o
../subprojects/glib/glib/tests/search-utils.c: In function ‘test_search’:
@neekfenwick
neekfenwick / gist:dd97b7c3e6b9f1da46828941b6213275
Created September 26, 2017 12:19
SO 46424510 mongodb aggregation with unwind, project and group by Alex Blex
Result: Good.
Data:
{ "_id": 1, "posts": [
{ "content": "foobar1", "likes": [ "11", "12", "13" ] },
{ "content": "foobar11", "likes": [ "11", "12", "13", "14" ] },
{ "content": "foobar12", "likes": [ "11", "12" ] },
{ "content": "foobar13", "likes": [ "11", "12", "13", "14", "15" ] },
{ "content": "foobar14", "likes": [ "11", "12", "13" ] }
] }
@neekfenwick
neekfenwick / gist:98d6ad47cc9f15ea685a8d0ab9413c59
Created September 26, 2017 12:16
SO 46424510 mongodb aggregation with project and map by Veeram
{ "_id": 1, "posts": [
{ "content": "foobar1", "likes": [ "11", "12", "13" ] },
{ "content": "foobar11", "likes": [ "11", "12", "13", "14" ] },
{ "content": "foobar12", "likes": [ "11", "12" ] },
{ "content": "foobar13", "likes": [ "11", "12", "13", "14", "15" ] },
{ "content": "foobar14", "likes": [ "11", "12", "13" ] }
] }
{ "_id": 2, "posts": [
{ "content": "foobar2", "likes": [ "22", "23" ] },
{ "content": "foobar21", "likes": [ "22", "23", "24" ] },