susa.net
Raspberry Pi reading WH1081 weather sensors using an RFM01 and RFM12b | SusaNET
http://www.susa.net/wordpress/2012/08/raspberry-pi-reading-wh1081-weather-sensors-using-an-rfm01-and-rfm12b
Arduino Yun, Dragino 2 (MS14), and Carambola2 Notes. Clas Ohlson WH1080 RFM01 Configuration. Creator CI20 SBC (MIPS PowerVR). Arduino Yun, Dragino 2 (MS14), and Carambola2 Notes. Clas Ohlson WH1080 RFM01 Configuration. Creator CI20 SBC (MIPS PowerVR). Raspberry Pi reading WH1081 weather sensors using an RFM01 and RFM12b. August 17, 2012. I originally used the RFM12b, simply because I had one to hand, but later found that the RFM01 appears to work. There are variants of the Fine Offset WH1080 with transmi...
opensourcetutor.com
» Linux Administration
http://www.opensourcetutor.com/category/linux-administration
On Linux, Web Development, Joomla and Magento commerce. Articles in the Linux Administration Category. Logitech Clearchat Skype KDE with Phonon problem. 9 Nov 2011 One Comment. This is a holder page for a bit more information on the issue but basically Phonon won’t retain it’s settings. The clearchat works fine but Phonon won’t use it by default or hold the priority you give it. The short answer is to install pavucontrol. Sudo apt-get install pavucontrol. How to rsync directory structure but not files.
opensourcetutor.com
» Transportation
http://www.opensourcetutor.com/category/transportation
On Linux, Web Development, Joomla and Magento commerce. Articles in the Transportation Category. Open Source everywhere I turn. 21 Aug 2007 One Comment. Is it just me or is this the year of open source? Facebook & Django with Pyfacebook – and a blurb on open source. 25 Jul 2007 One Comment. Update May 2009: If you made it here trying to find how to write Django apps for Facebook, probably the best resource I have seen to get started is. Logitech Clearchat Skype KDE with Phonon problem. How to Speed up Ma...
opensourcetutor.com
» awk
http://www.opensourcetutor.com/tag/awk
On Linux, Web Development, Joomla and Magento commerce. Articles tagged with: awk. Bash command to determine multiple logins sorted by user with the most logins. 29 May 2008 No Comment. W awk ‘{a[$1] }END{for(i in a){print a[i] ” ” i} ’ sort -rn head. This is a slight modification of the 1 liner that sorts your bash history by commands used:. History awk ‘{a[$2] }END{for(i in a){print a[i] ” …. Logitech Clearchat Skype KDE with Phonon problem. How to rsync directory structure but not files. Some tips and...
projects.drogon.net
Rasberry Pi | GPIO Examples 1 - A single LED | Gordons Projects
https://projects.drogon.net/raspberry-pi/gpio-examples/tux-crossing/gpio-examples-1-a-single-led
Projects, Fun and Games from Gordon @ Drogon. Skip to primary content. Skip to secondary content. Initial setup 1: Secure, Re-Partition & Swap. Setup 2 More tweaks to save precious RAM. 1: A single LED. 2: Two more LEDs. 3: More LEDs and a Button. Raspberry Pi and SDL. Initial setup of the ATmega. Using the Arduino IDE with the Gertboard. Gertboard ATmega IO vs. Arduino Pins. Connecting to the Gertboard. Analog to Digital to Analog. Rarr; Raspberry Pi. Rarr; GPIO Examples. Rarr; Tux Crossing. If we allow...
opensourcetutor.com
» FreeNX & NoMachine
http://www.opensourcetutor.com/category/freenx-nomachine
On Linux, Web Development, Joomla and Magento commerce. Articles in the FreeNX and NoMachine Category. Nomachine – FreeNX fullscreen switching. 21 Jul 2007 2 Comments. Something that was not obvious to me when using NX client was the ability to get out of fullscreen. I initially thought that they just hadn’t implemented it as yet. but we are now on version 3 and I thought that the mere oversight should have been fixed by now. Nomachine NX – Desktop Sharing & Shadowing now available. 21 Jun 2007 5 Comments.
opensourcetutor.com
» Python
http://www.opensourcetutor.com/category/python
On Linux, Web Development, Joomla and Magento commerce. Articles in the Python Category. Boo Language aspx .Net using xsp2 on Mono and Linux (Ubuntu). 29 Oct 2008 No Comment. I have been playing around with boo a little bit because it has Python-inspired syntax, runs at C# speeds and is a first class citizen on dotnet. So I decided to find out what it would be like to do some web programming in it. I learned a bit about asp.Net in the process and mono also. So first thing I did was:. Open Source Ecommerc...
opensourcetutor.com
» automation
http://www.opensourcetutor.com/tag/automation
On Linux, Web Development, Joomla and Magento commerce. Articles tagged with: automation. How to schedule Linux to mute speaker volume overnight. 28 Apr 2008 No Comment. Here’s a simple method of automatically muting your volume overnight and resetting it in the morning. This is especially good for those who use softphones, skype or an IM client that have sound alerts output to speakers. So, to get started try and run:. Logitech Clearchat Skype KDE with Phonon problem. Australian Green Vehicle Guide.
opensourcetutor.com
» Web Development
http://www.opensourcetutor.com/category/web-development
On Linux, Web Development, Joomla and Magento commerce. Articles in the Web Development Category. How to rsync directory structure but not files. 14 Aug 2011 No Comment. Rsync -av –include=’*/’ –exclude=’*’ /src/path /destination/path. Rsync -av –include=’*/’ –exclude=’*’ app/design/frontend/base/default/ app/design/frontend/default/default/. Bash: Bulk Convert M4V to Good Quality FLV using ffmpeg. 14 Jun 2011 No Comment. High Quality – File size ends up being larger than the M4V. 19 Feb 2011 One Comment.