OfeliaMorgan
kiwifarms.net
- Joined
- Mar 28, 2022
I have great interest in Linux. I would like to learn it. How can I do that? Thank you so much!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I have great interest in Linux. I would like to learn it. How can I do that? Thank you so much!
You dive in butt first and learn as you go.I have great interest in Linux. I would like to learn it. How can I do that? Thank you so much!
You dive in butt first and learn as you go.
At least from my perspective, the advantage I see with XFCE is that it's far more modular than GNOME or KDE. Just installing KDEConnect pulls a fuckton of KDE dependencies, I imagine it's the same with anything GNOME related. Although, I dont think you can swap out X11 for Wayland yet on XFCE. I currently use AwesomeWM, but am considering checking out qtile + wayland. Am I missing out?Remember when XFCE was considered the lightweight option?
Thank you so much for your input here. I will definitely watch this video.Start from the safety zone with Linux Mint, Kubuntu, and MX Linux. I'd recommend MX Linux for overall legacy hardware support and ease of use for deeper system tweaks. Get cozy with the terminal and learn how to add and remove packages without the GUI, and consider using bash scripts to automate things and make your life easier.
Useful tutorials playlist.
Okey! ThanksYou dive in butt first and learn as you go.
Start from the safety zone with Linux Mint, Kubuntu, and MX Linux. I'd recommend MX Linux for overall legacy hardware support and ease of use for deeper system tweaks. Get cozy with the terminal and learn how to add and remove packages without the GUI, and consider using bash scripts to automate things and make your life easier.
Useful tutorials playlist.
this. It cannot be understated what a toilet large parts of the internet and internet search in general has become. Absolutely worthless. RTFM still reigns supreme.You dive in butt first and learn as you go.
Why the fuck isn't this the default behavior?An interesting read for Debian/Ubuntu users who use encrypted filesystems or just separate /boot partitions in general (as you should) and also use unattended-upgrades to keep updates flowing.
Apparently, there's actually a configuration flag, 'Remove-Unused-Kernel-Packages' to make this clean up old kernel versions rather than just dumping minor versions on your system until /boot fills up.
It can generally be okay, for example, if you're searching an error message in a specific situation.It cannot be understated what a toilet large parts of the internet and internet search in general has become. Absolutely worthless. RTFM still reigns supreme.
Anyone have any shell preferences other than bash?It's better to go for "shell scripting" rather than "bash scripting" as it's more compatible and the stuff specific to bash is not necessary, although many conflate "bash" with "shell".
You might find some old package you don't often use can't deal with the new kernel and is no longer updated. So I suppose you could use it as a ghetto version control system of sorts. It's pretty Unix-ish to dump enormous files on the drive for no particular reason and then just never get rid of them, i.e. core dumps, voluminous log files, etc.Why the fuck isn't this the default behavior?
Anyone have any shell preferences other than bash?
I believe unattended-upgrades is an Ubuntu project, so it probably does something REALLY SMART like uninstall all your kernel image packages and then update grub before installing the newest one. I'll give it a go anyway, what's the worst that can happen?Why the fuck isn't this the default behavior?
pwshAnyone have any shell preferences other than bash?
zsh with the fzf tab-completion plugin. it's the cat's pajamasAnyone have any shell preferences other than bash?
Why would it be? Default (read: normie) behavior for Ubuntu is to not click "Advanced Options->LVM" and just have a single, max size root partition, in which case filling upWhy the fuck isn't this the default behavior?
/boot
probably isn't ever going to happen. And on the other side, if you're learned enough to be messing around with LVM and a separate /boot
partition, it's not a stretch to expect that you can simply typesudo apt-get autoremove --purge
to get rid of old kernels you don't need (or automate the job if you're lazy), especially when the update process literally tells you as much after you've run an upgrade that included a kernel update.During my days of running Scientific Linux and CentOS 6 has my desktop OS, I have had to revert kernel upgrades before. 6.3 was the roughest phase and pushed me out of Scientific Linux and into Fedora. I have had to use an older kernel once with Centos in the 6.5-6.7 days. It was nice to select an older kernel to boot and figure out how fucked the system was.Why the fuck isn't this the default behavior?
I totally understand the need for a few extra older kernels, I should've been more clear. I've had Ubuntu flip out and not let me update because my /boot is full of old kernels.During my days of running Scientific Linux and CentOS 6 has my desktop OS, I have had to revert kernel upgrades before. 6.3 was the roughest phase and pushed me out of Scientific Linux and into Fedora. I have had to use an older kernel once with Centos in the 6.5-6.7 days. It was nice to select an older kernel to boot and figure out how fucked the system was.