Search:

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

Search: Search took 0.22 seconds.

  1. Replies
    7
    Views
    491

    Re: Dell E5520 not working in 13.04

    try the following commands:
  2. Replies
    7
    Views
    491

    Re: Dell E5520 not working in 13.04

    ]run the following commands :
    iwconfig
    and
    rfkill list all
  3. Replies
    7
    Views
    491

    Re: Dell E5520 not working in 13.04

    run the following commands :
    iwconfig
    and
    rfkill list all
  4. Replies
    1
    Views
    4,965

    Re: Python urllib2.urlopen() timeout with DNS

    I was having the same problem. But i found out that it was due to python using system set proxy. So in order to disable you can make the following changes:

    import os
    os.environ['http_proxy']=''
    ...
Results 1 to 4 of 4