Enabling The Root Account

30 Oct

Enabling The Root Account By default the root account is disabled, but you can enable it by using this command and giving it a password sudo passwd root Now you can log into your pi as the root user.  Whilst … Read More »

weather links for Raspberry Pi

9 Dec

http://www.wunderground.com/US/OH/Dayton.html http://wxug.us/1m3lm http://images.intellicast.com/WxImages/RadarLoop/day_None_anim.gif http://www.intellicast.com/National/Radar/Current.aspx?animate=true&location=USOH0772 http://www.jeremyblum.com/2014/01/06/epaper-weather-station/ https://weatherslice.codeplex.com/ http://blog.jacobean.net/?p=1016 http://weewx.com/

Installing OpenWRT on a Raspberry Pi as a New Home Firewall

4 Mar

Installing OpenWRT on a Raspberry Pi as a New Home Firewall By Ben Miller,8 Nov 2013 http://computers.tutsplus.com/articles/installing-openwrt-on-a-raspberry-pi-as-a-new-home-firewall–mac-55984 OpenWRT is an active and vibrant home firewall project that was born on the Linksys WRT54G line of home routers. It has grown and expanded … Read More »

Install webmin on Raspberry PI

10 Sep

  wget http://prdownloads.sourceforge.net/webadmin/webmin_1.630_all.deb dpkg -i webmin_1.630_all.deb (… system complies about missing libraries) apt-get -f install (install missing libraries and complete webmin install) Web page: https://rpyaddress:10000 —- root login or Install Webmin mkdir webmin cd webmin wget http://sourceforge.net/projects/webadmin/files/webmin/1.610/webmin-1.610.tar.gz gunzip webmin-1.610.tar.gz tar xf webmin-1.610.tar cd … Read More »