Etikett: ubuntu

  • DDclient and loopia.se

    Want to update a subdomain on loopia dns automatically? Install ddclient sudo apt-get install ddclient step through the conf, you will replace this conf later. after installed, edit the ddclient.conf sudo nano /etc/ddclient.conf And replace it with this below: ## ## LoopiaDNS (www.loopia.se/loopiadns/) ## (supports variables: wildcard,mx,backupmx) ## protocol=dyndns2 custom=yes server=dns.loopia.se/XDynDNSServer/XDynDNS.php use=web, web=dns.loopia.se/checkip/checkip.php, web-skip=’Current IP…

  • Install spotify in ubuntu

    This works for Ubuntu 10.04 and is quite straightforward: First add ”deb http://repository.spotify.com stable non-free” to your /etc/apt/sources.list sudo nano /etc/apt/sources.list And add ”deb http://repository.spotify.com stable non-free” somewhere (without quotes) Add the public key (optional) sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 4E9CFF4E Run apt-get update sudo apt-get update Last step, promise! sudo apt-get install spotify-client-qt…