• Hey Guest,

    We wanted to share a quick update with the community.

    Our public expense ledger is now live, allowing anyone to see how donations are used to support the ongoing operation of the site.

    👉 View the ledger here

    Over the past year, increased regulatory pressure in multiple regions like UK OFCOM and Australia's eSafety has led to higher operational costs, including infrastructure, security, and the need to work with more specialized service providers to keep the site online and stable.

    If you value the community and would like to help support its continued operation, donations are greatly appreciated. If you wish to donate via Bank Transfer or other options, please open a ticket.

    Donate via cryptocurrency:

    Bitcoin (BTC):
    Ethereum (ETH):
    Monero (XMR):
MissAbyss

MissAbyss

BOOM Shakalaka!
Jul 20, 2025
642
Chicken Poke GIF by happydog
 
  • Yay!
Reactions: hipipo
SleepingClouds

SleepingClouds

⬆️⬆️⬇️⬇️⬅️➡️⬅️➡️🅱️🅰️
Aug 14, 2020
4,248
eye chicken GIF by happydog
 
  • Yay!
Reactions: EmptyBottle, hipipo and MissAbyss
SleepingClouds

SleepingClouds

⬆️⬆️⬇️⬇️⬅️➡️⬅️➡️🅱️🅰️
Aug 14, 2020
4,248
Money Chicken GIF by happydog
 
  • Yay!
Reactions: EmptyBottle and hipipo
SleepingClouds

SleepingClouds

⬆️⬆️⬇️⬇️⬅️➡️⬅️➡️🅱️🅰️
Aug 14, 2020
4,248
Im Out Time To Leave GIF
 
  • Yay!
Reactions: EmptyBottle
SleepingClouds

SleepingClouds

⬆️⬆️⬇️⬇️⬅️➡️⬅️➡️🅱️🅰️
Aug 14, 2020
4,248
I Dont Give A Mr Rogers GIF
 
  • Yay!
Reactions: MissAbyss
EmptyBottle

EmptyBottle

₩○₩ §○ £ãñĉÿ
Apr 10, 2025
2,383
My experience with very annoying commands:

Be careful about chmod'ing recursively. A script I wrote did it before mounting, then somehow the chmod propagated and messed up even sudo. While ChatGPT helped make the system usable with chmod and chown commands, a later recursive chmod of /etc (without enough exceptions, recommended by it to fix brightness buttons) broke the gui. The known good permission restore script failed too.

I backed up the broken system, did a dd restore of the linux partition, and had to boot from a live usb (recovery options), then reinstall grub.

Then I copied my files back (after upgrading back to trixie), and all was well, except for lost time and a slight reduction in SSD lifespan.
 
  • Informative
Reactions: MissAbyss
SleepingClouds

SleepingClouds

⬆️⬆️⬇️⬇️⬅️➡️⬅️➡️🅱️🅰️
Aug 14, 2020
4,248
  • Yay!
Reactions: MissAbyss and EmptyBottle
glitterpvppy

glitterpvppy

Member
Feb 11, 2026
68
Yep the last person to post in this thread wins the Internet! Your prize is a lifetime supply of N.

Gentlepeople start your engines! May the odds be in your favour...
Meow
 
  • Like
Reactions: EmptyBottle
SleepingClouds

SleepingClouds

⬆️⬆️⬇️⬇️⬅️➡️⬅️➡️🅱️🅰️
Aug 14, 2020
4,248
Brandon Scott Jones Reaction GIF by CBS
 
  • Hugs
Reactions: EmptyBottle
hipipo

hipipo

Member
Nov 3, 2025
42
Be careful about chmod'ing recursively
like chmod +x / or chmod -R?




