adsense from aus

Thursday, December 24, 2009

Avator

电影史上的一个里程碑。

Friday, December 4, 2009

Veency for iphone

Allow you to control your iphone from computer

* Search for Veency and Install it on your iPhone. Please note that you will not find the icon of Veency app on the home screen like other iPhone apps, however it will be running in the background.

* You will then need to connect to your iPhone with Veency running in the background using a VNC client. You can use VNC clients such as UltraVNC or TightVNC to connect your Windows desktop. If you're using a Mac, then you can use Chicken VNC.

* To connect to your iPhone, you will also need your iPhone's IP address. You can find it under Settings -> Wi-Fi (look for the IP address).

* Use the IP address to connect to your iPhone using the VNC Client.

* If the connection is successful, you should see a message "Remote Access Request" on your iPhone which needs to be accepted to remotely access your iPhone as seen below.

mobile terminal and openSSH for iphone



Mobile terminal is developing by google group. It only supports some of the comments, but not all. Hope they can add in more functions, such as telnet.

OpenSSh:

Good tool, simply use mac terminal to connect:
ssh root@192.168.1.100
password: alpine

You can browser file with this.

or install filezilla or winscp client to browser.

Both tools are available at Cydia.


How to change password for openSSH?

Run Terminal and since this logs you in as mobile user by default you need to type at the prompt:
su root
password: (type alpine)

Now you should be logged in as root. Then just type:
passwd

It should now prompt you to type in a new password.