The URL (borncity) has nothing to do with the topic (Windows Update), that’s a sign of an SEO content farm
- 8 Posts
- 67 Comments
Don’t press X, it’s insecure to SSH attacks. Press Wayland instead.
- Boot live USB
- Find the correct partitions using lsblk (you may only need the root partition)
- Mount them (root goes on /mnt, others go within the root)
chroot /mnt
(if permission denied, run it with sudo)- Search the logs or journals for the error (
journald
was the first to fail, maybe check its logs first)
If you get errors like “no proc filesystem mounted”, then you also need to mount special filesystems before entering the chroot. Run these commands as root:
mount /proc -t proc /mnt/proc mount /sys -t sysfs /mnt/sys mount /dev -t devtmpfs /mnt/dev
DeltaWingDragon@sh.itjust.worksto linux4noobs@programming.dev•to systemd or not to systemd? that is the question.1·1 month agoIf your distro has systemd by default, do not change it. Only hassle lies that way.
If your only alternative is sysvinit/System V, then pick systemd because sysvinit is slower and less advanced.
IIRC, MX Linux uses systemd and sysvinit only.
DeltaWingDragon@sh.itjust.worksto linuxmemes@lemmy.world•Honestly, 24MB is way too much for this setup3·1 month agoIt’s still around. The latest release (8.0) is free-as-in-beer for non-commercial use. It’s still proprietary though.
DeltaWingDragon@sh.itjust.worksto linuxmemes@lemmy.world•Honestly, 24MB is way too much for this setup5·1 month agoGentoo users be like: Your system is underperformant and unoptimized. Have you tried Gentoo, and compiling all the packages?
Other users be like:
Have you tried Slackware?
Have you tried Damn Small Linux?
Have you tried Linux From Scratch?
Have you tried hand-optimizing a 386BSD system with a Mach kernel? OOPS, that’s too far!
DeltaWingDragon@sh.itjust.worksto linux4noobs@programming.dev•2nd monitor not recognized on initial boot1·2 months agoHere’s how to disable the GPU drivers:
Remove “nomodeset” from the GRUB_CMDLINE_LINUX variable in /etc/default/grub
Add “rd.driver.blacklist=nouveau modprobe.blacklist=nouveau” to GRUB_CMDLINE_LINUX instead
Run
sudo update-grub
then rebootNote: This only works if you’re using the open-source drivers, known as Nouveau. If you’re using the proprietary drivers, this will not work.
To check if you’re using Nouveau or the proprietary drivers, run
lspci
and check for “NVIDIA”, then runlsmod
and check for Nouveau.Remember to change it back when you want to re-enable the NVIDIA drivers.
(PS: I used this website as a source, their procedure is more complicated.)
DeltaWingDragon@sh.itjust.worksto linuxmemes@lemmy.world•KDE devs are great at naming things!2·2 months agoThey never show the names anyways. They just call it “Files”, “Web”… Generic terms that get tons of unrelated search results. They don’t even call it “GNOME Files”, “GNOME Web”, it’s like they want to be the only program on your computer that does that, like they own the concept.
DeltaWingDragon@sh.itjust.worksto linuxmemes@lemmy.world•Conventions contain lots of Blahajs and UwU's1·2 months agoThe program
dd
(data duplicator/disk destroyer) is named after the DD (data definition) command in IBM’s Job Control Language. The syntax fordd
is also based on IBM JCL.
DeltaWingDragon@sh.itjust.worksto linux4noobs@programming.dev•What Kernel are you guys using?1·2 months agoStandard on Debian, hardened on Artix.
DeltaWingDragon@sh.itjust.worksto linux4noobs@programming.dev•2nd monitor not recognized on initial boot2·2 months agoI think it’s something with the monitor’s firmware.
- Does the monitor have its own power button? Does it disconnect the power flow completely?
- If it doesn’t, it could be the monitor’s firmware misbehaving, thinking the button was pressed when it wasn’t.
- When you shut down your computer, see if the monitor turns off as well, or if it stays on and says “No Signal”.
- Also, test it with another computer.
Another possibility is with the GPU. Try disabling it temporarily, and booting with only software rendering.
DeltaWingDragon@sh.itjust.worksto linuxmemes@lemmy.world•Conventions contain lots of Blahajs and UwU's29·2 months agoWas she wearing cargo pants? Did she have a subway map poster on her wall?
DeltaWingDragon@sh.itjust.worksto linuxmemes@lemmy.world•Conventions contain lots of Blahajs and UwU's8·2 months agoI use an IDE… guess I’m not a real man anymore 🏳️⚧️
/s
DeltaWingDragon@sh.itjust.worksto linuxmemes@lemmy.world•This happened to me at least 3 times.2·2 months agoYou are WRONG! That is Cunningham’s Law!
(Hook, line, and sinker)
DeltaWingDragon@sh.itjust.worksto Asklemmy@lemmy.ml•Why did a guy walk into the mud when he saw me coming down the sidewalk?172·2 months agoMaybe it’s a leftover habit from the COVID pandemic?
KILL DASH NINE! No more CPU time!
(Watch on 1.25x speed for best results)
DeltaWingDragon@sh.itjust.worksto linux4noobs@programming.dev•How To choose the best Linux Distro for you71·2 months agoHoly crap, that is a lot of text.
Next time, try crossposting.
On my instance, it is this button:
DeltaWingDragon@sh.itjust.worksOPto Firefox@lemmy.world•Site-specific permissions menu disappeared1·3 months agoIf you open the spoiler, you’ll see what I’m talking about. Firefox used to have one similar to Chrome, but now it’s whittled down.
DeltaWingDragon@sh.itjust.worksto Linux@lemmy.ml•Atomic Linux Distros: What Barriers Stand Between You and Making the Switch?51·3 months agoMost of the ones out there are weird, anti-configurable systems like mobile phone OS.
The only ones that really seem like “the future” in my eyes are Nix and Guix.
And I’m not going to use those because I already have a good setup with my conventional distro (Debian). Anything less than absolute perfection will not get me to switch.
Nix is imperfect because it uses systemd. Guix is imperfect because it has a smaller selection of packages, and a more difficult configuration system.
ping 9.9.9.9
It’s 1111 higher.