

When?
When?
Protip: don’t ask, just do it.
These days the things that really differentiate distros are: installer, default desktop environment, packaging, packages.
I switched to Linux exclusively 2 years ago and I gotta say it’s been pretty awesome. Pretty much everything works without fucking around.
I changed to Linux because it’s better. Windows sucks ass.
This is why I’ve never liked the idea of flatpak, it really seems like the Windows way of doing things. It honestly still kind of surprises me that Linux people really wanted to download random binaries from non-trusted distributors that contain a copy of every library that software needs to run. wedontdothathere.jpg
I looked into it and you’re right. I could probably save 7G by reencoding all my music and it sounds better. I’d have to rewrite a bunch of scripts :)
“Downsizing” an mp3 is what we call transcoding, and it’s bad. An mp3 (or the better ogg vorbis) works (basically) by discarding parts of the audio that you won’t hear. Doing that will discard parts of the mp3 that already has a bunch of parts discarded and this makes it sound bad.
I do something like what you’re looking for, but it’s all through a bunch of custom scripts and crap that I made. I buy flac, encode that to ogg (which sounds better than mp3s at lower bitrates), those oggs get synced to my phone, then later I organize those oggs to my collection.
I think you’ll have to either accept these large mp3s or start a lossless collection.
Cinnamon is a super DE for simple people. I don’t mean this as an insult, some people just never even think to customize their computer and are scared by settings and options. Just use KDE if it has features you like, you clearly sound like you’re up for the change.
If you can’t remember what to reinstall, was it really that important? Packages are so quick and easy to install that I just install them the first time I try to use them and find them missing.
Here’s an edited list of what I exclude from my full system backup on my debian machine:
<Exclude>
<Item>/.Trash-*/</Item>
<Item>/.recycle/</Item>
<Item>/*.pyc</Item>
<Item>/var/cache/apt/archives</Item>
<Item>/tmp/</Item>
<Item>/proc/</Item>
<Item>/dev/</Item>
<Item>/sys/</Item>
<Item>/run/</Item>
<Item>*/RecentDocuments/</Item>
<Item>*/.cache/</Item>
<Item>*/Trash/</Item>
<Item>*/recentfolders/</Item>
<Item>*/pictureCache/</Item>
<Item>*/Crash Reports/</Item>
<Item>*/GLCache/</Item>
<Item>*/cache/</Item>
<Item>*/tmp/</Item>
<Item>/var/log/</Item>
<Item>*/.xsession-errors</Item>
<Item>*.swp</Item>
<Item>/var/lib/samba/private/msg.sock</Item>
<Item>/home/jt/.local/share/baloo/</Item>
<Item>/home/jt/.mozilla/firefox/*/sessionstore-backups/</Item>
<Item>/home/jt/.mozilla/firefox/*/crashes/</Item>
<Item>/home/jt/.mozilla/firefox/*/datareporting/</Item>
<Item>/home/jt/.local/share/Steam</Item>
<Item>*/.thumbnails/</Item>
<Item>*/.cache/</Item>
<Item>*/lost+found/</Item>
<Item>/mnt/</Item>
<Item>/*.bash_history</Item>
<Item>/opt/firefox</Item>
<Item>/home/jt/.local/share/klipper/history*.lst</Item>
<Item>*/steam.pipe</Item>
<Item>*/recently-used.xbel</Item>
<Item>/home/jt/.mozilla/firefox/*/storage/</Item>
<Item>/home/jt/.local/share/kpeoplevcard</Item>
</Exclude>
A refurb!
Cool video, I like this guy’s style; he really keeps it moving.
Modern KDE isn’t bad on resource usage either. You just want the old school look, but you’re not actually on obsolete hardware :)
You don’t need Trinity for that, you can theme up KDE Plasma 6 to look and feel old school too.
Looks like it doesn’t: https://wiki.actiona.tools/doku.php?id=en%3Ax11notdetected&s[]=wayland
I’m actually looking for something like this too because Autokey and pyautogui (and antimicrox on another machine) is the only software keeping me on X.
It’s clickbait, the title implies that something wrong happened in this situation when no such thing occurred.
Nothing, because the author explicitly chose to allow this kind of behavior. Paraphrasing one of the Youtube comments on the video: the author picked a cuck license and then got cucked, what a shock!
It’s funny how apropos cuck really is here. We all recognize that a woman (Microsoft) cheating on her husband (the guy in question) is a bad thing, but we no longer view it that way when we learn that the man consented, video taped, and gets off to it. If you really want to stop this kind of thing, simply choose a better license like the GPL that forbids this behavior.
I think you need to go commercial recovery. If it was a file you accidentally deleted, that can easily be recovered, but you wrote directly to the device.
This is clickbait. tl;dr a guy released MIT-licensed software, Microsoft forked and renamed it as they’re legally allowed to do. Hell they could even close the source and sell it if they wanted to.
pyautogui is scripting, but it’s dead simple. You really don’t have to learn python to use it, just copy and paste the examples and modify to your heart’s content.