• 1 Post
  • 183 Comments
Joined 11 months ago
cake
Cake day: January 3rd, 2024

help-circle
  • The first thing I do to, if I need to get the size down, is swap out Gnome for one of the X11 Windows managers, usually XFCE.

    I usually do this by starting from the minimal install and building up, as schizo already suggested.

    That said, I guess I would be remiss if I didn’t point out that Linux Mint is an easy way to get Debian’s core with the XFCE window manager.

    Looks like Mint starts at 3GB - 8GB, depending on options chosen?

    Disclaimer: It’s honestly been awhile since I really paid attention to my own Linux install size, as long as it’s below 40GB.


  • MajorHavoc@programming.devtoLinux@lemmy.mlSlim Down Debian Install
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    17 hours ago

    the live disk won’t find my Wifi

    Oof.

    I’m case it helps: I have solved that problem for myself using a $9.00 USB Wifi dongle.

    For whatever reason (other contributors facing the same issue?), I have found that every cheapo USB Wifi dongle I have tried has worked perfectly with the minimal Linux images.

    I realize I might have just gotten really lucky a bunch of times, but it could be worth a try.








  • You make some great points.

    For anyone having trouble wrapping their head around doing this analysis for themselves, I’ll share mine:

    1. I seriously doubt my personal operational security (OpSec) has kept my own federal government out of my business. I might be one of the few people who could have a chance, but I’m not interested in spending my energy that way.

    I like to think my OpSec has kept foreign governments out of my affairs, but I’m honestly not sure. I know my government’s rules, because I read my local laws. There’s a lot of governments whose rules-of-engagement I don’t even know what are, and I’m confident that some of my “someone could probably” conspiracy theories are science fact somewhere in the world. Guessing which/how/when is a lot harder, than just suspecting/assuming I’ve missed something.

    1. I’m confident that my OpSec is good enough that large corporations know that I exist, but are confused about me. I like it that way because I’m 90% sure they’re colluding to keep my salary lower, and that pisses me off. Thankfully big corporations aren’t motivated to do much more than make it inconvenient for me to evade their net.

    2. I’m less confident about smaller businesses, honestly. Like anyone, I use a local dentist and barber. I didn’t choose my dentist or barber for their Cybersecurity practices.









  • I know a lot of people have Pis set up like this and surely they can’t be administering the whole thing through CLI, right?

    We are, indeed. I use a combination of SSH (for quick stuff), and Ansible for stuff I need to do repeatedly.

    How do I get a similar setup to my Synology such that I can just get a desktop interface in a browser?

    The tool you’re looking for is a ’VNC’ solution. There’s lots of them, and the best ones are free.

    You can enable VNC on your Raspberry Pi through Raspi-Config. You’ll also need a VNC client on each device you want to connect from. Fin linked one above, I think.

    And now some un- requested advice from me:

    You mention running Ubuntu on the Raspberry Pi.

    If you choose Ubuntu, I believe you will encounter many recipes online that will not work, because Ubuntu does not come with various Raspberry Pi specific tools pre-installed, such as raspi-config.

    Raspbian and Ubuntu are extremely similar (this is intentional).

    But I have found:

    • Many Raspberry Pi recipes will not work on Ubuntu, because Ubuntu does not include Pi specific software that is included in Raspbian.
    • Most Ubuntu recipes work perfectly on Raspbian.

    I think the Raspbian software can be added on top of Ubuntu, but I’ve never cared enough about the minor differences to even try.

    The Ubuntu recipes I have found that don’t work on Raspbian also don’t work on Pi hardware at all, until I compile additional tools from source code. (A Raspberry Pi uses an ARM chip, which is cool, but makes it harder install some software that doesn’t support it.)



  • This is great stuff.

    My comment from the peanut gallery today is just that there’s no law that CI/CD can’t be kept under control and run in ten seconds.

    Given the choice between a slow out of control CI/CD mess, or a shell script, I too will take the shell script every time.

    But I am living my best life today, and have a simple shell script in my CI/CD pipeline.