I spend my whole afternoon checking my RSS on Google Reader now. Google is going to kill it. It’s OK for me I have tons of feeds their but never had the time to read them. 

Super smart birds picking coins from you.

sudo apt-get install samba -y

nano /etc/samba/smb.conf

find this

####### Authentication #######

# “security = user” is always a good idea. This will require a Unix account

# in this server for every user accessing the server. See

# /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html

# in the samba-doc package for details.

   security = user          //change this line

then find

# This option controls how unsuccessful authentication attempts are mapped

# to anonymous connections

   map to guest = bad user

   guest account = pi      //add this line

go to the last line and add:


[Media]
comment = usb storage
path = /home/pi
browseable = Yes
read only = No
guest ok = Yes    

“Ctrl+O”  save  ”Ctrl+W” exit

run

service samba restart

Files now will be shared under /home/pi

Spend some time with the Hammer Editor, but I finally give up to make more maps. Because this can’t bring any money to me. Spend some time with the Hammer Editor, but I finally give up to make more maps. Because this can’t bring any money to me.

Spend some time with the Hammer Editor, but I finally give up to make more maps. Because this can’t bring any money to me.

You have to login ssh and then install tightvncserver:

  $ sudo apt-get install tightvncserver

after that use command vncserver to enter a password and get the vncserver started.

On windows we use ultravnc as the client. add your PI’s IP address and followed with :1.

like this : 192.168.1.99:1

It’s all done!