[-] monovergent@lemmy.ml 1 points 1 day ago

What are NCD and MWoG?

[-] monovergent@lemmy.ml 15 points 5 days ago* (last edited 5 days ago)

Well said. LUKS implements AES-256, which is also entrusted by the U.S. government and various other governments to protect data from state and non-state adversaries.

[-] monovergent@lemmy.ml 13 points 5 days ago

Possibly overestimating the value of the data entrusted to me, but whenever I see that xkcd, I like to think that I at least have the option to remain silent and die with dignity if I really don't want the contents of my disk out there.

[-] monovergent@lemmy.ml 1 points 5 days ago

I wish I found a guide like that back when I first made the move to FDE. Regardless, I was adamantly against reinstalling and painstakingly replicating my customizations, so I came up with a hacky way of tacking on FDE.

It went something along the lines of:

  1. Shrinking the root partition as much as possible
  2. From Live CD, dd root partition to external drive
  3. Perform minimal encrypted install of Debian
  4. From Live CD, open LUKS container of the newly-installed Debian and overwrite the root partition within with my old root partition.
  5. Update fstab, crypttab, initramfs, and grub
  6. Cross my fingers and reboot
[-] monovergent@lemmy.ml 4 points 5 days ago

It's been quite a journey:

  • Posting accurate personal info to my Google+ account when I first signed up
  • Signing in to Google on my phone and browser
  • Using an Android phone from eBay of dubious origin
  • Sending confidential info via email
  • Using the same gmail address for everything
  • Signing up for things with my real info when it wasn't necessary
  • Handing out my phone number to loyalty programs
  • Running hacked game APKs without checking for malware
  • Using the User Agent Switcher extension on MS Edge, which was subsequently updated to include an infostealer
  • Using browser extensions of unknown provenance

How to avoid:

  • Ironically, Windows 10 started me on my privacy journey. Microsoft was in my face enough with privacy offenses that I began moving to Linux and investing time into my privacy.
  • Don't post unnecessary info to social media.
  • Never email confidential info.
  • Use a password manager, or at least some organized text file if you have an encrypted disk.
  • FOSS software is more available and user-friendly than ever, always look for a FOSS alternative.
[-] monovergent@lemmy.ml 1 points 5 days ago

Work and networking (people) makes fully ditching Google, Whatsapp, etc. a practical impossibility for me. So I have a laptop, tablet, and phone dedicated to those purposes and nothing else. I check them on a schedule that my colleagues are aware of, at locations I consider safe. Otherwise they are stowed away, out of sight, and out of mind.

172
submitted 5 days ago by monovergent@lemmy.ml to c/linux@lemmy.ml

I was recently intrigued to learn that only half of the respondents to a survey said that they used disk encryption. Android, iOS, macOS, and Windows have been increasingly using encryption by default. On the other hand, while most Linux installers I've encountered include the option to encrypt, it is not selected by default.

Whether it's a test bench, beater laptop, NAS, or daily driver, I encrypt for peace of mind. Whatever I end up doing on my machines, I can be pretty confident my data won't end up in the wrong hands if the drive is stolen or lost and can be erased by simply overwriting the LUKS header. Recovering from an unbootable state or copying files out from an encrypted boot drive only takes a couple more commands compared to an unencrypted setup.

But that's just me and I'm curious to hear what other reasons to encrypt or not to encrypt are out there.

[-] monovergent@lemmy.ml 6 points 6 days ago

The text editor shortcut on my taskbar runs a sort of autosave script in ~/.drafts. I wanted my text editor to function more like the one on my phone so I can just jot down random thoughts without going through the whole ritual of naming and saving. It creates YYYYMMDD_text in ~/.drafts (or YYYYMMDD_text_1 etc. if it already exists) and launches Pluma, which I also have configured to autosave every 10 minutes.

The other thing extends beyond Linux itself a bit. I like to joke that I have the most secure NT 4 / Windows 95 lookalike ever put together. Aside from the encrypted and hardened Debian base (/boot is also encrypted), I was in part inspired by Apple's parts pairing (yikes!). So my coreboot is configured to only accept my boot disk. If it's swapped out or missing, or if I want to boot something else, it will ask for a password. In the unlikely event my machine gets stolen, the thief must at a minimum reflash the BIOS or replace the motherboard to make it useful again. Idk, it amuses me every time I think about it.

70
submitted 1 month ago by monovergent@lemmy.ml to c/linux@lemmy.ml

My laptop has a display resolution of 1366x768. Every now and then, I'll encounter a window whose default height is over 768 and thus won't fit entirely within my screen. The GTK file picker comes to mind, though it is resizable without much fuss. But then there are those that cannot be resized and being unable to move the titlebar further up, I am forced to use Alt+F7 to see what's at the bottom.

I suspect that many programs today are designed to work comfortably on higher resolution displays, but not really tested on smaller ones. Understandably, developers only have so much time and 1366x768 is getting long in the tooth. Just wanted to put this out there since nobody seems to be talking about it.

[-] monovergent@lemmy.ml 39 points 2 months ago

