這個網頁有 Markdown 文件的詳細描述: https://markdown.tw/ Ubuntu 可安裝 […]
標籤: ubuntu
Ubuntu Desktop 開啟檔案Ubuntu Desktop 開啟檔案
在 Ubuntu Desktop 的 Terminal 下命令: xdg-open 目錄/檔案 […]
“sudo gedit filename” prints a warning“sudo gedit filename” prints a warning
在 Ubuntu 20.04 的 Desktop (Gnome) 開一個 Terminal 輸入 sudo g […]
適用於 Ubuntu 的 Photoshop 替代方案適用於 Ubuntu 的 Photoshop 替代方案
GNU Image Manipulation Program (GIMP) $sudo apt update […]
Linux 如何在命令列模式上傳檔案到 Google 雲端硬碟Linux 如何在命令列模式上傳檔案到 Google 雲端硬碟
1. 到 https://github.com/prasmussen/gdrive/releases 下載 l […]
How can you completely remove a package? (in Ubuntu)How can you completely remove a package? (in Ubuntu)
Use the command: sudo apt-get purge --auto-remove packa […]
How do I become superuser on Ubuntu Linux using su/sudo?How do I become superuser on Ubuntu Linux using su/sudo?
To become root user type: ① sudo -i (same as sudo su […]
How to download a file from a website via terminal?How to download a file from a website via terminal?
下載到當前目錄: wget "http://domain.com/directory/4?action=Att […]
Ubuntu Server 設定 Samba 分享檔案Ubuntu Server 設定 Samba 分享檔案
Samba 的設定檔: /etc/samba/smb.conf [public] #這個 public 名稱可 […]
How can I configure a service to run at startupHow can I configure a service to run at startup
Edit /etc/rc.local file with this command: sudo vim /et […]