This powerful PHP script can give you very useful information about your hosting machine. Try the english demo at http://www.yahei.net/tz/tz_e.php and down load it here:
Working on MAC Mini for two weeks. I don’t want to use windows any more.
This is a nice cloud for small group and people to share stuff or work together. It can be used for your own family as well. So lovely.
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.
This is a quick trick I learned yesterday:
1. Remove a service so it won’t start with the system boot
# update-rc.d -f apache2 remove
2. Add a service so it will start with the system boot
# update-rc.d apache2 defaults
Can’t be more easy than that.
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.
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!




