After setting up a SMB Samba share on my Raspberry Pi in Squeezeplug, the size of the mounted volume showed the size of the SD-card instead of the USB hard disk. To fix it, I had to change the setup for Samba. Here’s what I did to fix it.
Raspberry Pi Car Computer
Update: You can find my latest update on the progress of my Raspberry Pi Car Audio System here.
I’m working on a Raspberry Pi as a music player in my car. I’m putting all my music on a SSD disk in lossless FLAC. I’ve already got hold of a 2×16 character LCD with six button from Adafruit that only uses two pins for communication with I2C. It’s easy to program and it has four different background colors.
Raspberry Pi avahi-daemon disabled because there is a unicast .local domain – solved
When setting up a Raspberry Pi with SqueezePlug, my favorite distribution for setting up a music server I always get the error message “avahi-daemon disabled because there is a unicast .local domain” because I have a lot of Apple equipment configured with Bonjour. To fix it, all you need to do is to edit /etc/default/avahi-daemon
and change the line:
AVAHI_DAEMON_DETECT_LOCAL=1
to
AVAHI_DAEMON_DETECT_LOCAL=0
then restart the Avahi-daemon with
sudo service avahi-daemon restart
Problem solved.
Going Paperless With Evernote and Any Scanner On Your Mac

Going paperless
Tired of drowning in stacks of papers? Want to go paperless? Here’s how I moved all my documents to the cloud and cleared up a lot of the clutter at home. I used my old trusty photo scanner, because when all the old papers are scanned and achieved, I only have to scan the new inflowing papers, not the insane stacks of paper I had previously.
Scanning Workflow
The easiest route is to buy an advanced duplexed document scanner like the highly regarded and award winning Fujitsu ScanSnap iX500 duplex document scanner. It comes with all the software you need and you just put in a stack of papers, receipts or business cards and away it goes.
There’s also a small portable scanner called Doxie Go that looks interesting, with rechargeable batteries and a SD card slot.
But I don’t have the money to buy one now so my old flatbed scanner, the Canon CanoScan 8800f, now discontinued and replaced with the better Canon CanoScan 9000F have to do at least for now. It’s not really made for scanning large amount of papers, but it does the job. I’ve made what I think is a pretty good workflow so I’ll try to describe it. Maybe you can find some nuggets here.
How to use interrupts with Python on the Raspberry Pi and RPi.GPIO » RasPi.TV
How to use interrupts with Python on the Raspberry Pi and RPi.GPIO » RasPi.TV:
We’ve finally got interrupt capability on the Raspberry Pi for GPIO programming in Python using RPi.GPIO.
Interesting! Saving this link for later experimenting. Need buttons for my Carputer Raspberry Pi.
Via Scoop.it!
- « Previous Page
- 1
- …
- 11
- 12
- 13
- 14
- 15
- …
- 24
- Next Page »