New answers tagged ubuntu
Score of 0
0
votes
Why does my PC only partially detect Ethernet, Network bug on Windows 11 and Ubuntu 24.04 (ping General failure, only Google loads, Ubuntu offline)?
Given that this is impacting both OSes, this is unlikely to be a driver issue. While DavidGo says it is not a Router issue, it is probably worthwhile connecting to a different internet router just to ...
Score of 0
0
votes
Why can't I delete files with systemd service running as root but can delete over shell with root?
I tinkered around following grawity's solution which did not fix it completely, removing security lines one by one revealed that PrivateUsers was also an issue, but adding cap_dac_override was also ...
Score of 12
12
votes
Why can't I delete files with systemd service running as root but can delete over shell with root?
why the service, which runs as root, had no permission
Probably because you're explicitly removing the permission at # Drop all capabilities.
Root on Linux doesn't have all permissions directly by ...
Score of 0
0
votes
How can I override "Stop mode" printer state on Brother HL-1110?
The catch here is that as the Brother Manual States "When the LEDs indicate an error, you cannot change the mode."
So if you have reached Stop Mode (Flashing Orange, No Green) it won't ...
Score of -1
-1
votes
How can I properly set sudo/visudo's editor?
Setting EDITOR to vi is essentially the same as setting it to ~/bad_program_to_run_as_root. Always set editor to absolute path:
EDITOR=/usr/bin/vi; export EDITOR
Nice thing to know: doing so will ...
Top 50 recent answers are included
Related Tags
ubuntu × 22346linux × 7612
networking × 1658
virtualbox × 1357
boot × 1216
windows × 1194
windows-7 × 980
ssh × 944
partitioning × 857
windows-10 × 787
bash × 755
virtual-machine × 723
hard-drive × 695
grub × 673
multi-boot × 596
installation × 470
wireless-networking × 451
usb × 440
debian × 420
windows-subsystem-for-linux × 395
gnome × 381
terminal × 372
command-line × 371
macos × 361
mount × 359