Results 1 to 8 of 8

Thread: Any App to see your IP on the desktop???

  1. #1
    Join Date
    Apr 2012
    Beans
    62

    Any App to see your IP on the desktop???

    Hi, I'm looking for some application or something that can show ur ip in the panel desktop, like the time or the weather, I tried install giplet, but doesn't install, gave many errors.

    Thanks in advance!!!

  2. #2
    Join Date
    Jun 2011
    Beans
    3

    Re: Any App to see your IP on the desktop???

    Hi gurrunaki, you can always use screenlets. I know a very usefull screenlet, but its only on desktop although.His name is Sysmonitor.

  3. #3
    Join Date
    Apr 2012
    Beans
    62

    Re: Any App to see your IP on the desktop???

    Thnx for your fast reply, I'm going try with it and I will let u something soon, but my idea is have the option to see all the time it

  4. #4

    Re: Any App to see your IP on the desktop???

    right click your connection icon and click on Connection Information.
    Linux into the classroom NOW!
    http://www.taiwan-taipei.com

  5. #5
    Join Date
    Apr 2012
    Beans
    62

    Re: Any App to see your IP on the desktop???

    I didn't know about it, and is good and easy, but... I'm running firefox like a browser and I downloaded the application called Anonymox that change your IP, plus I'm running a VPN which is connected in a server in Sweden let's say... When I make right click in my icon connexion and select connection information is giving me an IP, that is always the same even if I disconnect both vpns, the anonymox one from firefox and my private one, but if I check in the websites tracemyip.org or whatismyip.com this are giving me different IP's...

    Which one is the good one and how can I know that I'm surfing anonymously???

  6. #6
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Any App to see your IP on the desktop???

    If your familiar with conky you can use it under
    a 100% transparent unity panel.

    The line in your conkyrc would be
    Code:
    ${execi 300 curl ifconfig.me}
    093.jpeg

    or you could save this script as whatismyip and
    bind it to a shortcut key.
    It will show your IP in the notification bubble.(May need to install curl)
    Code:
    #!/bin/bash
    
    ip="$(curl ifconfig.me)" &&
    notify-send "IP ADDRESS" "$ip"
    44.png
    Last edited by stinkeye; May 7th, 2012 at 06:43 PM.

  7. #7
    Join Date
    Apr 2012
    Beans
    62

    Re: Any App to see your IP on the desktop???

    Thanks a lot I just installed it and show me the ip for some seconds, probably will back later
    But, do you know anything how find out if the IP that shows there, is the fake one? I mean, I will not leave traces in other web pages?

  8. #8
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Any App to see your IP on the desktop???

    You can go to ifconfig.me in your web browser.
    This will show your public ip everyone else sees.
    You will notice it changes when you enable Anonymox in firefox.

    You can also run it in the terminal
    Code:
    curl ifconfig.me
    Last edited by stinkeye; May 7th, 2012 at 07:50 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •