• 2 Posts
  • 180 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • I came to suggest HGST but apparently I’ve been living under a rock, it’s been sold to WD over a decade ago. And yes, I know Hitachi is not European. Brand name is still around and the drives seem to be pretty decent, but they (too) are owned by US company and manufactured in China/Thailand.




  • Delete windows partition with your preferred tool and update-grub should remove the item from boot menu. Then, depending on your partitioning schema, you can either create a new partition in the empty space and mount it however you like or expand your existing linux partition, but options there depend on how your partitioning has been originally built and if you can leverage things like LVM or ZFS when expanding the usable storage.

    And, while pretty obvious, make sure to only delete the correct partition and all data stored on that will be lost, so make sure you don’t have anything important on windows side of things.


  • Majority of the data (video) is already compressed as MPEG-2 so I’d think it doesn’t compress very well. But if you don’t have enough storage it’s always an option to re-encode video with something more modern and achieve smaller file sizes from that. But that also removes at least DVD menu and other ‘format dependent’ options.


  • IsoKiero@sopuli.xyztoLinux@lemmy.mlHow to backup around 200 DVD
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    1 month ago

    That would get you an exact copy of the disk with everything on it. And also, while 200 DVDs sounded a lot, it’s “only” 860GB (assuming 4,3GB/disk which I think is the most common for movies), so it’s not stupidly expensive either. Obviously you’ll want a RAID setup and most likely backups for that, so it’s more than just a single 1TB drive, but still quite manageable.






  • IsoKiero@sopuli.xyztoBuy European@feddit.ukMy idea
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 months ago

    MAFN (Make America Finish Now)

    As a Finn, no thank you. You’re free to visit and study on how actual democracy works (with it’s flaws obviously) and implement it on your side of the pond however you see fit. Maybe even get our government involved to send some ambassadors to help you with that. But that’s it, we’re quite happy as we are.


  • That’s pretty much it. At first you get slapped on the wrist and if you just treat it as a cost of doing business without any changes you’ll soon find out that it’s not a one time fee, nor that it stays the same. I think with GPDR the maximum (one time) fee was up to 10% of companys turnover (not gross profit). With Apples ~390 billion revenue that would roughly round up to 40 billion per fine.

    And even if you have endless supply of money there’s still options to shut the whole business down if it’s deemed illegal. It might be a damn slow process, but if you just stubbornly try to fight it with lawyers and money it just doesn’t work.


  • In our company we (at least IT department) get to choose our own bags (within reason). I have some generic lenovo backpack they had laying around when I started and it’s decent enough. Maybe a bit smaller side on what I’d like, but it carries my laptop, headset, random cables, power supply, notepad and stuff like that just fine. And it doesn’t have any kind of visible logo on it at all, unless you count the Think® colour scheme on zipper tabs.

    And it’s also a security thing. Should someone steal my backpack it does not have any logos to pinpoint which company it belongs unless I’ve left my lanyard in the pocket with my rfid-tag. And of course if you open the laptop it has AD forest name on there, so it’s pretty trivial to figure out, but at least I’m not advertising ‘steal my things if you want access to this company’ everywhere.



  • IsoKiero@sopuli.xyztoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    3
    ·
    2 months ago

    I have absolutely zero experience on pacman, but I could argue the very same with dpkg/apt with the same arguments. The Debian kind, not the abomination Ubuntu ships with today.

    as far as i know apt and dnf have no equivalent easy redo all

    It’s similarily possible (dpkg --get-selections, some sed/cut/awk wizardry to cut unnecessary stuff from the output, xargs to apt install --reinstall on that and you should be good to go, maybe there’s even a simpler way to achieve that) with Debian.

    But that’s just me. I’ve been with Debian for quite a while. Potato was released 2000, but I think I got my hands on it 2001/2002 and I’ve been a happy user since. And even if I’ve worked with pretty much any major distribution (RHEL, CentOS, SuSe, Ubuntu and even Slackware back in the day) around I still prefer Debian because that’s what I know and learned over the years on how to fix things if something goes sideways.


  • In case you’re not aware: Back in the day Ubuntu took off because Debian was maybe a bit too strict on their approach on being stable and rock solid for quite a few of different architectures. There was a time when you could just edit few files and migrate a running system from Debian to Ubuntu, just with way more up-to-date software packages and that’s about the time frame I moved from Debian to Ubuntu too. For quite a few years it was pretty smooth, updates just worked, software versions were up to date and the general experience was more polished than what you could get from Debian at the time.

    But that ship has sailed. Ubuntu changes stuff so frequently that the package maintainers can just barely keep up, snapcraft is a steaming pile of shit in my opinion and the stability is faint ghost on what it used to be. Maybe becuse it’s not that compatible with Debian anymore and thus can’t benefit from the original source, maybe for some other reason.

    Whatever the case might be, running ubuntu gives you an ubuntu experience, which is very much not the same than debian experience. If you want more streamlined distribution I’d recommend Mint (Debian edition), if you want the rock solid system but with less refined experience where you might need to tweak thing or two manually then go with Debian.

    And, mostly for the nitpicking commenters, I know, I grossly simplified things around and cut some corners. I know it’s not as black and white comparison. This is just my generic experience over quite a few years with Linux on Desktop.




  • I totally agree. Setting up an email server is pretty trivial, but setting up a good email server with long lifespan and managing it is another matter. I absolutely recommend doing that, that’s the one front we can take back from the giants if enough people decide to go that route, but it’s not something you should just spin up by following a random youtube tutorial and leave it be.

    I do host my own emails, but I’ve been doing that commercially too for a decade or so and make my living as system administrator, so I’ve cut my teeth on this quite a while ago. You need to understand quite a few things, set up backups, clear your IP from various blocklists every now and then, manage the ever growing spam problem, make sure that no malicious actors can access your systems and so on.

    It is very much doable and at least I personally enjoy the freedom I have for not relying on anyone else on my communications. Go for it, but be prepared to jump in to the deep end without floats.