Linux Mint Troubleshooting Tips

How to change the computer’s name

First check it so:

hostnamectl

Then fix it so:

hostnamectl set-hostname 'newname'

This setting will persist on reboots unlike other Linux distros.

Check it so again after reboot:

hostnamectl

Anydesk on Linux Mint cannot Unlock

First try updating the version.

Try this:

echo mynewpassword | sudo anydesk --set-password

Or try this:
bash sudo anydesk --admin-settings
If that doesn’t work, do this:
ps -aux | grep anydesk 

And kill the process.

Reference: https://askubuntu.com/questions/1118266/cannot-access-security-panel-from-anydesk

Only Office Editors oversized interface

Right click the icon, then:

run onlyoffice-desktopeditors with --force-scale=1

 

 

Share this article

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top