Koen
Steamrunner (Talk | contribs) (→djmount) |
Steamrunner (Talk | contribs) |
||
| Line 3: | Line 3: | ||
|PublicKey=ssh-dss AAAAB3NzaC1kc3MAAACBANxueGaXitrqsqWyLvFlpyDA+U6xgPdTzxSCqv82BiQBAheo2sd5DaYrSWLKugShzya7RuV8xSX2w8TtmK7IJu92X1UKQ4XGkEJdZENIbk8tqT3rYkV4ndB9uMIfGsimagRNxxlz3MI4A3zk+qud3uTOl/LDUmVajNkjgCuv/FPfAAAAFQCEWueVNLGNtmdDrv3ZHrV3haAszwAAAIEAke6D84aQsWEzKTCifG+eGAyzguIfgBTqOTwVd+LtK2LLXEvEljIn/FdMM1gM0jShd6GdCtrnH1lsebESNCR0MmDZgvkAjfP5u+Fx3McP2ZAk8FuWogTHgwC8oZreqjSPX1hHnVbeL0N/anfKOoRb/FC155KsoyjWJoRw80F1vMEAAACAHEeWkF8PVTuh3Ar0q/gVyQg+IDk8pd4zsH9JqT5VBLY95XKXuLuXLxPVBUJxHc8jL0GQrSdV2KgFpbiYKHEluTVh/Y/AvMjt8Cmz7cEx56LTK5Ybk2VdVoFQl0O8SG4OV2nyZZhfbg0eNWLNIUkhsWNresUhWxW2dPZZTi1C+50= koen@kickseed | |PublicKey=ssh-dss AAAAB3NzaC1kc3MAAACBANxueGaXitrqsqWyLvFlpyDA+U6xgPdTzxSCqv82BiQBAheo2sd5DaYrSWLKugShzya7RuV8xSX2w8TtmK7IJu92X1UKQ4XGkEJdZENIbk8tqT3rYkV4ndB9uMIfGsimagRNxxlz3MI4A3zk+qud3uTOl/LDUmVajNkjgCuv/FPfAAAAFQCEWueVNLGNtmdDrv3ZHrV3haAszwAAAIEAke6D84aQsWEzKTCifG+eGAyzguIfgBTqOTwVd+LtK2LLXEvEljIn/FdMM1gM0jShd6GdCtrnH1lsebESNCR0MmDZgvkAjfP5u+Fx3McP2ZAk8FuWogTHgwC8oZreqjSPX1hHnVbeL0N/anfKOoRb/FC155KsoyjWJoRw80F1vMEAAACAHEeWkF8PVTuh3Ar0q/gVyQg+IDk8pd4zsH9JqT5VBLY95XKXuLuXLxPVBUJxHc8jL0GQrSdV2KgFpbiYKHEluTVh/Y/AvMjt8Cmz7cEx56LTK5Ybk2VdVoFQl0O8SG4OV2nyZZhfbg0eNWLNIUkhsWNresUhWxW2dPZZTi1C+50= koen@kickseed | ||
}} | }} | ||
| + | |||
| + | == Macs == | ||
| + | {{Mac|mac=00:15:af:41:b1:77|name=Koen}} | ||
| + | {{Mac|mac=00:14:0b:3d:af:cb|name=Koen}} | ||
| + | |||
==Unsorted note's on projects I'm working on== | ==Unsorted note's on projects I'm working on== | ||
===djmount=== | ===djmount=== | ||
Revision as of 20:40, 13 February 2011
Contents |
Who is this?
- Coordinates: 51° 3' 4" N, 3° 43' 51" E
Public Key
Updated on: 2011/02/13 by Steamrunner
At 0x20
- Is currently participating in these projects: Arcade, Audio System, Cleaning caturday, Dooropener, Electro Desk, 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.
Macs
- 00:15:af:41:b1:77 = Koen
- 00:14:0b:3d:af:cb = Koen
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/
to make djmount start at boot the following was added to /etc/rc.local
djmount /data/music -o allow_other &
look into fstab to make djmount start automatically
djmount /media/UPnP fuse ro,allow_other 0 0
servers
http://www.cybergarage.org/twiki/bin/view/Main/MediaGateForJava
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