You may need to configure a proxy server if you're having trouble cloning
or fetching from a remote repository or getting an error
like unable to access '...' Couldn't resolve host '...'
.
Consider something like:
# The following should be in `/etc/sudoers`. To edit `/etc/suoders` use the command `sudo visudo` in a terminal. | |
# *Do NOT attempt to modify the file directly* | |
Defaults env_reset | |
Defaults mail_badpass | |
Defaults env_keep+="http_proxy ftp_proxy all_proxy https_proxy no_proxy" # Add this line | |
... |
""" | |
@author: Brandon Harmon | |
@date : 9 April, 2014 | |
@description: | |
Pass this program the location of the places.sqlite file for firefox | |
(for me it is ~/.mozilla/firefox/mwad0hks.default/places.sqlite) | |
It will output a csv file where you designate in the 2nd param | |
""" | |
import sqlite3 as lite |