Skip to content

Instantly share code, notes, and snippets.

@tjumyk
tjumyk / msmtprc
Last active January 22, 2024 02:29
Register Aliyun DirectMail as SMTP provider for msmtp
# 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
@tjumyk
tjumyk / backup_folder.sh
Created February 23, 2024 01:27
Script for backing up a folder, suitable as cron jobs
#!/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
@tjumyk
tjumyk / Ubuntu_24.04_Install_Sogou_Pinyin.md
Last active September 9, 2026 18:32
Ubuntu 24.04 Install Sogou Pinyin
  • 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