- 0 Posts
- 13 Comments
qwerty@discuss.tchncs.deto Selfhosted@lemmy.world•finally got static IP from a new ISPEnglish6·3 months agoImo they should have kept the ipv4 format but instead of maxing out at 255.255.255.255 make it 65535.65535.65535.65535 this aproach makes the address pool more than 4000000000 times larger and is backward compatible with ipv4 so it could be a drop in replacement for most things. And if we ever do end up running out of over quintilion (18446744073709551616) ips we can just keep going up, to 4294967295.4294967295.4294967295.4294967295.
qwerty@discuss.tchncs.deto Selfhosted@lemmy.world•finally got static IP from a new ISPEnglish8·3 months agoAll the shortening rules trip me up. I’d much rather work with addresses with standardized number of hextets and ideally the same number of digits than not have to type a few zeros.
all of these are the same address: 2041:0000:0001:0000:0000:0000:875B:131B 2041:0000:0001::875B:131B 2041:0:0001::875B:131B 2041:0000:1:0000:0000:0000:875B:131B 2041::0001:0000:0000:0000:875B:131B 2041::1:0000:0000:0000:875B:131B 2041::0001:0:0:0:875B:131B 2041:0:1::875B:131B 2041:0:1:0:0:0:875B:131B 2041:0000:1:0000:0000:0000:875B:131B 2041:0000:01:000:00:0:875B:131B 2041:00:1::0:875B:131B
qwerty@discuss.tchncs.deto Selfhosted@lemmy.world•Quickly transferring files between PC and phoneEnglish7·5 months agoCheck if your cable has data lanes, some cables don’t have them and can only be used for charging. Tap the charging notification and check if you can change it to file transfer.
qwerty@discuss.tchncs.deto Selfhosted@lemmy.world•Quickly transferring files between PC and phoneEnglish7·6 months agoA cable
qwerty@discuss.tchncs.deto Linux@lemmy.ml•KDE's New Distro: Btrfs-Based, Immutable Linux OS, with Flatpak and Snap343·9 months agoSo you’re telling me that if snaps take off and become a standard there’s a good chance I’ll have to use them just to get my drivers? Now I hate them even more!
Pendrive for the important stuff, paper for the really important stuff and brain for everything else.
qwerty@discuss.tchncs.deto Linux@lemmy.ml•What's the best light desktop env to install in a Linux distro?72·1 year agoKDE plasma. From my experience it uses less resources than lxqt and xfce and works out of the box while lxqt and xfce required extra work to get wifi, screen brightness controls and audio working. I can have 10+ tabs in a chromium based browser open without lag on an old laptop with 2GB ram and 1.33 - 1.83GHz 4 core intel atom from 10 years ago.
qwerty@discuss.tchncs.deto Linux@lemmy.ml•I just switched to Pop OS, any tips on what I should do next?10·1 year agoInstall KDE.
A gui app that lets you:
- symmetrically encrypt and decrypt text and files with AES-256 and without any weird formating that would make it incompatible with openssl.
- generate (without writing to file) RSA-(2048-4096) keys and asymmetrically encrypt, decrypt, sign and verify text and files.
It should be simple without any advanced options or storing any data or credentials or saving anything without asking the user. For example;
For symmetric text:
- 3 text boxes, 1 for input, 1 for output, 1 for password, encrypt/decrypt radio, 1 button.
For symmetric file:
- file picker, 1 password text box, encrypt/decrypt radio, 1 button
For asymmetric generation:
- 2 text boxes, 1 for priv key, 1 for pub key, 1 button.
For asymmetric text:
- 3 text boxes, 1 for input, 1 for output, 1 for priv/pub key, encrypt/decrypt/sign/verify radio, 1 button
For asymmetric file:
- file picker, 1 priv/pub key text box, encrypt/decrypt/sign/verify radio, 1 button
qwerty@discuss.tchncs.deto Technology@lemmy.ml•Windows 11 24H2 will enable BitLocker encryption for everyone — happens on both clean installs and reinstalls3·1 year agoI updated my BIOS few days ago and on reboot got a warning about bitlocker and resetting fTPM, but I’m on linux. I dumped luks headers, and master priv keys before resetting just in case but everything worked as usual. Do you know if I just got lucky or if luks dosn’t use TPM? Should I hold on to the luks headers and master priv key backup?
It just works.