Ubuntu 管理心得

搜尋此網誌

2023年1月27日 星期五

中文異體字

  1. Go to http://zht.glyphwiki.org/wiki/u2137c-fv
  2. Download ttf: u2137c-jv.ttf
  3. In terminal run: gnome-font-viewer u2137c-jv.ttf, 點選 "安裝"
  4. Run font-manager or 字型總管),





  5. Inside libreoffice, select font u2137c-fv and press Ctrl-Shift-U 3013 to get the
    character:

    𡍼

全字庫:
  1. Download from : Open_Data.zip
  2. Unzip ttf: Fonts/TW-Kai-Ext-B-98_1.ttf 
  3. Click TW-Kai-Ext-B-98_1.ttf to install ttf





  4.  Click 𡍼 to copy it and paste to libreoffice or other editor.

2023年1月17日 星期二

Install firefox with apt instead of snap

 cf: https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04


ATTN: Must BE backup $HOME/.mozilla FIRST! New firefox will delete .mozilla


  • sudo snap remove firefox
  • sudo add-apt-repository ppa:mozillateam/ppa
  • echo ' Package: * Pin: release o=LP-PPA-mozillateam Pin-Priority: 1001 ' | sudo tee /etc/apt/preferences.d/mozilla-firefox
  • echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:${distro_codename}";' | sudo tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox
  • sudo apt install firefox

2023年1月12日 星期四

dlink 842 turn off upnp

基本設定 ->  區域網路 -> 進階設定... (at bottom right) -> 啟用 UPnP IGD: 關閉



2023年1月9日 星期一

透過沖煮控制酸質

 cf: https://www.cometrue-coffee.com/blog/more-acidic-2 

參考上述網頁:


  • 研磨越細,萃取速度越快(註:萃取時間不同於沖煮時間)。研磨得越粗代表酸質越高、樂系代表苦味越多。
  • 沖煮時間越長、萃取的時間也會拉長。短時間沖煮酸質越多,長時間沖煮則越苦。
  • 水溫越高,萃取速度越快,但太低溫則無法萃出酸質。「沖煮時會同時萃出好跟不好的酸質,熱沖的咖啡會比冷萃咖啡萃出更多酸質(冷萃咖啡的特性就是非常溫和的酸質)

想要得到酸質更高的咖啡,可以用較高溫的水、較粗的研磨及較短的沖煮時間。如果咖啡臭酸,可以研磨細一點並延長沖煮時間,或是降低水溫來減少酸質。但是降低水溫的同時要記得拉長沖煮時間,因為萃取時間會因溫度降低而拉長。



lftp 嚴重錯誤 Certificate verification: Not trusted

 cf: https://www.kaijia.me/2012/11/lftp-fatal-error-certificate-verification-not-trusted-issue-solved/


Edit /etc/lftp.conf, add this line:

set ssl:verify-certificate no

網誌存檔