$ sudo add-apt-repository ppa:max-c-lv/shadowsocks-libev
$ sudo apt update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let a = [ | |
{ | |
width: 0, | |
height: 1 | |
}, | |
{ | |
width: 2, | |
height: 3 | |
}, | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
NewerOlder