在 Ubuntu Desktop 的 Terminal 下命令: xdg-open 目錄/檔案 […]
標籤: linux
linux: Dynamic Update Client (DUC) for No-IPlinux: Dynamic Update Client (DUC) for No-IP
sudo -i cd /usr/local/src wget https://www.noip.com/cli […]
Linux 如何在命令列模式上傳檔案到 Google 雲端硬碟Linux 如何在命令列模式上傳檔案到 Google 雲端硬碟
1. 到 https://github.com/prasmussen/gdrive/releases 下載 l […]
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 […]
certbot 刪除不需再更新SSL的域名(domain)certbot 刪除不需再更新SSL的域名(domain)
刪除指令 (Ubuntu): sudo certbot delete --cert-name www.your […]
certbot renewcertbot renew
更新指令 (Ubuntu): sudo certbot renew --quiet --no-self-upg […]
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 […]
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 […]
Disable autostart for a service without uninstalling?Disable autostart for a service without uninstalling?
sudo update-rc.d tomcat disable Basically update-rc.d w […]
nano editornano editor
Copy and Paste cut current line: Ctrl + K copy a […]