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.
- 0 Posts
- 76 Comments
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.xyzto Linux@lemmy.ml•Looking for a distro that creates users on first boot after installationEnglish5·9 days agoAh, you’re correct. I somehow misunderstood the assignment, OEM installation is a bit different and I don’t think there’s a Debian version of that readily available. You could of course write scripts to manage that, but that’s a quite a bit more difficult than just set up preseed for the installer. Or you could just include instructions on how to set up your accounts afterwards, but that’s not the same either.
IsoKiero@sopuli.xyzto Linux@lemmy.ml•Looking for a distro that creates users on first boot after installationEnglish81·9 days agoDebian (and I suppose a lot of derivatives) can use preseeding. That gives you pretty much full control to the whole installer where you can just start the installer and it does everything for you, including users, partitioning, installed software and so on.
IsoKiero@sopuli.xyzto Linux@lemmy.ml•Refurbished Lenovos in general (and LinuxPusher.dk, in particular)English3·13 days agoI’ve been using refurbished thinkpads for at least a decade and in my experience they have pretty decent value for money. I’m using local shop (taitonetti.fi, I don’t think they currently ship outside Finland) which ships their machines mostly with OEM windows, but that’s not a big deal for me.
I’m not too familiar on how well the x64 - ARM conversion works, but in general gaming tends to be more dependent on single core performance and I’d assume that emulating single core functionality with multiple cores doesn’t really work, or at least with performance you’d need.
I don’t think there’s one at least in official repositories. But if you’re missing libc6 one might argue that your system is not in any functional state anyways.
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.
IsoKiero@sopuli.xyzto Linux@lemmy.ml•I'm committing to Linux, but it's so unstable. Any suggestions?English3·1 month agoIn 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.
IsoKiero@sopuli.xyzto Linux@lemmy.ml•look for symlinks pointing at the contents of directory?English81·2 months agoI think it’s easier the other way round, find all symlinks and grep the directory you want to move from results.
Something like ‘find /home/user -type -l -exec ls -l {} ; | grep yourdirectory’ and work from there. I don’t think there’s an easy way to list which symlinks point to any actual file.
IsoKiero@sopuli.xyzto Linux@lemmy.ml•Is there a downside to sticking to iptables over ufw?English41·2 months agoExactly. You can build rules with ufw and view them on iptables. Maybe the one thing ufw does better out of the box is persistent rules and simpler “firewall on/off” switch, but specially on this particular question I don’t think they matter.
IsoKiero@sopuli.xyzto Linux@lemmy.ml•Looking for a "set it and forget it" distroEnglish51·2 months agoThey are excactly what the name implies. Testing is generally pretty good, but it’s still testing. And unstable is also what the name implies. People, myself included back in the day, run both as daily drivers, but if you want rock stable distribution installing unstable revision might not be the best choise.
IsoKiero@sopuli.xyzto Linux@lemmy.ml•Looking for a "set it and forget it" distroEnglish452·2 months agoDebian. I’ve had installations which went trough several major version upgrades, I’ve worked with ‘set and forget’ setups where someone originally installed Debian and I get my hands on it 3-5 years later to upgrade it and it just works. Sure, it might not be as fancy as some alternatives and some things may need manual tweaking here and there, but the thing just works and even on rare occasion something breaks you’ll still have options to fix it assuming you’re comfortable with plain old terminal.
Can you switch to console? Try ctrl+alt+F2 when the system is booted up and log in to that.
I suppose some package update was interrupted or crashed. You can attempt to re-run what’s missing with ‘sudo apt-get install’ and ‘sudo dpkg-reconfigure -a’. And, assuming your console access works, you can at least check log files on what’s wrong, but for that I don’t think any generic ‘read /var/log/syslog’ file is too helpful as there’s a ton of stuff and with things like journalctl it’s pretty difficult to navigate around if you don’t know what you’re looking for.
And also, more details would be helpful. What you mean by ‘enters a loop’, what it actually says that went wrong and so on.
IsoKiero@sopuli.xyzto Linux@lemmy.ml•Welp, I just apt purge'd damn near everything except the kernel. How's your Friday going?English3·3 months agoDammit, my organic memory failed yet again. It’s been a while since I’ve seen that prompt (and I have agreed to that as well at least few times).
IsoKiero@sopuli.xyzto Linux@lemmy.ml•Welp, I just apt purge'd damn near everything except the kernel. How's your Friday going?English12·3 months agoDoes anyone sell ‘Yes, Do As I Say!’ stickers?
You could possibly recover from that on console, just install few metapackages. And have backups.
IsoKiero@sopuli.xyzto Linux@lemmy.ml•After almost half a century, I'm still doing it...English17·3 months agoWe’ve all been there. If you do this stuff for a living, you’ve done that way more than once.
IsoKiero@sopuli.xyzto Linux@lemmy.ml•After almost half a century, I'm still doing it...English10·3 months agoYou’d think you’d learn from your mistakes
Yes, that what you’d think. And then you’ll sit with a blank terminal once again when you did some trivial mistake yet again.
A friend of mine developed a habit (working on a decent sized ISP 20+ years ago) to set up a scheduled reboot for everything in 30 minutes no matter what you’re going to do. The hardware back then (I think it was mostly cisco) had a ‘running conrfig’ and ‘stored config’ which were two separate instances. Log in, set up scheduled reboot, do whatever you’re planning to do and if you mess up and lock yourself out the system will restore to previous config in a while and then you can avoid the previous mistake. Rinse and repeat.
And, personally, I think that’s the one of the best ways to differentiate actual professionals from ‘move fast and break things’ group. Once you’ve locked yourself out of the system literally half way across the globe too many times you’ll eventually learn to think about the next step and failovers. I’m not that much of a network guy, but I have shot myself in the foot enough that whenever there’s dd, mkfs or something similar on the root shell I automatically pause for a second to confirm the command before hitting enter.
And while you gain experience you also know how to avoid the pitfalls, the more important part (at least for myself) is to think ahead. The constant mindset of thinking about processes, connectivity, what you can actually do if you fuck up and so on becomes a part of your workflow. Accidents will happen, no matter how much experience you have. The really good admins just know that something will go wrong at some point in the process and build stuff to guarantee that when you fuck things up you still have availability to fix it instead of calling someone 6 timezones away in the middle of the night to clean up your mess.
The one thing I always forget, no matter how many DNAT setups or whatever I write with iptables.
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.