DWD

@DWD@techhub.social
39 Followers
65 Following
181 Posts
Daniel
Cyber security enthusiast
Programmer
Analyst
Websitehttps://DanielDewberry.com
Ubuntu Noble mirror question

Good afternoon A question about the Ubuntu package archive - I am not sure where it fits into the Discourse categories. Please help me correctly categorize it. I run a mirror of Ubuntu Noble, on my computer which I update each day. It’s built by grabbing the metadata from archive.ubuntu.com (or another mirror), then scanning all of the Package.gz files, from which it generates a list of files to sync. I’ve written about it in detail here: https://danieldewberry.com/blog/ubuntu-package-archive-...

Ubuntu Community Hub

*they're not typesetting tutorials*

#LaTeX #Funny #LifeOfATechnoNerd

therealdwd.bsky.social

Bluesky Social

If you're an open source maintainer thinking about, or starting to receive, donations and/or sponsorships then I've put together a video with my advice along with a deep-dive into the technical set-up and my experience regarding these methods of funding:

https://www.youtube.com/watch?v=hILUhL_l_bU

#OpenSource #funding

Donations & Sponsorships - Open Source Maintainership

YouTube
@danb This is a very helpful video, thank you.

Ubuntu Summit 25.10 is coming to your circle of friends, from London

https://ubuntu.com//blog/ubuntu-summit-25-10-is-coming-to-your-circle-of-friends-from-london

Ubuntu Summit 25.10 is coming to your circle of friends, from London | Ubuntu

London calling… We have an exciting announcement about the Ubuntu Summit. We’ve been chatting with our community and contributors to see how we can bring our event, and the impact of open source, to even more people. This year, the Ubuntu Summit is reborn – read on to find out what changes we’re making. Twice […]

Ubuntu

 🐛 Found what I think is a bug in the Valgrind package

https://bugs.launchpad.net/ubuntu/+source/valgrind/+bug/2111505

TL;DR: HTML, CSS, JavaScript and XML files have executable bits set when they shouldn't

Always report your bugs!

#Ubuntu #Valgrind #Bug

Bug #2111505 “Valgrind files marked as executable, when they sho...” : Bugs : valgrind package : Ubuntu

# DESCRIPTION There are a number of files deployed into /usr/libexec/valgrind/ by the installation of Valgrind, some of which are HTML, CSS, JavaScript and XML. These are marked as executable which I do not see a reason for. =====================================================================================+ # SYSTEM AND APPLICATION DETAILS $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04.2 LTS Release: 24.04 Codename: no...

Launchpad

💡#DWDsTips List the diskspace used by your LXD containers & VMs storage:

 sudo bash -c 'du -cshx /var/snap/lxd/common/lxd/storage-pools/default/{containers,virtual-machines}{,-snapshots}/*' | sort -rh

I didn't set up a zpool on my laptop so I can't use that good stuff.

#Linux #LXD #Ubuntu

@psijack my pleasure.
There's also an x-forwarded-for defacto header which may contain a comma separated list of ip addresses, but may be spoofed so i don't trust that

@inawhilecrocodile Thank you for bringing that to my attention.

I've now registered that the bug affects me and presented the work-around I used. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2059712/comments/2

Comment #2 : Bug #2059712 : Bugs : linux package : Ubuntu

$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04.2 LTS Release: 24.04 Codename: noble $ apt list --installed 'linux-tools-common' linux-tools-common/noble-updates,noble-updates,noble-security,noble-security,now 6.8.0-60.63 all [installed] $ perf --version perf version 6.8.12 The tips file: https://github.com/torvalds/linux/blob/master/tools/perf/Documentation/tips.txt Work around: sudo mkdir -p /usr/share/doc/perf-tip cur...

Launchpad