To obtain a cuvette in glass - low qty etc, just search the keyword 'Cuvette' on ebay co uk.
You will find quite a few of them. Plastic 4ml x 25 at £6.25 for example Good luck with the project.
Search for Geek101 and see Tony Hughes' and related posts. Also look for 'baked raspberry pi mod' which makes installation of server components and changes very easy. (No affliation, disclaimer etc)
We have had a lot of success with Kingston 8gb SDHC class 4 cards with not a single failure in any of several Raspberry Pis. Kingston also gives a lifetime manufacturer's warranty on the SD card. There are quite a few sellers on eBay. Just one example Kingston 8gb SD card with a resized Debian parti...
We have had a lot of success with Kingston 8gb SDHC class 4 cards with not a single failure in any of several Raspberry Pis. Kingston also gives a lifetime manufacturer's warranty on the SD card. There are quite a few sellers on eBay. For example Kingston 8gb SD card resized Debian partition to give...
We have had a lot of success with Kingston 8gb SD HC cards. There are quite few sellers on eBay with pre-loaded Debian resized partition to give 7.5gb user space for example here http://www.ebay.co.uk/itm/110886861994
I am using Kingston 8gb class 4 SD cards with the Debian 19-04-2012 image resized to use the full partition. These have been trouble free on many Raspberry Pi's. Suppliers on eBay are quite reasonably priced and usually come with fast delivery. It's worth ordering separately when invited to order. V...
We are having continued success with Kingston 8 GB SD class 4 cards in many RPi with Debian Squeeze in a resized partition. It looks as if RS are having shortages at ordering time - and they are a bit pricey. There are a few suppliers on eBay for example http://www.ebay.co.uk/itm/8GB-SD-Card-Raspber...
There are a number of reputable sellers on eBay with SD cards preloaded with Debian RPi squeeze to get you started. I found the Kingston 8gb SDHC class 4 card with a resized partition to be very good. For example http://www.ebay.co.uk/itm/8GB-SD-Card-Raspberry-Pi-Debian-Squeeze-Kingston-Tested-Parti...
<r>Please view link <URL url="http://elinux.org/RPi_Easy_SD_Card_Setup">http://elinux.org/RPi_Easy_SD_Card_Setup</URL> and see section ' Manually resizing the SD card partitions (Optional)'<br/> <br/> The example showing 3 partitions in the table (which I do not have)$ sudo parted /dev/sdd<br/> (par...
<t>Okay - This is what I have as the 1.6GB partition<br/> <br/> linux@Ubu9:~$ sudo parted /dev/sdb2<br/> GNU Parted 2.3<br/> Using /dev/sdb2<br/> Welcome to GNU Parted! Type 'help' to view a list of commands.<br/> (parted) unit chs<br/> (parted) print<br/> Model: Unknown (unknown)<br/> Disk /dev/sdb...
<t>So here is what I have following these commands. The resize option does not look like what is given in the guide although it is showing /dev/sdb1 as the FS.<br/> <br/> linux@Ubu9:~$ df -h<br/> Filesystem Size Used Avail Use% Mounted on<br/> /dev/sda1 178G 18G 152G 11%...
<t>Seems this should be easier, but I created the 2Gb Debian Rpi image using Windows tools Win32DiskImager to an 8GB SD card. I now want to resize the partition to make use of all 8GB. I have a separate machine running UBuntu which has an internal OEM card reader, which connects into a USB port. Whe...