Ubuntu 設定 apt-get 透過 proxy 更新
How to Configure apt-get behind proxy server for Ubuntu $ sudo vi /etc/apt/apt.confAcquire::http::Proxy “http://xx.xx.xx.xx:3128”;
How to Configure apt-get behind proxy server for Ubuntu $ sudo vi /etc/apt/apt.confAcquire::http::Proxy “http://xx.xx.xx.xx:3128”;
可以先用下列指令看是否有同步 # timedatectl 假設沒和 ntp server 同步可以用下列指令使其同步 # timedatectl set-ntp yes 如果發現時區設錯可以用下列指令更改 # timedatectl set-timezone Asia/Taipei 如果不要和 ntp server 同步,想要手動校正時間,請參考下面指令 # timedatectl …
# pip install “tables<=3.2.3.1” or # pip install –upgrade “tables==3.5.2”
用下列指令就可以按照檔案順序轉 pdf 格式 $ convert `ls -1 *.jpg` file.pdf or $ i=300; convert `ls -1 *.jpg` -compress jpeg -quality 100 \ -density …