Wednesday, April 3, 2019

Anaconda conda install ignore certificate

To install this package with conda run one of the following:
conda install -c conda-forge sunpy 


Collecting package metadata: failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/conda-forge/win-64/repodata.json>
Elapsed: -

An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
SSLError(MaxRetryError('HTTPSConnectionPool(host=\'conda.anaconda.org\', port=443): Max retries exceeded with url: /conda-forge/win-64/repodata.json (Caused by SSLError(SSLError("bad handshake: Error([(\'SSL routines\', \'ssl3_get_server_certificate\', \'certificate verify failed\')])")))'))





DO


conda install -k -c conda-forge sunpy

Wednesday, March 29, 2017

Ubuntu 14 remote desktop fix

 If you want to connect to the :0 session
(Your main session, the one with your
opened documents, etc), you will need to edit the chrome-remote-desktop script in
/opt/google/chrome-remote-desktop.  It involves replacing the :20 in that file with :0 and 

# FIRST_X_DISPLAY_NUMBER = 20
FIRST_X_DISPLAY_NUMBER = 0

You'll also have to comment out the while statement in def get_unused_display_number(): 
that increments that counter.

Original:
def get_unused_display_number():
    """Return a candidate display number for which there is currently no
    X Server lock file"""
    display = FIRST_X_DISPLAY_NUMBER
    while os.path.exists(X_LOCK_FILE_TEMPLATE % display):
      display += 1
    return display

to:
def get_unused_display_number():
    """Return a candidate display number for which there is currently no
    X Server lock file"""
    display = FIRST_X_DISPLAY_NUMBER
    # while os.path.exists(X_LOCK_FILE_TEMPLATE % display):
    # display += 1
    return display




 https://productforums.google.com/forum/#!topic/chrome/ZIKfKtJmpNI

How do I run two separate instances of Spyder

Spyder dev here) This is very easy. You need to go to:
Tools > Prefences > General
and deactivate the option called
[ ] Use a single instance
Then every time you start Spyder a new window will be opened. If you want the old behavior back, just activate that option again.




You can use the --new-instance option as well. Just run
spyder --new-instance

Monday, December 14, 2015

I love to fix stuff. 
With my hands and words.
Leaking toilets. 
Toasted computers.
Relationships.
Anything

Sunday, June 21, 2015

Man always  ask themselves


 Who am I?

Scientist. 

American. 

Driver.

Jew.

An immigrant ... 


and we ought to ask ourselves all the time



Am I shit?


All the time...

Tuesday, June 16, 2015

582287

K31 Serial numbers and dates:

Année     Quantité         No de série
(Year)     (Quantity)     (Serial Number)
1933         1193           520010-521202
1934         15534         521203-536736
1935         13664         536737-550400
1936         11326         550401-561727
1937         11639         561728-573366
1938         10344         573367-583700
1939         15300         583701-599000
1940         33575         599001-632575
1941         54150         632576-686725
1942         49350         686726-736075
1943         50475         736076-786550
1944         51900         786551-838450
1945         26200         838451-864650
1946         15600         864651-880250
1947         20950         880251-901200
1948         20100         901201-921300
1949         15500         921301-936800
1950         13200         936801-950000
1951         23050         950001-973050
1952         21400         973051-994450
1953         5549          994451-999999
1953         7450          215001-222450
1954         17150        222451-239600
1955         11250        239601-250850
1956         6400         250851-257250
1957         2950         257251-260200
1958         3130         260201-263330

Sunday, June 14, 2015

If a problem can be solved for money, this is an expense, not a problem.