• 2 Posts
  • 330 Comments
Joined 2 years ago
cake
Cake day: December 20th, 2023

help-circle
  • yt-dlp is amazing, but not everyone likes to use CLI tools (and, looking down the thread, not everyone prefers native packets as they may cause dependency issues and need extra tools for permissions control).

    Even in a geeky Linux space, many people just want to push a button in a nice interface and get what they want. This app provides just that.

    Abandon elitism, embrace variety. And use the tools you prefer - after all, plenty of Linux video/music downloaders have yt-dlp under the hood, and I use it on a regular.







  • No worries, answer anytime :)

    Since LXC works on top of the Linux kernel, anything that works with it can be easily used as an image. For example, you can just throw any distribution .iso into it, and it will handle it as a container image. Proxmox does all the interim magic.

    Say, you want to make a container with programs running on Debian. You take the regular Debian .iso, the one you use to install Debian on bare metal or VM, feed it to Proxmox and tell it to make an LXC container out of it. You specify various parameters (for example, RAM quotas) and boom, you got a Debian LXC container.

    Then you operate this container as a regular Debian installation: you can SSH/VNC into it and go from there. After you’ve done setting everything up, you can just use it, or export it and use somewhere else as well.


  • Proxmox can work with VMs and LXC containers.

    When you need to always have resources reserved specifically for a given task, VMs are very handy. VM will always have access to the resources it needs, and can be used with any OS and any piece of software without any preparations and special images. Proxmox manages VMs in an efficient way, ensuring near-native performance.

    When you want to run service in parallel with other with minimal resource usage on idle, you go with containers.

    LXC containers are very efficient, more so than Docker, but limited to Linux images and software, as they share the kernel with the host. Proxmox allows you to manage LXC containers in a very straightforward way, as if they were standalone installations, while at the same time maintaining the rest behind the scenes.


  • What exactly is proxmox?

    In layman terms, it’s a Debian-based distro that makes managing your virtual machines and lxc containers easier. Thanks to an advanced virtual interface, you can set up most things graphically, monitor and control your VMs and containers at a glance, and just generally take the pain away from managing it all.

    It’s just so much better when you see everything important straight away.








  • The expenses are mostly upfront though. I’ve spent like $400 on a relatively fancy NAS and two 3TB WD Red CMR drives five years ago, and since then, there was that.

    Of course, depending on your use case, there could be extra expenses as well, some of them recurring:

    • Bigger drives
    • Backup storage (I already had a place I could back up to)
    • Domain name and DNS records (if you expose it to the public Web with a URL; you can otherwise just use a VPN tunnel to access NAS from outside the home network, which is free unless you do anything fancy)
    • Some kind of paid software (if you don’t enjoy the perfectly good collection of open-source apps)
    • Etc.

    Now, for the streaming alternative:

    • Netflix Standard: $18/mo
    • Spotify: $12/mo
    • Total: $30/mo, or $360/yr. Just these two services alone.

    Your NAS system will pay off in a little over a year (maybe two years if you go all in with huge drives, fancy NAS configs, extra expenses here and there), and it’s smooth sailing from there.

    My unit works for 5 years already with no maintenance, is still fully supported by the manufacturer, and I don’t expect to replace it in a few more years.



  • People don’t crave the system, they rather come to places that are advertised to them.

    What they crave is:

    • Easy onboarding without figuring out what is an “instance” (a concept entirely unknown to them), and which instances are good vs bad for them;
    • A trusted place that won’t become unavailable or buggy because an admin is performing an update or screwed something up or decided they don’t want to do this anymore;
    • Some sort of algorithm to filter out crap out of their feed (not having any algorithm is often not good);
    • Having their favorite creators and friends on the platform (which, again, boils out to advertising for a large part);

    etc.

    Fediverse as a whole and Mastodon in particular is yet to answer to a lot of these challenges.