Daily Shaarli

All links of one day in a single page.

2013 M12 31

Mémo autohébergement - Phyks.me

Ils nous manque quel'que truc la dedans (jabber, mail)

Force apt-get to resolve conflicting packages

Just force overwrites on the installation of the conflictive package:

sudo dpkg --force-overwrite -i /var/cache/apt/archives/libqt5multimediaquick-p5_5.0.1-0ubuntu1_i386.deb

If that's not enough for the installation to succeed, you can also force everything dpkg can complain about (be careful doing this!):

sudo dpkg --force-all -i /var/cache/apt/archives/libqt5multimediaquick-p5_5.0.1-0ubuntu1_i386.deb

After doing that, just issue the suggested command again:

sudo apt-get -f install

Algorithmic Trading: From Market Indicators to Back-Testing | Toptal

Automatic selling / buying stock algorithm