> man chmod
> chmod +x -R /
chmod: changing permissions of '/': Operation not permitted
chmod: changing permissions of '/opt': Operation not permitted
chmod: changing permissions of '/opt/containerd': Operation not permitted
chmod: cannot read directory '/opt/containerd': Permission denied
chmod: changing permissions of '/etc/grub.d': Operation not permitted
chmod: changing permissions of '/etc/grub.d/20_linux_xen': Operation not permitted
chmod: changing permissions of '/etc/grub.d/30_os-prober': Operation not permitted
chmod: changing permissions of '/etc/grub.d/README': Operation not permitted
chmod: changing permissions of '/etc/grub.d/41_custom': Operation not permitted
chmod: changing permissions of '/etc/grub.d/05_debian_theme': Operation not permitted
chmod: changing permissions of '/etc/grub.d/25_bli': Operation not permitted
chmod: changing permissions of '/etc/grub.d/40_custom': Operation not permitted
chmod: changing permissions of '/etc/grub.d/10_linux_zfs': Operation not permitted
chmod: changing permissions of '/etc/grub.d/35_fwupd': Operation not permitted
chmod: changing permissions of '/etc/grub.d/20_memtest86+': Operation not permitted
chmod: changing permissions of '/etc/grub.d/30_uefi-firmware': Operation not permitted
chmod: changing permissions of '/etc/grub.d/00_header': Operation not permitted
chmod: changing permissions of '/etc/grub.d/10_linux': Operation not permitted
chmod: changing permissions of '/etc/profile': Operation not permitted
chmod: changing permissions of '/etc/default': Operation not permitted
chmod: changing permissions of '/etc/default/grub.d': Operation not permitted
chmod: changing permissions of '/etc/default/dbus': Operation not permitted
chmod: changing permissions of '/etc/default/im-config': Operation not permitted
chmod: changing permissions of '/etc/default/keyboard': Operation not permitted
chmod: changing permissions of '/etc/default/amd64-microcode': Operation not permitted
chmod: changing permissions of '/etc/default/lpd': Operation not permitted
chmod: changing permissions of '/etc/default/bridge-utils': Operation not permitted
chmod: changing permissions of '/etc/default/winbind': Operation not permitted
chmod: changing permissions of '/etc/default/docker': Operation not permitted
chmod: changing permissions of '/etc/default/anacron': Operation not permitted
chmod: changing permissions of '/etc/default/cron': Operation not permitted
chmod: changing permissions of '/etc/default/dnsmasq': Operation not permitted
chmod: changing permissions of '/etc/default/ssh': Operation not permitted
chmod: changing permissions of '/etc/default/networkd-dispatcher': Operation not permitted
chmod: changing permissions of '/etc/default/useradd': Operation not permitted
chmod: changing permissions of '/etc/default/grub': Operation not permitted
chmod: changing permissions of '/etc/default/lxc-net': Operation not permitted
chmod: changing permissions of '/etc/default/openvpn': Operation not permitted
chmod: changing permissions of '/etc/default/bluetooth': Operation not permitted
chmod: changing permissions of '/etc/default/sssd': Operation not permitted
chmod: changing permissions of '/etc/default/apport': Operation not permitted
chmod: changing permissions of '/etc/default/smartmontools': Operation not permitted
chmod: changing permissions of '/etc/default/saned': Operation not permitted
chmod: changing permissions of '/etc/default/console-setup': Operation not permitted
chmod: changing permissions of '/etc/default/debsums': Operation not permitted
chmod: changing permissions of '/etc/default/alsa': Operation not permitted
chmod: changing permissions of '/etc/default/sysstat': Operation not permitted
chmod: changing permissions of '/etc/default/netfilter-persistent': Operation not permitted
chmod: changing permissions of '/etc/default/atop': Operation not permitted
chmod: changing permissions of '/etc/default/kerneloops': Operation not permitted
chmod: changing permissions of '/etc/default/ufw': Operation not permitted
chmod: changing permissions of '/etc/default/intel-microcode': Operation not permitted
chmod: changing permissions of '/etc/default/rsync': Operation not permitted
chmod: changing permissions of '/etc/default/lxc': Operation not permitted
chmod: changing permissions of '/etc/containerd': Operation not permitted
chmod: changing permissions of '/etc/containerd/config.toml': Operation not permitted
chmod: changing permissions of '/etc/machine-id': Operation not permitted
chmod: changing permissions of '/etc/libnl-3': Operation not permitted
chmod: changing permissions of '/etc/libnl-3/pktloc': Operation not permitted
chmod: changing permissions of '/etc/libnl-3/classid': Operation not permitted
chmod: changing permissions of '/etc/timidity': Operation not permitted
chmod: changing permissions of '/etc/timidity/fluidr3_gm.cfg': Operation not permitted
chmod: changing permissions of '/etc/timidity/fluidr3_gs.cfg': Operation not permitted
chmod: changing permissions of '/etc/rc3.d': Operation not permitted
...
...

