Search:

Type: Posts; User: cutesar; Keyword(s):

Search: Search took 0.03 seconds.

  1. [ubuntu] Re: Speedtest.net -> variance in download speed reports

    The download speed varies because of your internet connection . Try to use different browser or reset the modem or router and check your internet speed by using Scanmyspeed.com
  2. Replies
    8
    Views
    1,151

    [all variants] Re: what is external IP address of my router

    hi,

    I visit the site what you have mentioned above . It shows only my current ip address. I'm in need to know my geolocation, country , etc. So far i have searched in online and get those...
  3. Re: HOWTO: Check you external IP Address from the command line

    Well ! the following code is used to find ip address :

    ifconfig | grep -E 'inet.[0-9]' | grep -v '127.0.0.1' | awk '{ print $2}'

    Usually, i use Ip-details.com to get extarnal ip address .
  4. Replies
    18
    Views
    8,852

    Re: Playing older PC games on Ubuntu

    I agree with you duckhook
  5. Replies
    4
    Views
    1,116

    Re: How To Change Ip Address In Linux?

    You can change ip address using ifconfig command itself. To set IP address example : 192.168.1.5, enter command:
    # ifconfig eth0 192.168.1.5 netmask 255.255.255.0 up
    # ifconfig eth0

    or use...
  6. Replies
    17
    Views
    148,317

    [SOLVED] Re: Setting up Static IP Address - 12.04LTS

    ping the ip or domain name

    For example : ping www.google.com to find ip address of google.

    you can also use http://www.ip-details.com/domain-host-search/ to find website ip address .
Results 1 to 6 of 6