- Remove ibus
sudo apt purge ibus
sudo apt autoremove- Install Sogou Pinyin and dependencies
# Download deb installer from https://shurufa.sogou.com/linux
sudo dpkg -i <sogou_xxx.deb>
sudo apt install -f| # install system package: msmtp-mta | |
| # put this config file at /etc/msmtprc | |
| # find Aliyun DirectMail service at https://aliyun.com/product/directmail | |
| defaults | |
| auth on | |
| tls on | |
| tls_trust_file /etc/ssl/certs/ca-certificates.crt | |
| aliases /etc/msmtp_aliases | |
| logfile ~/.msmtp.log |
| #!/bin/bash | |
| # Adapted from: https://wiki.postgresql.org/wiki/Automated_Backup_on_Linux | |
| set -e | |
| if [ $# -lt 2 ] ; then | |
| echo "$0 <SOURCE_DIR> <BACKUP_DIR>" | |
| exit 1 | |
| fi |
sudo apt purge ibus
sudo apt autoremove# Download deb installer from https://shurufa.sogou.com/linux
sudo dpkg -i <sogou_xxx.deb>
sudo apt install -f