Ubuntu 24.x 遇到 Failed to start gdm.service 修復

Ubuntu Linux 24.x 突然遇到 Xwindow 無法進入,看到下述訊息:

  • Failed to start GNOME Display Manager

  • Failed to start gdm.service

要怎麼解決呢?

閱讀全文〈Ubuntu 24.x 遇到 Failed to start gdm.service 修復〉

Linux 遇到 SUID sandbox helper binary was found 錯誤修正

之前參考此篇:Linux 使用 Nativefier 將 Web 服務變成應用程式 將網頁轉>換成 Linux 的應用程式~

但是 Ubuntu Linux 升級到 24.04 後,執行卻會出現下述錯誤:

FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/messenger-linux-x64/chrome-sandbox is owned by root and has mode 4755.

要怎麼解決呢?

閱讀全文〈Linux 遇到 SUID sandbox helper binary was found 錯誤修正〉

Ubuntu Linux 24.04 Thunderbird 實體路徑修改

Ubuntu Linux 升級到 24.04 Noble Numbat,結果升級到一半 GUI 當掉了,重開後只能手動升級,結果幾乎全部重來~

搞到幾乎所有設定都得重新來過~~

閱讀全文〈Ubuntu Linux 24.04 Thunderbird 實體路徑修改〉

Linux sort 排序並取代原始檔案

Linux Bash shell 常常會使用到 sort、uniq 等等的指令,而這些通常會使用暫存檔來處理~

想要檔案排序後,覆蓋掉原始檔案,可以使用:sort file > tmp; mv tmp file

有沒有更快的作法呢?

閱讀全文〈Linux sort 排序並取代原始檔案〉