Skip to content

Instantly share code, notes, and snippets.

View yestyle's full-sized avatar
🦀
I'm Rusting

Philip Ye yestyle

🦀
I'm Rusting
View GitHub Profile
@yestyle
yestyle / fstab
Last active December 17, 2015 05:08
To mount Windows partitions automatically on startup in Ubuntu, just add the following lines in /etc/fstab (change the device node path and/or mount point as per your own scene)
/dev/sda1 /media/reserved ntfs-3g defaults 0 0
/dev/sda2 /media/c ntfs-3g defaults 0 0
/dev/sda3 /media/d ntfs-3g defaults 0 0
/dev/sda5 /media/e ntfs-3g defaults 0 0
/dev/sda6 /media/f ntfs-3g defaults 0 0
# default.custom.yaml
# save it to:
# ~/.config/ibus/rime (linux)
# ~/Library/Rime (macos)
# %APPDATA%\Rime (windows)
patch:
schema_list:
- schema: luna_pinyin # 朙月拼音
- schema: luna_pinyin_simp # 朙月拼音 简化字模式