Skip to content

Instantly share code, notes, and snippets.

View upupming's full-sized avatar
🎯
Working

Yiming Li upupming

🎯
Working
View GitHub Profile
let a = [
{
width: 0,
height: 1
},
{
width: 2,
height: 3
},
]
@upupming
upupming / gist:aaf78d0ed82203b253a9d08be0ce7daf
Created December 23, 2018 06:29
Windows 10 disable Cortana & enable UTC time
# Windows 10 disable Cortana & enable UTC time
1. WIN + R, REGEDIT
2. HKEY_LOCAL_MACHINE > SOFTWARE > Policies > Microsoft > Windows, New > Key, "Windows Search", New > DWORD (32-bit) Value. Type in AllowCortana, and hit enter.
3. cmd; Reg add HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation /v RealTimeIsUniversal /t REG_QWORD /d 1
@upupming
upupming / auto-start-shadowsocks.md
Created June 18, 2018 08:10
Configure shadowsocks for automatically start on Ubuntu 17.10, 18.10, etc.

Add shadowsocks ppa

$ sudo add-apt-repository ppa:max-c-lv/shadowsocks-libev
$ sudo apt update

Install using apt