Setup conda env lazily when LC_LAZY_CONDA present. Add the following line to your ssh config:
Host server
HostName ssh.my-server.com
User ubuntu
+ SetEnv LC_LAZY_CONDA=1Setup conda env lazily when LC_LAZY_CONDA present. Add the following line to your ssh config:
Host server
HostName ssh.my-server.com
User ubuntu
+ SetEnv LC_LAZY_CONDA=1| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome] | |
| "DesktopSharingHubEnabled"=dword:00000000 |
| mkdir -p ~/opt/git | |
| cd ~/opt/git | |
| # download packages | |
| wget https://ppa.launchpadcontent.net/git-core/ppa/ubuntu/pool/main/g/git/git_2.50.1-0ppa1~ubuntu20.04.1_amd64.deb | |
| wget https://ppa.launchpadcontent.net/git-core/ppa/ubuntu/pool/main/g/git/git-man_2.50.1-0ppa1~ubuntu20.04.1_all.deb | |
| dpkg-deb -x git_*.deb root | |
| dpkg-deb -x git-man_*.deb root | |
| mkdir -p ~/bin |
Note
Checkout how to use aTrust in ICT!
This documentation introduces an alternative to Sangfor EasyConnect client, which is quite outdated and annoying.
By following this tutorial, you'll be able to:
This gist contains my self-use blacklist for browser plugin uBlacklist.
Each website in this list satisfies at lease one of the following criteria:
| from requests import Session | |
| from re import match, search | |
| from bs4 import BeautifulSoup as bs | |
| from os import system, chdir | |
| class Teleplay: | |
| def __init__(self, url: str) -> None: | |
| '''Initialize a teleplay. `url` be like: `https://www.meijuwo.net/play/5940-1-1/`.''' | |
| m = match(r'(https://www.meijuwo.net/play/\d+-\d+-)\d+', url) |
| π Morning 33 commits βββββββββββββββββββββ 13.8% | |
| π Daytime 81 commits βββββββββββββββββββββ 33.9% | |
| π Evening 125 commits βββββββββββββββββββββ 52.3% | |
| π Night 0 commits βββββββββββββββββββββ 0.0% |