This goes on for a long LONG time haha. will not sudo this command
 
Last edited:
  • Like
  • Informative
Reactions: krsm98, MissAbyss and EmptyBottle
EmptyBottle

EmptyBottle

₩○₩ §○ £ãñĉÿ
Apr 10, 2025
2,383
like chmod +x / or chmod -R?




> man chmod
> chmod +x -R /
chmod: changing permissions of '/': Operation not permitted
chmod: changing permissions of '/opt': Operation not permitted
chmod: changing permissions of '/opt/containerd': Operation not permitted
chmod: cannot read directory '/opt/containerd': Permission denied
chmod: changing permissions of '/etc/grub.d': Operation not permitted
chmod: changing permissions of '/etc/grub.d/20_linux_xen': Operation not permitted
chmod: changing permissions of '/etc/grub.d/30_os-prober': Operation not permitted
chmod: changing permissions of '/etc/grub.d/README': Operation not permitted
chmod: changing permissions of '/etc/grub.d/41_custom': Operation not permitted
chmod: changing permissions of '/etc/grub.d/05_debian_theme': Operation not permitted
chmod: changing permissions of '/etc/grub.d/25_bli': Operation not permitted
chmod: changing permissions of '/etc/grub.d/40_custom': Operation not permitted
chmod: changing permissions of '/etc/grub.d/10_linux_zfs': Operation not permitted
chmod: changing permissions of '/etc/grub.d/35_fwupd': Operation not permitted
chmod: changing permissions of '/etc/grub.d/20_memtest86+': Operation not permitted
chmod: changing permissions of '/etc/grub.d/30_uefi-firmware': Operation not permitted
chmod: changing permissions of '/etc/grub.d/00_header': Operation not permitted
chmod: changing permissions of '/etc/grub.d/10_linux': Operation not permitted
chmod: changing permissions of '/etc/profile': Operation not permitted
chmod: changing permissions of '/etc/default': Operation not permitted
chmod: changing permissions of '/etc/default/grub.d': Operation not permitted
chmod: changing permissions of '/etc/default/dbus': Operation not permitted
chmod: changing permissions of '/etc/default/im-config': Operation not permitted
chmod: changing permissions of '/etc/default/keyboard': Operation not permitted
chmod: changing permissions of '/etc/default/amd64-microcode': Operation not permitted
chmod: changing permissions of '/etc/default/lpd': Operation not permitted
chmod: changing permissions of '/etc/default/bridge-utils': Operation not permitted
chmod: changing permissions of '/etc/default/winbind': Operation not permitted
chmod: changing permissions of '/etc/default/docker': Operation not permitted
chmod: changing permissions of '/etc/default/anacron': Operation not permitted
chmod: changing permissions of '/etc/default/cron': Operation not permitted
chmod: changing permissions of '/etc/default/dnsmasq': Operation not permitted
chmod: changing permissions of '/etc/default/ssh': Operation not permitted
chmod: changing permissions of '/etc/default/networkd-dispatcher': Operation not permitted
chmod: changing permissions of '/etc/default/useradd': Operation not permitted
chmod: changing permissions of '/etc/default/grub': Operation not permitted
chmod: changing permissions of '/etc/default/lxc-net': Operation not permitted
chmod: changing permissions of '/etc/default/openvpn': Operation not permitted
chmod: changing permissions of '/etc/default/bluetooth': Operation not permitted
chmod: changing permissions of '/etc/default/sssd': Operation not permitted
chmod: changing permissions of '/etc/default/apport': Operation not permitted
chmod: changing permissions of '/etc/default/smartmontools': Operation not permitted
chmod: changing permissions of '/etc/default/saned': Operation not permitted
chmod: changing permissions of '/etc/default/console-setup': Operation not permitted
chmod: changing permissions of '/etc/default/debsums': Operation not permitted
chmod: changing permissions of '/etc/default/alsa': Operation not permitted
chmod: changing permissions of '/etc/default/sysstat': Operation not permitted
chmod: changing permissions of '/etc/default/netfilter-persistent': Operation not permitted
chmod: changing permissions of '/etc/default/atop': Operation not permitted
chmod: changing permissions of '/etc/default/kerneloops': Operation not permitted
chmod: changing permissions of '/etc/default/ufw': Operation not permitted
chmod: changing permissions of '/etc/default/intel-microcode': Operation not permitted
chmod: changing permissions of '/etc/default/rsync': Operation not permitted
chmod: changing permissions of '/etc/default/lxc': Operation not permitted
chmod: changing permissions of '/etc/containerd': Operation not permitted
chmod: changing permissions of '/etc/containerd/config.toml': Operation not permitted
chmod: changing permissions of '/etc/machine-id': Operation not permitted
chmod: changing permissions of '/etc/libnl-3': Operation not permitted
chmod: changing permissions of '/etc/libnl-3/pktloc': Operation not permitted
chmod: changing permissions of '/etc/libnl-3/classid': Operation not permitted
chmod: changing permissions of '/etc/timidity': Operation not permitted
chmod: changing permissions of '/etc/timidity/fluidr3_gm.cfg': Operation not permitted
chmod: changing permissions of '/etc/timidity/fluidr3_gs.cfg': Operation not permitted
chmod: changing permissions of '/etc/rc3.d': Operation not permitted
...
...

