Search found 19782 matches

by Pjotr
Thu Mar 28, 2024 6:21 pm
Forum: Deutsch - German
Topic: Bootloader reparieren
Replies: 13
Views: 149

Re: Bootloader reparieren

Was sagt:

Code: Select all

cat /etc/default/grub
by Pjotr
Thu Mar 28, 2024 4:46 pm
Forum: Other topics
Topic: Deleted fonts folder
Replies: 6
Views: 73

Re: Deleted fonts folder

Restore a Timeshift snapshot. Then safely remove most Asian fonts, like this:
https://easylinuxtipsproject.blogspot.c ... t.html#ID8
(item 8 )
by Pjotr
Thu Mar 28, 2024 2:58 pm
Forum: Deutsch - German
Topic: Bootloader reparieren
Replies: 13
Views: 149

Re: Bootloader reparieren

sudo -H configuriert $HOME zum Benutzerordner von Root, was sicher ist. Aber es configuriert $XAUTHORITY nicht zu einer neuen Datei, wodurch die Anwendung die du startest, nicht seine eigene Xauthorisation benutzt. Deshalb sollte es nicht benutzt werden für grafische Anwendungen: es gibt ein Gefahr...
by Pjotr
Thu Mar 28, 2024 1:56 pm
Forum: Beginner Questions
Topic: sudoers // privileges
Replies: 5
Views: 125

Re: sudoers // privileges

In writing: https://easylinuxtipsproject.blogspot.com/p/tips-1.html#ID15 (item 15) That's a shotgun approach that will kill all passwords and password requirements. No it will most definitely not. It will only disable the keyring password, which keyring is mainly (though not exclusively) used by we...
by Pjotr
Thu Mar 28, 2024 1:21 pm
Forum: Introduce Yourself
Topic: 30 Years of Linux, New to Mint
Replies: 3
Views: 48

Re: 30 Years of Linux, New to Mint

Kanuck wrote: Thu Mar 28, 2024 12:51 pm I just want something that's, quite frankly, stable and dependable.
You've made the right choice. Welcome! :)
by Pjotr
Thu Mar 28, 2024 10:10 am
Forum: Deutsch - German
Topic: Bootloader reparieren
Replies: 13
Views: 149

Re: Bootloader reparieren

Dann kann ich auch dir raten, um mal möglichen Schaden zu reparieren mit diesem Befehl:

Code: Select all

sudo chown -Rc $USER:$USER $HOME
Damit sollten alle Rechten in deinem Benutzersordner wieder gut sein.
by Pjotr
Thu Mar 28, 2024 9:08 am
Forum: Deutsch - German
Topic: Bootloader reparieren
Replies: 13
Views: 149

Re: Bootloader reparieren

Eine grafische Anwendung wie Xed sollte man nicht starten mit "sudo". Grund:
https://easylinuxtipsproject.blogspot.c ... t.html#ID1
(item 1)

Repariere zuerst mal den möglichen Schaden:

Code: Select all

sudo chown -Rc $USER:$USER $HOME
by Pjotr
Thu Mar 28, 2024 7:23 am
Forum: Nederlands - Dutch
Topic: [SOLVED] Updaten in terminal
Replies: 8
Views: 147

Re: Updaten in terminal

"Achtergehouden" is in orde:
https://makkelijkelinuxtips.blogspot.co ... .html#ID17
(punt 17)
by Pjotr
Thu Mar 28, 2024 6:56 am
Forum: Software & Applications
Topic: Various problems after update to kernel 5.15.0-101-generic x86_64
Replies: 4
Views: 161

Re: Various problems after update to kernel 5.15.0-101-generic x86_64

I recommend to try the advice of SMG first. You can establish temporary internet connection by means of the tethering feature of your cell phone:
https://easylinuxtipsproject.blogspot.c ... ernet.html
by Pjotr
Thu Mar 28, 2024 6:22 am
Forum: Networking
Topic: Intel WiFi 6 AX203 running at about half speed
Replies: 14
Views: 278

Re: Intel WiFi 6 AX203 running at about half speed

Do you think it might improve in a future kernel update? Could be.... Just for laughs, you can give the daily build of Xubuntu 24.04 a spin (just the live session should do): https://cdimage.ubuntu.com/xubuntu/daily-live/current/ It should give you an indication of what to expect from Mint 22 (due ...
by Pjotr
Thu Mar 28, 2024 6:13 am
Forum: Software & Applications
Topic: ttf-mscore-fonts without ubuntu-pro baggage?
Replies: 3
Views: 113

Re: ttf-mscore-fonts without ubuntu-pro baggage?

Part of my LM install is to run this in a terminal: apt install ttf-mscorefonts-installer fonts-crosextra-carlito fonts-crosextra-caladea I get absolutely no nagging regarding this, so I don't even know how that nagging would show up. The thing is, that this pulls in some extra Ubuntu crud that you...
by Pjotr
Thu Mar 28, 2024 6:09 am
Forum: Networking
Topic: Terrible connexion
Replies: 4
Views: 71

Re: Terrible connexion

The information request is simply a one-size-fits-all piece of text that I copy/paste into many forum threads like these (yup, I'm lazy). Don't take it personal. :wink: This should bring at least some improvement (beneficial in all cases): https://easylinuxtipsproject.blogspot.com/p/internet.html#ID...
by Pjotr
Wed Mar 27, 2024 6:12 pm
Forum: Software & Applications
Topic: ttf-mscore-fonts without ubuntu-pro baggage?
Replies: 3
Views: 113

Re: ttf-mscore-fonts without ubuntu-pro baggage?

This should work: https://easylinuxtipsproject.blogspot.com/p/first-mint-cinnamon.html#ID1.8 (item 1.8 ) Note that it's not enough to simply use the Debian package. More is needed to keep those unspeakable Ubuntu packages from creeping in afterwards. Which is of course a bloody shame, but it is what...
by Pjotr
Wed Mar 27, 2024 5:59 pm
Forum: Nederlands - Dutch
Topic: [SOLVED] Updaten in terminal
Replies: 8
Views: 147

Re: Updaten in terminal

Ik zie niet zoveel voordeel in apt. Het "ouderwetse" apt-get doet precies wat ik wil, en het is in elk geval een laag van complexiteit minder. Ik hou van simpel....
by Pjotr
Wed Mar 27, 2024 5:25 pm
Forum: Nederlands - Dutch
Topic: [SOLVED] Updaten in terminal
Replies: 8
Views: 147

Re: Updaten in terminal

Nog beter:

Code: Select all

sudo apt-get update && sudo apt-get dist-upgrade
(kan ook met apt, maar apt-get blijft mijn favoriet)
by Pjotr
Wed Mar 27, 2024 4:08 pm
Forum: Networking
Topic: Terrible connexion
Replies: 4
Views: 71

Re: Terrible connexion

If need be, establish temporary internet connection by other means . Please generate an overview of your system like this: - Launch a terminal window (this is how to launch a terminal window) ; - Make the terminal window full screen, to avoid chopped lines; - Copy/paste this command into the termina...
by Pjotr
Wed Mar 27, 2024 5:13 am
Forum: Software & Applications
Topic: Solved: Failed updates
Replies: 4
Views: 99

Re: Failed updates

It's very easy. From the menu, launch Software Sources.
by Pjotr
Tue Mar 26, 2024 6:57 pm
Forum: Software & Applications
Topic: Solved: Failed updates
Replies: 4
Views: 99

Re: Failed updates

Try another mirror server. Or wait until your current mirror has been synchronized.

Go to advanced search