linuxmemes
-
Normies hate this one simple trick
YouTube Video
Click to view this content.
A short video that politely steers normies to the right direction. Grandma approved.
-
curl -v https://google.com/
Video
Click to view this content.
https://www.youtube.com/watch?v=atcqMWqB3hw
-
I'm doing my part!
Been daily driving Bazzite for almost half a year now. I currently have two seperate 2TB SSD's, one with Windows 11 and the other has Bazzite. Bought a 1TB SSD so I can migrate my Windows install to a smaller SSD since I much prefer Linux now.
Just need to stop being lazy and finish migrating everything I care about off my old Windows install onto my new 1TB Windows install, then I plan to install CachyOS onto the soon to be free'd up 2TB SSD, since I'm curious about Arch Linux. I'll always have Bazzite to fall back on if need be, or god forbid, Windows.
-
Handling non-responsive and frozen applications
Seen on the FOSS Weekly #24.44: https://itsfoss.com/newsletter/foss-weekly-24-44/
-
So i randomly found this on enlightenment (linux desktop) mastodon page and i decided to post it here.
Source: https://floss.social/@E/113274905494144203
-
Terminating a process
Yes yes, I REALLY want to terminate that process and I am very sure about it too, ty.
-
If we're gonna armchair-diagnose people based on their OS, we should do it for all of them
Cheekily "fixing" this post
-
Not until I read the docs
Add this to your home-manager
let f = pkgs.factorio.override { username = "<Your Username>"; token = "<Token>"; versionsJson = ./factorio.json; }; in { home-manager.users."<Your Username>".home.packages = [ f ]; };
Infactorio.json
{ "x86_64-linux": { "alpha": { "stable": { "name": "factorio-space-age_linux_2.0.7.tar.xz", "needsAuth": true, "sha256": "1zvk1skkm37kyikq4l1q285l8zhxc6lqvs1x2y2ccxwd4cdm6r96", "tarDirectory": "x64", "url": "https://factorio.com/get-download/2.0.7/expansion/linux64", "version": "2.0.7" } } } }
To get your Factorio working.