If Windows and Linux are installed on the same drive under different partitions, I seem to recall that a Windows update can fuck your Linux partition.
Was there a Windows update recently?
If Windows and Linux are installed on the same drive under different partitions, I seem to recall that a Windows update can fuck your Linux partition.
Was there a Windows update recently?
I go from the repos myself.
I like cmus best. It is both as simple and as complicated as I need it to be.
Wow, fascinating to see I am one of the Few Debian users. It works great on the distribution, even better than what I had heard about other platforms.
Yea, I have to use windows at work presently and I hate every second of fighting with it.
Windows doesn’t even have a fully functional implementation of focusing windows on hover, a common feature of any Linux system WM I have ever used. There is a setting to do this in Windows accessibility settings, and it’s true, it DOES change focus on hover; but it DOESN’T change the functionality of foreground windows getting pushed behind those windows, making it pretty much pointless, and actually more annoying to use.
Also just the performance is such shit, probably because it’s now designed to be doing hundreds of unnecessary telemetry tasks at all time on the back end. Also what the fuck is with every piece of Windows software configuring itself to run on boot or as a service? So incredibly annoying.
Possibly, though I would be surprised. I only recently got this job so the laptop is brand new, but I have also had it long enough that it was an odd and unexpected event, before then I had not had any power issues, and not since either. Since it is not reproducible, I’m not so sure it is the battery.
Outside of this, it is either Win 11 or the Dell hardware that has other peripheral issues. Often when disconnecting from a secondary display, the screen freaks out and I have to try again. Furthermore when logging into the laptop remotely, Windows 11 for some reason decided to wipe out cleartype, making all the font textures crunchy, despite having set Remmina to connect with best-quality settings.
I unplugged my company issued Windows 11 Dell laptop from its charger yesterday so that I could go ask a manager a question in their office, and the entire computer just shut the fuck off despite having full charge. I’m so glad I moved all my personal stuff to Linux.
It just works for 99.99% of anything a regular user would want it to and is generally very easy to manage and update without a command line. I moved my parents who are non-technical and in their 70’s over to it from Windows 10. They like it so much they had me install it on their laptop as well.
Hey! I just got one of these at a thrift store the other day for a couple bucks.
If you want to mess around with pentesting your own devices, there is build based on a specific version of openWRT compatible with it that will let you turn it into a wifi pineapple and it works quite well. Because of the USB ports on the back, you can plug in an additional wifi dongle to add another radio and make it more effective for that.
Here is the repo for the pineapple software based on a specific version of openWRT:
Of course, no worries. I seemed to recall there was something out there for this because I read some article a while back that was discussing the scope-creep in systemd, and the problems that result from it. I think I found this wiki originally at that time.
It will differ by distro, but generally for debian, you begin uninstalling systemd by installing something else like SysV init
:
apt install sysvinit-core sysvinit-utils
cp /usr/share/sysvinit/inittab /etc/inittab
Then you will need to configure grub by editing /etc/default/grub
changing:
GRUB_CMDLINE_LINUX_DEFAULT="init=/bin/systemd console=hvc0 console=ttyS0"
to
GRUB_CMDLINE_LINUX_DEFAULT="init=/lib/sysvinit/init console=hvc0 console=ttyS0"
and then executing update-grub
as root.
Then you can reboot so that the system boots off of sysvinit instead and then purge systemd with apt-get remove --purge --auto-remove systemd
. This also removes packages that depend on systemd.
Then you pin systemd packages to prevent apt from installing systemd or systemd-like packages in the future.
echo -e 'Package: systemd\nPin: release *\nPin-Priority: -1' > /etc/apt/preferences.d/systemd
echo -e '\n\nPackage: *systemd*\nPin: release *\nPin-Priority: -1' >> /etc/apt/preferences.d/systemd
Depending on if the distro is multiarch, you might also need:
echo -e '\nPackage: systemd:amd64\nPin: release *\nPin-Priority: -1' >> /etc/apt/preferences.d/systemd
echo -e '\nPackage: systemd:i386\nPin: release *\nPin-Priority: -1' >> /etc/apt/preferences.d/systemd
This information was sourced from this wiki dedicated specifically to removing systemd on multiple distributions and replacing it with something else:
Off only the top of my head.
-Potentially faster installation
-Free
-More control
-Many distributions from LinuxFromScratch to Mint, making it meet the interests of nearly every demographic
-Wonderful sense of community
-No spying
-No bloatware depending on distro
-No ads
-Many window managers supporting different workflows
-Incredible command line power
-Easy installation of software with package managers
-Less malware
-Fully customizeable ux/ui
-Can uninstall anything you don’t want
-Will help you learn how a computer works at a deeper level if you want to
Yea, the installation isn’t too difficult. Looking at my groups as well I think it’s only the libvirt
group that you have to add a user to for KVM/QEMU with Virt-Manager, but the same could be said for VirtualBox as I believe you have to still add the user to the vboxusers
group if you were to install it instead.
Yea, I have heard about SketchUp as well, but if I can learn the full FOSS alternative instead then I’d like to use it. I guess I could use Blender or something too, but I really liked the engineering oriented parametric modeling that Fusion360 was doing with the timeline.
That’s good to hear about the 3d printer as I have yet to connect mine to try the same thing. I just have to learn freecad though, as i used to use fusion 360 which is not packaged for Linux.
Yes, even though I did not have a subscription, watching them do stuff like this every 2 weeks for the last year or more is what finally pushed me off to Linux as well. I got my parents moved over as well though, and they did have a subscription previously.
No, haven’t had time to trouble shoot much unfortunately. If they need a scan they just use their phones at the moment which works fine, but I still have to investigate further.
Oh neat!
My script is for gnome, but I wonder if there us an equivalent gnome extension in existence as well.
I like this one.
This would be what I was thinking of then, thanks for clarifying.