I don't remember the specifics but I do know it was definitely KDE's fault. I never broke Linux doing anything else.
Speaking of possibly breaking Linux, I'd love to ice my swap partition and make it part of my root partition but I'm to skeerd to try without wrecking everything. I'd rather just buy a new PC instead of knocking over the house of cards of this 10-yo beast.
I used KDE twice at length and each time it ended up crashing to the point that I was unable to do anything but wipe my drive and reinstall a different distro and DE. Yes, KDE even managed to crash Slackware, the otherwise rock-solid distro. Other than that I liked KDE.
Right now I'm using MATE. Eh, I'm neutral to it. I was just DE-hopping for a while and most of them seem so similar as to have negligible differences.
idk how the luks-crypt configs are stored, it's been a while since I've done that. But I guess it's all with LVM2 so might be easier (I personally hated it)
if you want to make it where it's not a swap partition, but just an empty file on your disk, you can use the mkswap, swapon, swapoff, dd, and mount commands (read their man pages) and then write it in fstab. (read the man page on fstab as well)
first create a new swap file wherever you want with dd, whatever size you want (it must be contiguous sectors) then mkswap it then swapon it then swapoff your partition then change your fstab to point to the swapfile
Thanks to Minecraft being so shittily optimized and so full of java leaks I can easily run out of even 32gb memory. It's the main reason, for my next PC, I'd be perfectly fine wasting a couple extra hundreds getting to 64, 96, or even 128gb RAM. I've also heard you can load your OS into RAM somehow but I don't know how to do that. I imagine things would be super speedy.
My hate for windows knows no limit so there's no way I'd tolerate having that spyware installed on any of my PC's unless I were to somehow keep it off the Internet.
The windows cpu is used for music production, hence the amount of ram for loading sample libraries, etc. It's an i9-9980xe (18 core) on an asus rog rampage VI extreme encore oc'd to 4.5ghz.
An ssd alone can make a huge difference. I just bought a couple of low end ones to refurbish a few old cpus. I got the boot time on an old hp laptop with a core 2 duo down from 90 seconds to 17.
I’m honestly surprised this hasn’t become more common. I’ve been running Puppylinux on a variety of systems since like 2006 or so, and Tails somewhat more recently, and they both run like bats out of hell on whatever hardware. There are some compatibility issues that take a bit of work, but 99/100 times someone else in forums has already done the heavy lifting to hammer it out.
I've been rocking a regular SSD since I first got this PC and it's definitely made a difference! I just wish it wasn't only 256gb.. But I'd rather just get a whole new PC with NMVE or whatever kind of SSD that's supposedly even faster.
The nice thing about linux is you can do stupid, but useful stuff.
For example, I have a midi controller with faders that I use to control xorg (brightness, gamma, etc), so when I'm gaming I can turn off (brightness 0) monitors I'm not using with a slider.
I also recently added a second pointer device, so I could use a mouse to select and scroll windows while my keyboard remained in the editor for taking notes and pasting in what I copy with my mouse. I have a hotkey to switch between normal and split mode depending on need.
Yeah. I lost motivation to learn for the sake of learning and was just satisfied after getting things set up to shitpost and play game. :pepe_sad: I'd like to become a super l33t hax0r like I wanted to be when I was a teenager and do all sorts of magical things with Linux...
Maybe I'll try all that with my new PC. Hopefully I can learn to be moar Linux commands instead of just stopping the learning process after getting vidya to work.
There's sense to the need-driven learning approach. Often though if you don't teach it to someone or at least finish your reading, you end up data dumping it.
Robert elder software on YouTube has a good set of primer shorts on the coreutils.
@cowanon@dick@Humpleupagus@WilhelmIII@briar@tyler Yeah I tried it one time, but I didn’t get too far. For how long I’ve been using Linux in general I suppose I don’t have much of an excuse - but I’m not really that fast on a command prompt and I was obliged to spend days/weeks to get MX up to the level of functionality I could squeeze out of Puppy right out of the gate. I *wish* I have free time like that 😩😏
I'm now tempted to make Puppy my main distro... but I don't know how easy it'd be to find software for it. With debian based distros pretty much everything is available to it out of the gate with a simple apt-get or .deb double-click. I don't know if I could get Minecraft or other "major" applications to work with less popular distros.
Problem in my case i, I don't really know what "Linux magic" I could perform. I remember a long time ago when I was at my first job as a tech assistant at my high school, the tech lead had several headless servers and one monitor/keyboard/mouse setup and he'd just type a hotkey combo and switch between PCs. That I think would be cool to do. But that's just one example; what else could I do? I don't know what I don't know.
Sounds like some wicked shit, brosef. At the moment if I want to concentrate on one monitor I have to click the power button. Probably easier than using a midi controller but it sure feels good and creative to come up with new ways to do normal things.
@Humpleupagus@tyler@dick@WilhelmIII@briar@cowanon Oh man, one of my favorite Linux victories was using grep to modify color settings on 156 separate Inkscape .svg/.xml files. That was stupid and awesome.
Grep... old af but still useful. I have a script that checks for new documents on my file server when I'm sleeping and converts them to a hidden txt file with an arbitrary extension I made up, so I can grep those particular documents for provisions, etc, when I need to find that kinda stuff.
The point I was trying to make is that linux with a bit of scripting can do some interesting stuff. Everyone has different needs, but there are ways to simplify what ever may be your common tasks.
@tyler@dick@Humpleupagus@WilhelmIII@briar@cowanon Yeah I think so; I meticulously crafted a grep and sed string with all the switches in the proper order, and it worked the first time like Great Destiny. It’s probably still sitting there in the user folder but I haven’t opened that laptop since about 2010 or so.
Kinda. I had to plug in a second mouse, which I threw behind my desk, otherwise that pointer always stayed in middle of the display. With the second mouse plugged in, I can force that pointer way into the corner. I don't use it. But I do sometimes attach the keyboard to it, so it's separated from the primary pointer. Then I can use the primary pointer and keyboard separately. When split, I still technically only have one focused window, but the keyboard doesn't move to it. It stays in the editor unless I move it using the keyboard.
The hotkey is used to switch the pointer the keyboard is attach to.
I like to position windows in a specific way: chats, browser, and everything else. It'd be cool for them to always be positioned like I like with just a command or hotkey without having to manually position and resize etc. every time I reboot. 🤷 I've heard of systems that don't use DEs that can do something similar; maybe my next one will... dammit, what are they called, tiled window managers or something akin?
Oh.... I also had to make a udev rule to make me the owner of the second mouse device, so I could move it into the corner with a login script without having to be root or a sudo user.