Extensions
Please refer to Useful Visual Studio Code Extensions .
Set Python Environment for Visual Studio Code Server
-
File -> Preference -> Settings
-
Click on Workspace.
-
Search for
Python Path. -
Change Python Path to the one you want to use.

Please refer to Useful Visual Studio Code Extensions .
File -> Preference -> Settings
Click on Workspace.
Search for Python Path.
Change Python Path to the one you want to use.

Open /etc/apt/sources.list and add the following line to the end.
deb http://www.backports.org/debian jessie-backports main contrib non-free
or
deb http://ftp.us.debian.org/debian/ jessie-backports main contrib non-free
deb-src http://ftp.us.debian.org/debian/ jessie-backports main contrib non-free
Make sure the GPG …
First use diskutil list to list all avaiable disks
and identifiy the external hard drive to mount.
For example,
running diskutil list on my Mac gives me the following output
and /dev/disk2s1 is the partition (NTFS) to mount.
$ diskutil list
/dev/disk0 (internal):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme …My Windows PC in my office slows down signficantly after running for several days. I have cleaned up the startup applications to the most I can. The only way I can think of is to automatically restart the computer early morning every few days. The article [Windows10] How to set …
mktemp is preferred to tempfile.It is recommended that you use pip to install Python packages.
If you don't already know the proxy in use (in your company), read the post Find out Proxy in Use to figure it out.
Set proxy environment variables.
set http_proxy=http://user:password@proxy_ip:port
set https_proxy=https://user …