2024年1月13日 星期六

Linux mint 的狀態欄不小心刪掉了

 參考論壇的討論文章: https://forums.linuxmint.com/viewtopic.php?p=2004336#p2004336

開啟終端機 (按快速鍵: Ctrl + alt + T), 再執行以下命令就能恢復:

    dconf reset -f /org/cinnamon/

沒有留言:

張貼留言

在 linux 系統下簡單的 tar 檔案讀寫程式

參考網站: https://github.com/calccrypto/tar/tree/master,  改寫成我想用的: listtar.cpp #include <stdio.h> #include <stdlib.h> #include <s...