電腦和網路使用筆記
記錄分享個人玩電腦的筆記。電腦是一種工具,善用軟體,可以玩得有效率。 p.s. 小弟分享的是個人實際使用的版本,未必是最新版本。
2025年10月21日 星期二
如何在 Netlify 架設 Quarto 網站
›
參考: https://chatgpt.com/share/68f70a75-b748-800e-96a2-39b957d0fe9b 備註: 1. 在 Netlify 上 Build command 留空白就好,不要打 quarto render 2. 在 ubuntu 下用 ...
2025年5月13日 星期二
免費手寫軟體
›
軟體 功能 安裝方式 Xournal++ 免費筆記軟體,支援手寫、PDF 匯入註解 sudo apt install xournalpp Krita 強大繪圖軟體,可繪製幾何圖、滑順筆觸 sudo apt install krita OpenBoard 教學專用白板,可錄影與...
2024年9月7日 星期六
如何在 wxmaxima 的 text cell 輸入 LaTeX 的數學式
›
TeX: $\omega$, $|\cos(\phi)|$ TeX: \[ x^2 = 0 \]
2024年9月3日 星期二
iframe 的用法
›
利用 iframe 這個 html 的 tag,就可以在網頁中顯示其它網頁的內容 <iframe src="https://yourhost.com/path/to/notebook.html" width="100%" heigh...
2024年9月2日 星期一
如何用 git 更新檔案
›
git add . git commit -m "Update website content" git push origin main
›
首頁
查看網路版