A few years ago, when I cared little about my privacy, I would fancy buying a new car. Thanks to privacy concerns, I became proud to have my old car, which also happens to be highly repairable.

6
submitted 2 months ago by monovergent@lemmy.ml to c/linux@lemmy.ml

Decided to uninstall my display manager and use startx instead. But now when I resume from suspend, the brightness keys cease to work until I log out and back in. Backlight does still respond when echoing into /sys/class/backlight/intel_backlight/brightness. But what kind of magic does a display manager do to keep brightness controls working after suspend and resume?

Using xfce on tty1 on an X230 if it matters.

[-] monovergent@lemmy.ml 19 points 4 months ago

School is where the passion for learning goes to die and the desire to cheat is born

In this day and age, hobbies are the last bastions of passion and curiosity. One who is engaged in a hobby is intrinsically motivated to learn and apply what has been learned in novel ways, just as the scholars of old have done. School, reviled by many a student, has earned its reputation by perverting the concept of learning and exploiting students' passions. The desire to cheat is most unnatural among students, a telltale sign that one's passion and curiosity for the topic at hand has been extinguished, replaced with a desire to rid oneself of a burden, the burden of learning only for the sake of becoming learned.

[-] monovergent@lemmy.ml 33 points 4 months ago

Makes me wonder how far the closest alternative, glim, could be upgraded to match Ventoy given the confines of GRUB.

Someone had mentioned that Fedora fails to verify when booting from Ventoy. Now I'm thinking if I could dd the media loaded via Ventoy and compare with an original copy to see what changed.

64
submitted 4 months ago by monovergent@lemmy.ml to c/linux@lemmy.ml

I like my Linux installs heavily customized and security hardened, to the extent that copying over /home won't cut it, but not so much that it breaks when updating Debian. Whenever someone mentions reinstalling Linux, I am instinctively nervous thinking about the work it would take for me to get from a vanilla install to my current configuration.

It started a couple of years ago, when dreading the work of configuring Debian to my taste on a new laptop, I decided to instead just shrink my existing install to match the new laptop's drive and dd it over. I later made a VM from my install, stripped out personal files and obvious junk, and condensed it to a 30 GB raw disk image, which I then deployed on the rest of my machines.

That was still a bit too janky, so once my configuration and installed packages stabilized, I bit the bullet, spun up a new VM, and painstakingly replicated my configuration from a fresh copy of Debian. I finished with a 24 GB raw disk image, which I can now deploy as a "fresh" yet pre-configured install, whether to prepare new machines, make new VMs, fix broken installs, or just because I want to.

All that needs to be done after dd'ing the image to a new disk is:

  • Some machines: boot grubx64.efi/shimx64.efi from Ventoy and "bless" the new install with grub-install and update-grub
  • Reencrypt LUKS root partition with new password
  • Configure user and GRUB passwords
  • Set hostname
  • Install updates and drivers as needed
  • Configure for high DPI if needed

I'm interested to hear if any of you have a similar workflow or any feedback on mine.

35
submitted 5 months ago by monovergent@lemmy.ml to c/privacy@lemmy.ml

Been using searx.be for a bit now and they had many results in Dutch and German, which can be expected for a site based in Belgium. But does anyone notice an influx of results in Russian? Did they change the server location or are users in Russia catching on to it? Yandex isn't toggled on in the settings either.

Not trying to judge security by language. I just kinda liked having results in a mix of languages I could read.

100
submitted 5 months ago by monovergent@lemmy.ml to c/privacy@lemmy.ml

Banking apps seem to be a motif among things that don't play well with privacy ROMs. My bank's website does everything I could want out of it. I think I might be ignorant to something.

  • What about banking apps is especially compelling?
  • How often do banks put must-have features behind an app?
  • And should I be concerned that banks might move away from offering services through browsers?
[-] monovergent@lemmy.ml 28 points 5 months ago

IMF: Imperialist Monetary Fund

57
submitted 5 months ago* (last edited 5 months ago) by monovergent@lemmy.ml to c/degoogle@lemmy.ml

I'm about to degoogle my stock Android phone. For the past few years, I've used it to handle the non-open source apps that I don't want running on my main phone. As I've finally weaned off GApps, I realize that I might as well go degoogle the rom as well.

edit: to be clear, I'll be using sandboxed Play services on GOS

But since that phone is my compatibility guinea pig, is it likely I'll still run into an app that demands unmodded Android with no alternatives? In your experience, has any bank or other service required the app on regular Android, with no alternative for the desktop, browser, etc?

67
submitted 6 months ago* (last edited 6 months ago) by monovergent@lemmy.ml to c/linux@lemmy.ml

As I understand it, X11 has many inherent security concerns, including programs being able to read the contents of other windows and intercept keystrokes. Wayland addresses these concerns but at the moment breaks certain functions like screen readers, cursor warping, and the ability of a program to resize its own window.

I am curious as to how the display protocols of MacOS and Windows handle these situations differently. How does a program in those operating systems gain permission to read the contents of other windows, if at all? What is to be done in Wayland for these functions to be more seamless or are there inherent obstacles?

view more: next ›

monovergent

joined 1 year ago