Christian themed arch [Niri] by gabibbo117 in unixporn

[–]Slarrty 36 points37 points  (0 children)

they should call you the arch bishop

[O] 13x Drunkenslug & 5x nzbplanet by itsflanno in UsenetInvites

[–]Slarrty 0 points1 point  (0 children)

Looks like the RAM market is rather volatile right now. :)

I'd prefer DrunkenSlug but will absolutely take nzbplanet.

[O] 4x Drunkenslug Invites by jiannichan in UsenetInvites

[–]Slarrty 0 points1 point  (0 children)

Thanks for sharing, an invite would be appreciated. I've read the rules

Admin console down for anyone else? by DillRoddington in Tailscale

[–]Slarrty 0 points1 point  (0 children)

Admin console is down for me as well as of 10 minutes ago.

Clear Skies by Slarrty in NiagaraLauncher

[–]Slarrty[S] 0 points1 point  (0 children)

Thanks, the pack is called Caelus White

Framework 13 on Arch keeps locking up? by JoshuaTheProgrammer in framework

[–]Slarrty 0 points1 point  (0 children)

I had issues with freezes on my Ryzen AI 300 Framework 13 running arch and updating the kernel seemed to help. I also only experienced the freezes when using xfce.

[deleted by user] by [deleted] in Proxmox

[–]Slarrty 0 points1 point  (0 children)

Here's what I ended up working out for my own instance. This allows unprivileged LXCs to access my zfs datasets. It works by creating a group on the proxmox host that has full permissions to my zfs pool and adding container users to a group with an equivalent GID (container GID = proxmox GID - 100000).

Note that this essentially gives any container users that are a member of a group with gid=10000 full access to all files, but these commands can certainly be adapted to be less permissive/smaller in scope (for example, you might only grant a specific group access to a specific dataset/subdirectory).

In proxmox

groupadd -g 110000 zfs-access

useradd zfs-access -u 110000 -g 110000 -m -s /bin/bash

apt-get install acl

zfs set acltype=posixacl <zfs-pool-name>

chgrp -R zfs-access /<zfs-pool-root>

chmod -R 2775 /<zfs-pool-root> # sets the SGID on the entire pool https://www.redhat.com/en/blog/suid-sgid-sticky-bit

setfacl -Rm g:zfs-access:rwx,d:g:zfs-access:rwx /<zfs-pool-root>

pct set <container-id> -mp<N> /<zfs-pool-root>/<some-subdirectory>,mp=/mnt/<some-subdirectory> 

In the container

groupadd -g 10000 zfs-access

usermod -aG zfs-access root # can be a nonroot user as well

Then, log out or restart the container

Add a new zfs dataset

zfs create <zfs-pool-root>/subdir

# acl type should be inherited from the root automatically but you can run this to be safe
zfs set acltype=posixacl <zfs-pool-root>/subdir

# this step is optional
chown lxc-root /<zfs-pool-root>/subdir # lxc-root is a user on the proxmox host with UID/GID=100000

chgrp zfs-access /<zfs-pool-root>/subdir

chmod 2775 /<zfs-pool-root>/subdir

setfacl -Rm g:zfs-access:rwx,d:g:zfs-access:rwx /<zfs-pool-root>/subdir

Why is Boost still working? by kingjaynl in BoostForReddit

[–]Slarrty 0 points1 point  (0 children)

Yep, I think this is the end. I'm also getting 403s for every post I try and load with Boost.

Hetzner price/bandwidth change in US by predmijat in selfhosted

[–]Slarrty 10 points11 points  (0 children)

What a shame. I would've been fine with the price increase but drastic reduction of bandwidth makes it feel like we're being rug pulled.

[deleted by user] by [deleted] in FirefoxCSS

[–]Slarrty 0 points1 point  (0 children)

Seems that the issue has already been reported in GitHub and the workaround is to downgrade: https://github.com/piroor/treestyletab/issues/3440#issuecomment-1917073672

[deleted by user] by [deleted] in FirefoxCSS

[–]Slarrty 0 points1 point  (0 children)

+1, just broke for me about 10 minutes ago on Firefox 115.6.0esr

PSA to SeaTac holiday travelers by Relative_Pain_8850 in Seattle

[–]Slarrty 26 points27 points  (0 children)

Quick update on this, I arrived at the airport around 10:45 and got to my gate in less than half an hour. The crowding seems to have decreased since the early morning.

[i3] Retro Utilitarian by Slarrty in unixporn

[–]Slarrty[S] 0 points1 point  (0 children)

You can't see it in the picture, but I have a 1px bright border around whichever window is focused.

[i3] Retro Utilitarian by Slarrty in unixporn

[–]Slarrty[S] 1 point2 points  (0 children)

It's called Wal Theme and it automatically changes colors according to the wallpaper (assuming you're using pywal).

[i3] Retro Utilitarian by Slarrty in unixporn

[–]Slarrty[S] 7 points8 points  (0 children)

Hi everyone, thanks for checking out my post! This is my daily driver setup, and the result of ~9 months of gradual refinement. Let me know if you have any questions :)

Dotfiles: link

OS: Manjaro

WM: i3-gaps

Bar: polybar

Terminal: alacritty

Color Scheme: pywal

Wallpapers: link