Demagogarule
Demagogarule
Isn’t it quite common to have /boot on an unencrypted partition?
Wow. I’ve been using dd for years and I’d consider myself on the more experienced end of the Linux user base. I’ll use cp from now on. Great link.
Yeah. I’ve no need to change to anything else. pf/OPNsense 4life.
How would the update affect stuff like a GoCryptFS volume which I mount and use periodically but not all the time? Would those files be processed much faster than previously?
PfSense and OPNsense are both killer router “out of the box” distros built on BSD. I say this as a Linux user, with little interest in running BSD for my applications, but… Respect to BSD. ✊
ZFS kicks arse. It’s worth learning enough to get a basic array going, with a couple of datasets and encryption. Once you get acquainted with that, you’ll be using it for years to come.
It happens in the UK too.
Use an old Pi 3B for running zigbee2mqtt on docker.
I used to run just the Linux version of it but decided to install docker on the Pi so it’s as easy as doing docker-compose pull
to update it.
This is so I can control my various lights and switches using Home Assistant.
I use a Topping DX1 DAC with Fedora for sending sound to my soundbar. It’s great.
Yeah. I don’t know of an extension. I think you could create an extra Firefox profile and run two versions of Firefox (home and work) at once on the home PC. That might be a compromise that works?
Hmm. I wouldn’t risk it, personally. I bet the data that syncs can be quite specific. Have you looked for an extension that can just do tab syncing?
Heh. Maybe he’s doing high-end closeting.
AntennaPod. The developers seem to have kept it to a very simple remit of just doing podcasts and doing it well.
And the ASRock Deskmini range. I’m currently using one with an older Kaby Lake i7 as my Docker host.
Ooh. I did not know about vscodium! I’ve removed vscode and installed it on my Mac. Thanks.
Some good answers here. Thanks.
You could (carefully) run a dd command to blast the partition data off the drive, in Linux or any Unix based system.
Let’s say your drive was recognised as /dev/sdc when you plugged it in.
First, make sure it’s unmounted:
Then blast a gigabyte of zeros over the partition information: 2. sudo dd if=/dev/zero of=/dev/sdc bs=1G count=1
The partition information is usually stored on the very first couple of megabytes on the drive, so blasting a gig’s worth of zeros linearly onto it should make it show up as an empty device next time you unplug and plug it in.
Just use a $5 USB-C to 3.5mm DAC?