• 0 Posts
  • 76 Comments
Joined 3 years ago
cake
Cake day: June 15th, 2023

help-circle



  • It depends how your boot is setup

    If you intially get the uefi boot (usually black screen) then try to search “removing entries from uefi boot in Linux”

    If you directly get colorful screen then it could be grub and in this case u search for grub instead of uefi

    But it also could be something else that is neither grub nor uefi, you really need to find out first what is your bootloader






  • Why not give Gentoo a try?

    It natively require you to compile the kernel which is perfect because you get to drop all the drivers and features you don’t need.

    Gentoo package manager also compile every package in the system which is very slow but it gives you lot of control over what features you want from each package. You’re no longer required to install X server just because one package provide GUI support.

    End result is less memory for kernel and less memory for most other apps. 256 should be doable but just to be sure try running “sysrescuecd” which is based on gentoo. first to see if it would work






  • Regarding VPN being slow, two possibilities here:

    1. They analyze internet packets, detect VPN connections and deliberately throttle them.
    2. They just slow down anything that is not a common protocol (not http, https, ftp, …) that would make other things like torrent or even ssh session to be also equally slow.

    If it is the first possibility, I know that OpenVPN with static key tend to be very difficult to detect if not impossible. Its also a bit faster but it has its cons that I encourage you to read about.

    If it is the second possibility then you need to disguise your VPN traffic as https. I know its doable but I am fuzzy on the details.


  • I have started with Mandrake (later renamed to Mandriva) then went through few other distros before settling on Gentoo.

    Gentoo installation is one of the most complicated because there is no installer, you do everything yourself.

    This is like buying car parts and assembling them together into a car using a manufacturer’s manual. its painful but once the car is assembled you almost never have to take it to a repair shop. Not because it doesn’t breakdown but because you know well how it function and thus how to fix it yourself.





  • if I’m not mistaken the systemd PR implementing the birthdate change is closed wihout the code being merged. For now. it was merged and another pull request was created to revert that change. that pull request was closed.

    To be clear the code went into the repo

    Think of the boiling frog metaphore.

    You’re saying - if I get you right - that if we let systemd add birthdate field today, tomorrow or after tomorrow we won’t revolt if we have to upload an ID to install an OS.

    I respectfully disagree. I have a clear red line which is “don’t force me to do stuff”.

    You want to add an optional field? I couldn’t care less.

    You want me to input my valid birthdate or I can’t use your system. That’s when I revolt.