This goes on for a long LONG time haha. will not sudo this command
indeed (and good, don't make my mistake :3)

Tho now the homefolder's files are executable, so that "chmod +x filename" isn't needed for scripts made there.

it's now solely up to the user(s) of that system to not download untrusted files vs having the system deny double clicking an executable until approved.
 
  • Informative
  • Like
Reactions: hipipo, GlassMoon, krsm98 and 1 other person
SleepingClouds

SleepingClouds

⬆️⬆️⬇️⬇️⬅️➡️⬅️➡️🅱️🅰️
Aug 14, 2020
4,248
Cartoon Spinning GIF
 
  • Like
Reactions: krsm98 and EmptyBottle
EmptyBottle

EmptyBottle

₩○₩ §○ £ãñĉÿ
Apr 10, 2025
2,383
yep, I can see it.

This says that site cache data will be cleared on logout... I'll check the cache size before and after and if it drops, this runs 2.3.7, if not, it runs an older version.

The localstorage didn't clear from a dozen+ entries... but the cache storage was blank before and after logging out, so maybe inconclusive?

Also couldn't test Accept-Language coz hideposts doesn't generate descriptions for URLs
@U. A.

User Agent: XenForo/2.x (https://sanctioned-suicide.net)
Accept-Language wasn't sent
 
  • Informative
Reactions: hipipo
SleepingClouds

SleepingClouds

⬆️⬆️⬇️⬇️⬅️➡️⬅️➡️🅱️🅰️
Aug 14, 2020
4,248
  • Informative
  • Yay!
Reactions: GlassMoon and EmptyBottle
SleepingClouds

SleepingClouds

⬆️⬆️⬇️⬇️⬅️➡️⬅️➡️🅱️🅰️
Aug 14, 2020
4,248
  • Yay!
  • Wow
Reactions: hipipo and EmptyBottle

Similar threads

suicidewristrag
Replies
2
Views
120
Offtopic
roastedpotato5230
roastedpotato5230
CarbonBased
Replies
2
Views
138
Politics & Philosophy
CarbonBased
CarbonBased
The Disqualified
Replies
6
Views
177
Recovery
BlueberrySylv
BlueberrySylv
N
Replies
5
Views
686
Offtopic
Pluto
Pluto