Profile-sync-daemon (psd) is a tiny pseudo-daemon designed to manage your browser's profile in tmpfs and to periodically sync it back to your physical disc (HDD/SSD). This is accomplished via a symlinking step and an innovative use of rsync to maintain back-up and synchronization between the two. One of the major design goals of psd is a completely transparent user experience.
Notre site WordPress est maintenant configuré pour utiliser le cache Redis. Le gain de performance se fait clairement ressentir au chargement des pages. Cette configuration est assez simple à mettre en place si vous disposez de votre propre serveur. Nous vous conseillons donc de le faire!
ow graphics mode should enable itself when it detects certain GL features are not available but there are times when you might want to force it on. Here’s how you can force low graphics mode on 16.04 LTS (Xenial) :
nano ~/.config/upstart/lowgfx.conf
Paste this into it:
start on starting unity7
pre-start script
initctl set-env -g UNITY_LOW_GFX_MODE=1
end script
Log out and back in
If you want to stop using low graphics comment out the initctl line by placing a ‘#’ at the start of the line.
This won’t work in 16.10 Yakkety because we’re moving to systemd for the user session. This will be fixed in due course.