Thread: No GPRS or WIFI
View Single Post
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#2
To PING a website in XTerminal type:
Code:
sudo gainroot
ping google.com
or to get your IP address:
Code:
sudo gainroot
ifconfig
You need to be root to call these commands so make sure you ha rootsh installed.