- Joined
- Sep 13, 2018
I already follow them.then you need to adjust it to stop recommending slop.
subscribing to mental outlaw and brian lunduke and watching a few of their videos should fix that.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I already follow them.then you need to adjust it to stop recommending slop.
subscribing to mental outlaw and brian lunduke and watching a few of their videos should fix that.
First-party Rust support
All our utilities are written in Rust, which means we have everything needed for Rust built right in.
Each administrative action will be accompanied with a graphic ASCII art depiction of a furry rape scene using AAlib
Hey is there a way to prioritize reads over writes? Like I have 4 14tb drives in a mergerfs pool that all my media is on, but if I'm transferring new content to the same drive that jellyfin is trying to read from then Jellyfin gets really slow and unresponsive. Would something like an xfs filesystem help, or some setting I can change?
Everything is removable, provided you have a hot air rework station.View attachment 6718145
Even wireless amongst the normal soldered-on IO is usually removable too
systemd-resolved is a total pile of unmitigated bullshit, and I there's no way I would ever use it for anything. dnsmasq is capable of doing everything you want, and is probably one of the most stable pieces of software I've used over the last decade or so, and I would probably just stick to using it unless I had a really good reason to do otherwise.is it possible to configure dnsmasq to run alongside systemd-resolved so that resolved handles all internal dns resolution and server appliances and docker images, while dnsmasq can be set up as the primary dns for my network so that clients that want to access something from my server using it's external url will talk to it directly instead of bouncing it through my router/modem first, without having to resort to a hosts file which is a pain for guest devices and portables used outside the network.
right now i have systemd-resolved disabled and using dnsmasq, but it keeps crashing when i get a network interruption (possibly because sonarr and radarr is pounding it so i did raise what is hopefully the limit it's hitting), and my management interface cockpit has a hard dependency on systemd-resolved which is difficult to work around.
though it's problably moot as i don't know exactly what steps I did to get this configuration, and may no be able to undo it.
it may be unmitigated bullshit, but it's unmitigated bullshit that is tightly integrated into Ubuntu and Fedora and it's more pain then it's worth to disable core system functions just because you want to install an app solely for use by other clients on the network.systemd-resolved is a total pile of unmitigated bullshit, and I there's no way I would ever use it for anything. dnsmasq is capable of doing everything you want, and is probably one of the most stable pieces of software I've used over the last decade or so, and I would probably just stick to using it unless I had a really good reason to do otherwise.
Can you post logs and what version you're using? It might be easier to fix it (and I've spent time looking at the internals of dnsmasq), so I might be able to help. What exactly happens?
amuhammed@t480:~$ sudo cryptsetup luksFormat /dev/sdd
WARNING: Device /dev/sdd already contains a 'isw_raid_member' superblock signature.
WARNING: Device /dev/sdd already contains a 'PMBR' partition signature.
WARNING!
========
This will overwrite data on /dev/sdd irrevocably.
Are you sure? (Type 'yes' in capital letters): yes
Operation aborted.
These are the same people that made rm -Rf / require a --i-am-not-a-moron flag.Now, it only took me about ten seconds to figure out what I did wrong here, but I'm sorry, you can't justify this logic.
It would have been trivial for the guy who wrote this code to instead print 'Operation aborted- you typed '$input' not 'YES'. But then you wouldn't be able to jerk off to the thought of all the people copy and pasting this output into forums for decades into the future.Code:amuhammed@t480:~$ sudo cryptsetup luksFormat /dev/sdd WARNING: Device /dev/sdd already contains a 'isw_raid_member' superblock signature. WARNING: Device /dev/sdd already contains a 'PMBR' partition signature. WARNING! ======== This will overwrite data on /dev/sdd irrevocably. Are you sure? (Type 'yes' in capital letters): yes Operation aborted.
to be fair it was pretty clear it was expecting YESNow, it only took me about ten seconds to figure out what I did wrong here, but I'm sorry, you can't justify this logic.
It would have been trivial for the guy who wrote this code to instead print 'Operation aborted- you typed '$input' not 'YES'. But then you wouldn't be able to jerk off to the thought of all the people copy and pasting this output into forums for decades into the future.Code:amuhammed@t480:~$ sudo cryptsetup luksFormat /dev/sdd WARNING: Device /dev/sdd already contains a 'isw_raid_member' superblock signature. WARNING: Device /dev/sdd already contains a 'PMBR' partition signature. WARNING! ======== This will overwrite data on /dev/sdd irrevocably. Are you sure? (Type 'yes' in capital letters): yes Operation aborted.
NO because I already typed the original command and shouldn't have to waste time re-re-reading stupid bullshit prompting me to type 'yEs I rEaLyDO!!!1'. An extra step which would not under any circumstances prompt me to go back to the man page and re-check the original command I deliberately typed because I intended to run it. It should just accept literally anything that begins with 'y' or 'Y'. It's like the bullshit in the AWS web console that makes you copy and paste random shit like 'permanently delete' into the confirmation box, rather than just having 'yes' and 'no' buttons for dangerous operations.to be fair it was pretty clear it was expecting YES
The command appears to format you drive. It's probably the only reason why you haven't suffered massive data loss for not reading the warnings on commands that you mistyped or did something you weren't expecting.NO because I already typed the original command and shouldn't have to waste time re-re-reading stupid bullshit prompting me to type 'yEs I rEaLyDO!!!1'. An extra step which would not under any circumstances prompt me to go back to the man page and re-check the original command I deliberately typed because I intended to run it. It should just accept literally anything that begins with 'y' or 'Y'. It's like the bullshit in the AWS web console that makes you copy and paste random shit like 'permanently delete' into the confirmation box, rather than just having 'yes' and 'no' buttons for dangerous operations.
If only there were some way to tell the computer "Hey, I know this is a dangerous command, I want to run it as an admin."The command appears to format you drive. It's probably the only reason why you haven't suffered massive data loss for not reading the warnings on commands that you mistyped or did something you weren't expecting.
Entirely disagree. Have you ever run a command that formats a partition like mkfs.ext2 or mkfs.msdos? They don't provide any warnings and tell you to cross your toes upside down and rewrite the command in mixed case with Oxford commas, because, when you're running them, you check what you were typing before hitting enter. Of course, the original 'mkfs' commands on Unix v1 didn't prompt you to confirm that you really meant what you typed, so it's traditional (and thus inherently good) not to ask the user again.The command appears to format you drive. It's probably the only reason why you haven't suffered massive data loss for not reading the warnings on commands that you mistyped or did something you weren't expecting.
Really quit? [yn] (n)
Lots of talk about Rust in the thread lately. Don't miss this release from a few days ago. It will change your life!There was a real-life RIIR last year:
There's a real project to rewrite rm (and other core utilities):Lots of talk about Rust in the thread lately. Don't miss this release from a few days ago. It will change your life!
https://github.com/acidvegas/rust-rm
Run wipefs -af on the device first then. The warning is reasonable.NO because I already typed the original command and shouldn't have to waste time re-re-reading stupid bullshit prompting me to type 'yEs I rEaLyDO!!!1'. An extra step which would not under any circumstances prompt me to go back to the man page and re-check the original command I deliberately typed because I intended to run it. It should just accept literally anything that begins with 'y' or 'Y'. It's like the bullshit in the AWS web console that makes you copy and paste random shit like 'permanently delete' into the confirmation box, rather than just having 'yes' and 'no' buttons for dangerous operations.