Skip to content

ubuntu

Autostart Synergy before logging in (LightDM)

Add this line in /etc/lightdm/lightdm.conf: greeter-setup-script=/usr/bin/synergyc <OPTIONS> <SERVER HOSTNAME> session-setup-script=/usr/bin/killall -w synergyc ession-cleanup-script=/usr/bin/killall -w synergy display-stopped-script=/usr/bin/killall -w synergyc

Upgrade Postgresql

  • by

uninstall Postgres 9.4, install 9.3, backup the database using pg_dumpall > backup.sql, uninstall Postgres 9.3, install Postgres 9.4, restore the databases using psql -d postgres… Read More »Upgrade Postgresql