nullnothere
nullnothere

About
- Username
- nullnothere
- Joined
- Visits
- 9,522
- Last Active
- Roles
- Member, OG
- Points
- 753
Comments
-
Walkerservers will happily "resell" a specific Hetzner configuration for you as well - so if you're happy with them, you can pop in a ticket and request for them to order a specific Hetzner configuration and have it ready for you. Tha…
-
(Quote) Clearly that's a typo and applies to #6 instead. But I took the bait and commented (hey it's a legit way to get lucky).
-
@vpsslim - could you post a YABS? Thanks in advance.
-
(Quote) I'm now enlightened. For the not so enlightened, it means my wallet is preparing to get lightened.
-
@xleet - I would suggest you look at whether your devices support WPA2 Enterprise mode. If they do (quite likely for many but I'm a bit wary of embedded devices like Camera's etc.), you can actually have a single SSID (better coverage, sig…
-
Obligatory xkcd https://xkcd.com/910/
-
(Quote) ext4 for the OS and zfs for your VMs (and data).
-
Did you check if you need a special MAC address (quite common across providers) to route the extra public IPv4? I've typically setup pfSense/OPNSense to be on the same public IP bridge (same bridge as that of the host node's internet inte…
-
(Quote) Have you tried adding preferred_lft 0 to the end like: up /sbin/ifconfig ens3 inet6 add 2a0d:xx.xx.xx::d/64 preferred_lft 0 I haven't gotten around to fixing the IPv6 issues/breakage in many of my VMs as yet. Previously, I had to use…
-
(Quote) Exactly. Upgrading a particular ISO is just replacing the file with the newer version. Add/remove ISO's and they're auto read at boot to present the menu. Very convenient. I keep this USB as a sort of handy toolkit for various nee…
-
Just use Ventoy (https://www.ventoy.net/en/index.html) and plonk in whatever ISOs you think are useful to have with you. Things I'd add to your list (depending on your taste, random order): * GRML * Tails * Clonezilla * Arch * Xubuntu or Lubu…
-
Does: grep -oP "(?<=\bFROM=\').*?(?=\')" solve it for you? (I added \b before FROM to signify word boundary and it worked as I think how you'd like it to work - i.e only match FROM and not ENV_FROM). Here's a sample…
-
(Quote) I've not had any troubles (or rather I'm willing to pay the performance penalty to gain the storage advantage of deduping). (Quote) I understand but didn't get what the benefit of this is. Irrespective, the client needs the s…
-
(Quote) Duplicati does something like this (chunk sizes, metadata DB etc.) of course I don't know the specifics of the implementation. (Quote) Asymmetric encryption is quite expensive - so this will have to rely on some form of a master key to…
-
(Quote) Any specifics? How does it compare vs duplicacy vs duplicati? I don't use any of these (borg, see below). (Quote) I'm very curious on your reasons/findings. I'm a heavy borg user and I have literally no complaints (again for …
-
(Quote) @Ympker - Exactly as above. It is only the fly - so you write unencrypted stuff and it actually gets encrypted and saved onto whatever (cloud) end point. (Quote) Yes. Easier than gpg or some other encrypt first and then upload. The only &q…
-
(Quote) I think there are rclone "clones" for Android that give you equivalent functionality. You will of course need to know the password (in case you encrypt). Think of rclone as more of a automation/scriptable tool rather than somethin…
-
Rclone (https://rclone.org/) is something that is extremely useful to have a single unified interface across multiple storage backends.
-
(Quote) What? I'm struggling to buy something that I actually need. How did you develop such powers of resistance?