15th August 2009
in
Networking, cli
If you want to find out what external IP address your router has assigned to it, you can either search the Internet for sites that can display that said IP address or you can use the Linux command line:
wget -O - -q ican[...]
Tags: IP, router
8 Comments
12th August 2009
in
Networking, cli
If you want to have access to Windows shares and mount them like normal drives in Linux, use the smbmount command:
smbmount “\\\\WINDOWS\\c” -c ‘mount /mount/Windows’ -I 192.168.0.3
where “\[...]
Tags: network, samba, shares
1 Comment
10th August 2009
in
Applications, GNOME, System
If you want your most-used applications already opened when you boot up into your Ubuntu box, all you have to do is go to System > Preferences > Startup Applications and in the Options tab check the box next to [...]
Tags: Applications, remember, Ubuntu
2 Comments
8th August 2009
in
Uncategorized, cli
You can search Google.com from the Linux command line without using a CLI web browser like lynx or Elinks. All you need is the curl and html2text packages installed. Then you issue the following command:
curl -A Mozilla [...]
Tags: browser, curl, Google, search
12 Comments