You are not logged in.
Yes, I was surprised not to find a 1920x1054 wallpaper option
But seriously, 1080p is probably the most common resolution for laptops so it would be nice to see wallpapers of that size.
That ISO works fine in QEMU/KVM: https://dev1galaxy.org/viewtopic.php?pid=39677#p39677
No idea about Virtualbox but I would suggest that daedalus not working in that is a feature rather than a bug. You should thank the developers for steering you away from the worst virtualisation "solution" around.
The package versions for the stable release are frozen some time before the release. That's why it's called "stable". There are a few notable exceptions to this, such as firefox-esr & chromium, because of the security risks of an outdated version.
See https://www.debian.org/doc/manuals/debi … tml#s3.1.3 & https://wiki.debian.org/DontBreakDebian … f_Syndrome for further explanations as to why the latest version might not be the best option.
I hear underclocking, increases power savings
I disagree. The scaling governors will ramp down the frequency *very* quickly if the CPU is idle. My Ryzen 5850U drops to 400MHz with the amd-pstate driver. Not much point underclocking that.
And anyway I would think it would be more power efficient to run the processor at full speed and get the job done quicker.
autocpu-freq
That looks pointless to me. There's no way a user space program can control the CPU frequency scaling as well as the kernel. Just use the powersave or conservative governor instead.
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
conservative ondemand userspace powersave performance schedutil
$
YMMV.
As an example archlinux has:
Core
Community
Extra
Multilib
Don't forget the [testing], [community-testing], [multilib-testing], [kde-unstable] & [gnome-unstable] repositories.
The libraries, the programming languages, hell, any core part of the system, should be licensed permissively and be mostly bloat free.
Arch doesn't care about licencing. They don't even use SPDX identifiers in the license array. It is a user-centric distribution and so caters to the needs of the user rather than pandering to political principles.
The various repositories in Arch have very specific requirements, none of which are related to the licence: https://wiki.archlinux.org/title/Official_repositories
EDIT: and Arch tends to be bloated because the packages are usually compiled with most options enabled and they don't use split -dev packages, unlike Debian.
Now then, mate-media, which packages the applet, is not available in Debian Bookworm for some crashing reason[0]. Luckily, I found compatible packages from Ubuntu Jammy Jellyfish
Why didn't you try the version from unstable?
There are several reports upstream and downstream, but all have missing symbols from glib and gtk
This one seems to have those: https://github.com/mate-desktop/mate-me … -819028411
I think this would be better pursued in the bug report(s) rather than here. Sorry but I can't help otherwise.
EDIT: did you see the suggested workaround? The volumeicon-alsa package should also work in MATE if you can't get the native volume systray thingie working.
I don't have IPv6 at the moment but I leave the firewall functionality intact just in case my ISP adds it without telling me.
I think nftables should be the default backend for any "iptables" implementations.
See https://wiki.debian.org/nftables and run
for i in {ip{,6},arp,eb}tables ; do sudo update-alternatives --config $i ; done
All of the alternatives should be pointing to *tables-nft, change them if they don't.
Check for any extant iptables configuration with
# iptables-save
I'm pretty sure that should be blank.
It is my understanding that ICMP echo requests should be allowed but I'm no expert.
Reference: http://shouldiblockicmp.com/
/etc/init.d/nftables calls /usr/bin/nft -f /etc/nftables.conf so the file doesn't actually need a shebang.
EDIT: use this to check after the service starts:
# nft list ruleset
Hmm. I have the greatest of respect for the antiX developers but the distribution makes some very opinionated design choices and I strongly disagree with almost all of them. I'm fighting it every step of the way.
Back to Alpine for me. They don't have any opinions about the desktop at all, which suits me far better.
P.S. Regarding make -j .
The question is not in the number of cores, but in the sequence of compilation of various parts. With a large number of tasks, errors are possible when some are compiled before the necessary ones are ready.
Utter nonsense.
The browser is the single biggest potential vulnerability in a desktop system, which is why Debian actually update their firefox-esr & chromium packages even for the stable release. Using an outdated browser is a really bad idea.
Oh, that is interesting. Thanks Andy. Time to give antiX another spin...
And thanks to @admin for splitting this out :-)
iridium-2021.06.91-1pclos2021.x86_64.rpm
That's pretty old.
If you really want to use a browser for which Debian support is non-existent then at least use the latest version:
https://dl.iridiumbrowser.de/fedora_37/
But it's still a really bad idea. How do you keep it updated against the steady stream of CVEs?
Not really.
It's as simple as
# apt install nftables orphan-sysvinit-scripts {g,}ufw-
# cp /usr/share/orphan-sysvinit-scripts/nftables /etc/init.d
# update-rc.d nftables defaults
# editor /etc/nftables.conf # copy in example file from my link
# /etc/init.d/nftables start
Then check with
# nft list ruleset
It would be even simpler had Debian bothered to supply an init script for nftables but unfortunately the developer doesn't give a crap about alternative init systems. For shame!
If you just want a firewall that only allows ports 22, 80 & 443 see https://wiki.nftables.org/wiki-nftables … r_a_server
ufw is bloat!
someone found it in a secondary arch repo!
The AUR has an old version of the darkpurpy theme. I would update it and add the other versions but I don't generally bother with packages for themes. Just unpack them into ~/.local/share/themes/ and profit.
Anyway I left a note on the AUR package page with the new source URL a while ago so people can easily update it themselves.
Perhaps check the Synaptic log as well but I thought all package management operations were collated under the dpkg log.
Sorry, working blind with that one. Find the logs yourself then. EDIT: the system probably isn't old enough to have rotated the logs so
grep 'ufw' /var/log/dpkg.log
I don't have a De{vu,bi}an system handy so I don't actually know where the logs are...
Those packages don't seem to have been added to the banned list.
Have you checked the logs?
zcat /var/log/dpkg.log.*.gz | cat - /var/log/dpkg.log | grep 'ufw'
I just selected the first mirror, which is the default. The (LTS) kernel version was only updated yesterday so perhaps you managed to try it while they were changing the version or something. Anyway it worked for me just now.