jonz94

@jonz94

Yet Another Coder.

Joined on Oct 12, 2016

  • Installation On Windows, if you want to only install git, without git-bash, git-gui, etc, you can install mingit on https://github.com/git-for-windows/git/releases 設定 git 環境 https://git-scm.com/book/zh-tw/v1/ https://ihower.tw/blog/archives/5436 # 檢查設定 $ git config --global --list
     Like  Bookmark
  • change screen size (when grub selection) video=1600x900 change font size # setfont ter-i16n # setfont ter-i18n # setfont ter-i24n # setfont ter-i32n verify the computer support UEFI
     Like  Bookmark
  • virtio driver 相關資訊主頁: https://github.com/virtio-win/virtio-win-pkg-scripts 最新版本下載點:https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/ open cmd.exe shift + F10 to popup cmd.exe show all mounted disk wmic logicaldisk get caption
     Like  Bookmark
  • Find extension by id source: https://stackoverflow.com/a/51283520/9979122 Open about:memory. Click "measure" in Show memory reports. In the Main Process section, scroll down to Other Measurements. There you will find the installed (active) extensions with their names and their ids displayed as baseURL=moz-extension://[random-ids]. :::info This method works for both Firefox and Firefox for Android. Note that only enabled extensions are shown. :::
     Like  Bookmark
  • VIA advanced keycodes Reference: https://docs.qmk.fm/#/keycodes MT(MOD_LCTL,KC_ESC) MT(MOD_LSFT,KC_SPC) MT(MOD_LSFT,KC_LBRC) MT(MOD_LSFT,KC_RBRC) LT(3,KC_F) LT(2,KC_ENT) OSM(MOD_LSFT)
     Like  Bookmark
  • Screenshots Windows Terminal: https://github.com/microsoft/terminal settings.json: https://settings.jonz94.dev/windows-terminal
     Like  Bookmark
  • Screenshots Visual Studio Code: https://github.com/microsoft/vscode settings.json: https://settings.jonz94.dev/vscode
     Like  Bookmark
  • Settings jonz94's vscode settings jonz94's Windows Terminal settings
     Like  Bookmark
  • In network settings, create a PPPoE connection Then, use rasdial command line utility connect rasdial "<connection_name>" "<account>" "<password>" disconnect
     Like  Bookmark
  • For Ubuntu Linux, macOS, Windows Use jabba: https://github.com/shyiko/jabba Use installation script described on the README to install it :::danger The prefered way to install jabba is via the installation script This will make sure all the features is working out of the box
     Like  Bookmark
  • # HTTP/2 ##### NCU 計算機網路 TED Talk > 中央資工三A [卓鈺翔](https://fb.me/jonz94) <small>2017/01/02</small> --- # 大綱 * 名詞與一些概念解釋 * HTTP 的歷史 * HTTP/1.x 的問題 * HTTP/2 的特色 * 如何使用 HTTP/2 * 使用 HTTP/2 的好處 * 意料之外的小趣聞 * DEMO * Q & A --- # 名詞解釋 ---- # h2 * 是 HTTP/2 的另外一個稱呼 > 在架設 HTTP/2 網站的時候 > 使用的套件名稱有時候叫作 `h2` > 等等提到的 h2 都是在指 HTTP/2 ---- ## HTTP Header ## & ## HTTP Body > 指的是 HTTP 封包的標頭和資料 > 與 HTML 裡面的 head 和 body 不同 --- # HTTP 的歷史 ---- <!-- .slide: data-background="#EEEEEE" --> <img src="https://im
     Like  Bookmark