(2)

Shell command tricks

Print a line character by character by showing whitespaces: $ dmesg | sed -n -e '7p' | od -a 0000000 [ sp sp sp sp sp 1 , 0 0 0 0 0 0 ] sp 0000020 N e t B S D sp 9 . 0 sp ( X E N 3 0000040 _ D O M U ) sp # 0 : sp F r i sp F 0000060 e b sp 1 4 sp 0 0 : 0 6 : 2 8 sp U 0000100 T C sp 2 0 2 0 nl 0000110  […]

Continue reading

Import Maildir folder into Dovecot

Sometimes, I had backuped Maildir because I would update the server... Often, I was too lazy to reimport the mails into the new Maildir... But it's not that complicated! At least this approach works: # doveadm import -u triaxx -U triaxx maildir:/home/triaxx/mail.bak backup all The mail.bak directory  […]

Continue reading

Page top