Raspbian + WSL image 2013-05-2013

This is how you can update you’re old image, but first:

USE THIS AT YOUR OWN RISK AND MAKE A BACKUP

Symlink
Add symlink from home folder pi:
ln -s /usr/share/nginx/www/websolarlog /home/pi/websolarlog
Init.d
Download the websolarlog script from below this file and copy it to:
/etc/init.d/websolarlog
and run the following two commands
chmod 755 /etc/init.d/websolarlog
update-rc.d websolarlog defaults
 
Packages:
sudo apt-get remove xserver* –purge;
sudo apt-get remove x11-common x11-utils x11-xkb-utils –purge
sudo apt-get autoremove
sudo apt-get remove xarchiver xkb-data –purge
sudo apt-get remove libx{composite,cb,cursor,damage,dmcp,ext,font,ft,i,inerama,kbfile,klavier,mu,pm,randr,render,res,t,xf86}* –purge
sudo apt-get remove lxde* lx{input,menu-data,panel,polkit,randr,session,session-edit,shortcut,task,terminal} –purge
sudo apt-get remove obconf openbox gtk* libgtk* alsa* python-pygame scratch tsconf desktop-file-utils –purge
sudo apt-get remove omxplayer –purge
sudo apt-get autoremove
sudo apt-get install nginx php5-fpm php5-cli php5-sqlite php5-mcrypt php5-cgi php5-curl php5-svn
sudo apt-get install sqlite3
Now your raspbian is the same as the new image.
WebSolarLog init.d script (811.0 B, 1033 downloads)