Since many have bought it i thought this would be appropriate time to discuss the functionality and if any issues people are having.
I have installed Arch linux on Pogoplug Pro also apps Transmission,Deluge, Samba ,Web Server,Web min,Mini DLNA.Only thing which I'm not able to figure out is pyload I need to do it manually but due to time constraints i could not get chance to get it installed , unless Varkey beats me (which i think he will) I'll install pyload on weekend too and probably write a guide to install all require apps(This time I'll write a script so that no manual intervention so less chances of errors.) So you just run the script and relax.
How to assign static IP to your Pogo
Edit file /etc/rc.conf
Edit /etc/resolv.conf
I have installed Arch linux on Pogoplug Pro also apps Transmission,Deluge, Samba ,Web Server,Web min,Mini DLNA.Only thing which I'm not able to figure out is pyload I need to do it manually but due to time constraints i could not get chance to get it installed , unless Varkey beats me (which i think he will) I'll install pyload on weekend too and probably write a guide to install all require apps(This time I'll write a script so that no manual intervention so less chances of errors.) So you just run the script and relax.
How to assign static IP to your Pogo
Edit file /etc/rc.conf
Code:
interface=eth0
address=192.168.1.104
netmask=255.255.255.0
gateway=192.168.1.1
Edit /etc/resolv.conf
Code:
nameserver 8.8.8.8
nameserver 8.8.4.4