

Wonderful, not surprised it exists already, Thanks!
Wonderful, not surprised it exists already, Thanks!
Neat, didn’t notice since they perma banned me for watching without ads via freetube I believe.
Ive just been downloading videos direct with yt-dlp, but I think I’m going to extend it into a bash script which fetches the RSS of the channels I want, downloads them if they haven’t been downloaded, and then deletes them after they have been watched and after a certain amount of time has passed, or if I have marked them for deletion.
I just purchased 18 TB of surplus disks for 200 CAD, the price there doesn’t seem that good to me.
Yea I like to play around with some different distros in virtualization occasionally to see what’s up, but I have found Debian just always meets my needs 98% of the way in addition to basically never breaking.
I know Bazzite is built specifically for gaming, but I can play pretty much everything I want on Debian using my Nvidia card and Proton. The Nvidia drivers were a lot easier to install than I think a lot of people make them out to be, but I might just be lucky with my hardware or something. Armored Core VI runs great for example, and I’m even using Gnome, not KDE.
In my experience I’m kind of hard pressed to see the benefit of Bazzite over Debian when it comes to gaming actually, but I don’t know a tonne about Bazzite so I’ll digress.
I really like Debian stable, and have for a very long time. I’m not too fearful of fucking up the system because Debian stable is more stable than most anvils, and I have timeshift installed with regular backups configured which get stored locally and to a RAID 5 array on my NAS system (which is also running Debian). Anything super duper important I also put onto a cloud host I have in Switzerland.
If I want to do something insane to the system, which is rare, then I test it extensively in virtualization first until I am comfortable enough to do it on my actual system, take backups, and then do it.
I am working to make my backup/disaster recovery solution even better, but as it stands I could blow my PC up with a stick of dynamite and have a working system running a day later with access to all of my stuff as it was this morning so long as a store that sells system hardware is open locally. If it were a disk failure, or something in software, It would take less than a day to recover.
So what keeps me from switching is that I really do not see a need to, and I like my OS.
S.T.A.L.K.E.R Gamma. Completely free if you don’t count the disk space and one of the funnest, and most difficult games I have played.
Running around like most other FPS games will just get you killed. The AI is written in such a way that it correctly understands actual flanking, and when it peeks a corner, it does it exactly the same way a real player would - it’s actually scary.
I snuck into some occupied buidlings and killed every enemy except one. I was in a barn which had a front entrance and a hole blown in the back wall. I knew that the last enemy was out the front, across the road, inside the window of a building there, so I went out the hole in the back of the building and around the side, intending to go behind a fence and then behind their building to get them. When I got to a place I should have been able to see them, they weren’t there. I turned around and they were behind me along the fence - I nearly shit my pants. When I had the idea to go around back, the AI apparently had the idea to run out the front of their building into the front entrance of mine, and take me from behind by complete surprise - essentially the same exact tactic I had thought of.
It was then I realized how great the AI actually was and now every time I play I live in complete fear.
Mine are liking Mint quite a lot. They say they feel its easier to find stuff than windows.
I finally just blew up my gmail the other week and not a moment to soon as it seems. Much happier with my new swiss provider.
It’s when people try to have LLM’s generate code and then try to assemble the pieces produced into semi-functional, usually really bad, software I think.
I went and checked out Thunar because of this post, and regardless of the original intention, I have found a file manager I much prefer as a result. Thank you.
Awesome, thank you! Saving this comment so that I can refer to this in the future as well.
Oh, that’s beautiful. Thank you!
So the software you are trying to configure is using an outdated version of nodejs, has a poor default username/password combination, and doesn’t implement PAM by default/easily.
Yes, I definitely want people to use Linux if they would like to, but perhaps not the node.js web application your complaints actually refer to which don’t seem to have much at all if anything to do with Linux itself.
If your only real complaint on the OS side is that nodejs is too up to date, perhaps consider raising your concerns on the Mine-OS projects github instead of directing your anger at a tangentially related operating system. It’s like getting mad at your cars engine when you are having trouble figuring out how to roll down the new windows you just had installed at a third-party body shop.
That was my thought as well.
Back when I was new to Linux, I tried a lot of different distros in virtualization for shorter periods of time, and of course ran into the issues that come with the cutting edge stuff.
Last year I wanted to install a distribution to my laptop properly as a test before putting it onto my desktop, and I came to that same conclusion because at the end of the day I couldn’t justify using bleeding edge, because I couldn’t really even name anything I NEEDED from it. Yes, it is fun to have cool, new things, and it can be a lot of fun to play around with in a VM or something, but I don’t actually need any of that stuff for what I do on a computer day to day right this second.
After that, the answer was pretty clear for me as to what distribution to use.
Prompt is pretty simple, mainly just adjusted coloring and added a timestamp.
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;36;01m\]\t \[\033[01;32m\]\u@\[\033[01;37;01m\]\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '
Maybe 1 or 2 back when things were less stable, but any time I have used Linux in the past 7 years or so, and particularly since I started using Debian as my primary OS, I haven’t had any problems outside of trying to get some windows applications to emulate correctly, and one time when I echo’d into sources.list with > instead of >>. Anything else is just stuff I had to learn, like my boot folder filling up with old images that have to be cleaned out occasionally.
My understanding with Tuta is that you cannot configure it to work with a third party desktop email client though, you are locked in to using theirs. You can’t configure a Tuta email address to work with mutt
or something for example I believe as there is no regular imap/pop like there are for services that don’t use E2EE, or services that have some form of bridge for that like Proton did.
Maybe I am misinformed though.
Using timeshift. Very, very easy, works great.
For nvidia drivers it probably took me about 15 minutes and one page off of the Debian wiki.
https://wiki.debian.org/NvidiaGraphicsDrivers
You basically add some repositories, install the drivers, and then set and check some configurations depending on what other parts of your environment look like.
I’m currently yanking everything over a VPN connection from a provider that I trust and I’m not collecting anything as enormous as entire channels. With this considered along with the fact that this is outside the bounds of a user account (I don’t believe EULA can come into play as a result), I don’t think I could get in much trouble with them outside of having to change VPN endpoints occasionally if they decide to block out some IP (On one or two occasions I have gotten a message back from yt-dlp noting to sign in to prove I am not a bot).
I appreciate the offer on the script, however I think I will build my own as it is not an urgent matter for me and I consider it a good exercise in practicing my skills with programming. I’ve been looking to build my own RSS reader for a while, and I think this is probably a good use case for this as well.
Thanks!