- Use JabRef to export MS word xml from bib file, say 110year.xml
- Inside word, click 參考資料 -> 管理來源 -> 瀏覽,select 110year.xml
select all on the left, 複製 to the right panel
click 關閉 - Click 書目,
2020年11月1日 星期日
Create Reference and citations in word
2020年10月23日 星期五
Expand vmware Mac OS disk
- Expand disk size in vm setting, say to 60GB
- Inside mac os guest, open disk utility
- Select 容器->My29GB - Data. (not My29GB)
- click 分割 tab
- Keyin new size in 大小. The size should be less than 60GB as in step 1.
- click 套用
- Done
2020年10月6日 星期二
Use rsync to ssh on custom port
rsync -auvzpP -e 'ssh -p 7922' Fuzzy/Literature/IntuitionisticFuzzyNumber/ chiao@kpcp4.au.edu.tw:/home/chiao/Fuzzy/Literature/IntuitionisticFuzzyNumber
2020年10月3日 星期六
2020年9月26日 星期六
Ubuntu 18.04.4 LTS Hardware Enablement Stack (HWE)
sudo apt install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
set permanent dns
Edit /etc/systemd/resolved.conf, add this line:
DNS=192.168.1.1
or
DNS=<what-u-want>
Then restart ubuntu.
2020年9月18日 星期五
Plural or single noun with multiple adjectives
The followings are right.
I have a left and a right arm.
I have left and right arms.
Everyone has left and right arms. [This is correct]
The followings are wrong.
I have an old and a new cars.
I have old and new car.
訂閱:
文章 (Atom)
-
cf: https://ubuntuhandbook.org/index.php/2022/01/default-torrent-app-magnet-links-ubuntu/ Set “QBittorrent” as default app for magnet link,...
-
cf: https://stackoverflow.com/questions/54184707/warning-continue-targeting-switch-is-equivalent-to-break-did-you-mean-to-u Error while...
-
Put the lines at the first: #!/usr/bin/env python # coding: utf-8