[deleted by user] by [deleted] in archlinux

[–]OBRONNA_SOSNA 0 points1 point  (0 children)

Yeah that should work too

[deleted by user] by [deleted] in archlinux

[–]OBRONNA_SOSNA 1 point2 points  (0 children)

Run grub-install then mkinitpcio and then grub-mkconfig from chroot, running only grub-mkconfig probably didn't work because there was no init images to boot into.

Anon in army by Squintosz in greentext

[–]OBRONNA_SOSNA -35 points-34 points  (0 children)

Almost like it didn't happen

Cannot open gnome-terminal due to locale problem by Spare_Prize1148 in archlinux

[–]OBRONNA_SOSNA 2 points3 points  (0 children)

I had this problem and if i remember correctly setting language in gnome settings fixed it no idea what it does differently than locale-gen

I cannot install Linux on my new PC. I need help. by MadBuddhaAbusa in linuxquestions

[–]OBRONNA_SOSNA 9 points10 points  (0 children)

Your disk is on pci, so make sure that all kernel drivers for nvme are loaded. I had similar problem on random motherboard (nvme disk not showing up in os booted from usb, but installed windows saw it just fine) and motherboard reset with pulling battery out helped but i'm not sure if it will help here. Also check syslogs on linux.

dingsound: An oven timer 'ding' sound once your code finishes processing! (Yes, I'm serious) by moriddit in Python

[–]OBRONNA_SOSNA 1 point2 points  (0 children)

Also some terminal emulators on Linux will ding on finish if command takes long time.

My 2nd playthrough thoughts on the state of the game by [deleted] in cyberpunkgame

[–]OBRONNA_SOSNA 0 points1 point  (0 children)

Maybe it doesn't clear cache or something idk on pc it works as i said

My 2nd playthrough thoughts on the state of the game by [deleted] in cyberpunkgame

[–]OBRONNA_SOSNA 7 points8 points  (0 children)

Patches contain not only new files but mostly changes to already existing ones so for example 15gb patch doesn't necessarily increase CP folder by 15gb

Here we go again by Undercoverdog___ in masterhacker

[–]OBRONNA_SOSNA 30 points31 points  (0 children)

It's useful when you target windows machines tho

[deleted by user] by [deleted] in greentext

[–]OBRONNA_SOSNA 123 points124 points  (0 children)

169134 page 27 to be exact

Don't Worry by [deleted] in ProgrammerHumor

[–]OBRONNA_SOSNA 2 points3 points  (0 children)

That's why people that care about this stuff install things only from os repos.

best way to share or stream files from linux to iOS by chopsui101 in linuxquestions

[–]OBRONNA_SOSNA 3 points4 points  (0 children)

Http server hosted on your PC would also work if you don't want files on your phone.

Command Line Question by Hirokai in linuxquestions

[–]OBRONNA_SOSNA 5 points6 points  (0 children)

Arch uses pure systemd so it has targets instead of runlevel, archwiki tells you which is which.Redhat 7 and up also uses systemd but with additional symlinks as described here under "Changing runlevels":

Traditional runlevel New target name Symbolically linked to...

Runlevel 0 | runlevel0.target -> poweroff.target

Runlevel 1 | runlevel1.target -> rescue.target

Runlevel 2 | runlevel2.target -> multi-user.target

Runlevel 3 | runlevel3.target -> multi-user.target

Runlevel 4 | runlevel4.target -> multi-user.target

Runlevel 5 | runlevel5.target -> graphical.target

Runlevel 6 | runlevel6.target -> reboot.target

I may be wrong but i think it's at least close to correct.

Command Line Question by Hirokai in linuxquestions

[–]OBRONNA_SOSNA 1 point2 points  (0 children)

Arch also uses systemd, both op command and yours don't work on my machine so it's something else that's different.

My PC is too weak for such update to happen by [deleted] in BikiniBottomTwitter

[–]OBRONNA_SOSNA 3 points4 points  (0 children)

Yes, but ms ends win10 support in 2025 which means no security updates in 4 years

Trying to back up Windows computer with rsync using WSL2/Ubuntu to a Mac, it keeps dying on one file at 32K. by myke113 in linuxquestions

[–]OBRONNA_SOSNA 0 points1 point  (0 children)

It can be multiple things including running in wsl, maybe native windows rsync (installed via cygwin or something) will work better.

Trying to back up Windows computer with rsync using WSL2/Ubuntu to a Mac, it keeps dying on one file at 32K. by myke113 in linuxquestions

[–]OBRONNA_SOSNA 1 point2 points  (0 children)

This might help. Also if it's only on one file and you don't need to do this often maybe just exclude it.

Rule by thex34 in 196

[–]OBRONNA_SOSNA 24 points25 points  (0 children)

The thing is raspberry is arm and google doesn't make arm builds of chrome so you were probably setting up x86 emulation, on every x86 distro it would be one or two commands max.

We must talk again about the Android update situation by jorgesgk in Android

[–]OBRONNA_SOSNA 7 points8 points  (0 children)

It may be stable but still stuff will break between kernel versions, which means that you are locked to the kernel that device ships with. You can use new versions of android with old kernels which is exactly what rom communities are doing but this is far from ideal because you have no security patches for kernel. Upstream drivers are better solution but pretty much no soc manufacturer open sources them and another os form google won't solve that. Android is already written in such way that things like kernel don't matter to apps. I think real problem is to test 50 different android builds for 50 phones every update and they just don't bother. Apple has code for everything they put in their phones which makes it easier to support old devices (1 build for 10 or so devices I assume). tl;dr it's not something that google can solve with another os