Koen
(→unsorted note's on projects I'm working on) |
(→Unsorted note's on projects I'm working on) |
||
| Line 29: | Line 29: | ||
http://ubuntuforums.org/showthread.php?t=1596133 | http://ubuntuforums.org/showthread.php?t=1596133 | ||
| − | sudo apt-get install python-software-properties pkg-config | + | <pre>sudo apt-get install python-software-properties pkg-config |
sudo add-apt-repository ppa:team-xbmc | sudo add-apt-repository ppa:team-xbmc | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install xbmc xbmc-standalone | sudo apt-get install xbmc xbmc-standalone | ||
| − | sudo apt-get update | + | sudo apt-get update</pre> |
===openerp=== | ===openerp=== | ||
http://brunogirin.blogspot.com/2010/05/installing-openerp-on-ubuntu-1004-lts.html | http://brunogirin.blogspot.com/2010/05/installing-openerp-on-ubuntu-1004-lts.html | ||
Revision as of 11:56, 23 December 2010
Contents |
Who is this?
- Coordinates: 51° 3' 4" N, 3° 43' 51" E
Public Key
Updated on: 2010/12/23 by 91.176.159.97
At 0x20
- Is currently participating in these projects: Arcade, Audio System, Cleaning caturday, Dooropener, Electro Desk, Membership Shelves, Polaris, Roomba Hacking, Spacecontrol
- Is not planning to attend any events.
- Has attended these events: Meeting129, Game Night 9, Game Night 8, General assembly 2012, Meeting118, Meeting115, Game Night 7, Meeting111 and Newline planning, Meeting107, Newline Planning Meeting 00 … further results
- Attended or plans to attend a total of 81 events.
Unsorted note's on projects I'm working on
djmount
install djmount from repos.
sudo mkdir /mnt/upnp sudo chmod 777 /mnt/upnp sudo djmount -o allow_other /mnt/upnp
It seems to be needed to chmod to 777 to allow us to see the files on the upnp correctly. A system admin type got a better solution/explanation? Now we create a link to our MPD folder.
ln -s /mnt/upnp uPNP
THen install incron from repos to monitor changes in the filesystem we will use this to monitor the uPNP folder. First we need to add root to /etc/incorn.allow file.
$ cat /proc/cmdline
http://inotify.aiken.cz/?section=incron&page=doc&lang=en
http://www.straightnochaser.org/2007/06/upnp-av-streaming-in-ubuntu-with-a-d-link-dns-323/
look into fstab to make djmount start automatically
djmount /media/UPnP fuse ro,allow_other 0 0
XBMC
http://wiki.xbmc.org/index.php?title=HOW-TO_install_XBMC_for_Linux_on_Ubuntu,_a_Step-by-Step_Guide http://ubuntuforums.org/showthread.php?t=1596133
sudo apt-get install python-software-properties pkg-config sudo add-apt-repository ppa:team-xbmc sudo apt-get update sudo apt-get install xbmc xbmc-standalone sudo apt-get update
openerp
http://brunogirin.blogspot.com/2010/05/installing-openerp-on-ubuntu-1004-lts.html