https://forums.linuxmint.com/viewtopic.php?t=284037
Can you get them back? No.
But you can install the full version of xscreensaver and override cinnamon-screensaver. Please note that will also replace the Cinnamon lock-screen with the somewhat retro xscreensaver lock screen. I give no comment on whether the xscreensaver lock-screen is equally as secure.
Čítať ďalej: Screensaver Matrix
You can use:
getfacl <directoryname>
to get the permissions on the directory that might have been set using ACLs. You'll see something like that following that basically says the user has all permissions and the group has read and execute (or search) but not write:
# file: <directoryname>
# owner: username
# group: username
user::rwx
user:1000:rwx
group::---
group:username:r-x
mask::rwx
other::rwx
To give apache or a group access to using ACLs, use the following:
setfacl -m g:<groupname>:rx <directoryname>
For doing that, you can check the value of the power save mode:
cat /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
And change the value to 2 by doing:
sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
Čítať ďalej: Wifi disconnected after wake up
upravit link na spustenie chrome"
/usr/bin/google-chrome-stable %U --restore-last-session