chensheep

@chensheep

Joined on Oct 26, 2022

  • contributed by <chensheep>
     Like  Bookmark
  • contributed by < chensheep > 降低核心和使用者層級之間的通訊成本 請參考 ac11a22 Reduce shared buffer size using 2-bit encoding per grid commit 中使用兩個 bits 去描述一個 grid 的值,分別為 00 表示 O 01 表示 X 11 表示其他
     Like  Bookmark
  • Upgrade Go to https://www.virtualbox.org/wiki/Downloads to download latest version. Make sure that you download both VirtualBox Platform Packages VirtualBox Extension Pack Make sure that both of these version should be same!
     Like  Bookmark
  • # On ubuntu Ubuntu 24.04.2 LTS, user created with # this command its login shell is /bin/sh sudo useradd -m username sudo useradd -m -s /bin/bash username sudo passwd username useradd 指令的預設登入 Shell 取決於系統的設定,通常是 /bin/sh 或 /bin/bash,這可以從 /etc/default/useradd 檔案查看: grep SHELL /etc/default/useradd 使用者預設登入 shell
     Like  Bookmark
  • contributed by < chensheep > 2025q1 第 1 週測驗題 測驗 1 image 參考 list_insert_before 說明如上圖,是要在給定的 before 前加入新的 item。 考慮以下情形,目前 list 中有三個 items。
     Like  Bookmark
  • Steps select Advanced options for Ubuntu image press e to edit boot parameters image edit boot configuration then press ctrl+x to boot
     Like  Bookmark
  • contributed by < chensheep > Reviewed by Andrushika 撰寫文件時的用詞正確性、語句通順度 根據老師撰寫的資訊科技詞彙翻譯: 「實作」會是符合上述 "implement" 語意的譯詞,取「起」以「創作」的意思,而「製造」本質上是固定輸入並通常產生固定輸出的行為。 目前全篇都寫作「實做」,建議修改。
     Like 1 Bookmark
  • contributed by < chensheep > 運用並行處理來強化網站資料存取的效率 : yeh-sudo 本質上還是一個 single threaded 的資料庫,大量並行處理的情況下會有效能瓶頸。 Redis 2024 年修改授權條款,ValKey 是從舊版本 Redis fork 出來的專案。 開發環境Linux andyyeh-ubuntu 6.5.0-21-generic gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 AMD Ryzen 7 4800HS RCU:一種同步機制,允許多個 reader 讀取資料,同時一個 writer 更新資料
     Like  Bookmark