it was so easy this time... i just love when i things do work. This time it was just:
cd /usr/src/zlib-1.2.3 ./configure --prefix=/usr/arm-linux make make install
Ummmm!
Just another frank zappa fan. But i'm not here for that now. Just random blogin' for a while.
it was so easy this time... i just love when i things do work. This time it was just:
cd /usr/src/zlib-1.2.3 ./configure --prefix=/usr/arm-linux make make install
Ummmm!
first, this post is still a work in progress. it is not yet complete.
to follow this instructions you should be able to download and burn fluxbuntu 7.10 (rc) iso file and follow some steps.
customize the system a bit...
edit the /etc/samba/smb.conf file to read
[global] workgroup = MYDOMAINNAME server string = %h server username map = /etc/samba/smbusers domain master = yes ; local master = yes domain logons = yes security = user # a bit of security (these you should tweak to your needs) ;hosts allow = 192.168.0.0/16 127.0.0.1 ;hosts deny = ALL ;interfaces = 192.168.0.0/24 127.0.0.1 ;bind interfaces only = yes [ homes ] comment = Personal folders ; guest ok = no read only = no [ proyectos ] comment = Proyectos ( everyone RW ) path = /export/projects writable = yes #these will make the share to allways use these users. #and simplify the permisions management. force user = ntuser_projects force group = ntgroup_projects [ netlogon ] comment = Netlogon Service path = /export/netlogon guest ok = yes share modes = no