-
Download Zawgyi-One fonts and others myanmar true type(.ttf) fonts:
- Create a directory for new fonts
# mkdir /usr/share/fonts/truetype
- Move the “.ttf” font files to the new font directory
# mv *.ttf /usr/share/fonts/truetype
Archive for January 29, 2008
Installation Myanmar Unicode TrueType fonts in Linux
Posted in Technical on January 29, 2008 by zayar43useful commands for “vim” editor
Posted in Technical on January 29, 2008 by zayar43Cut and paste text
Cutting text in vi/vim is achieved with the various delete commands which are summarized below:
“dd” Delete current line
“D” Delete from cursor to end of line
“d$” Delete from cursor to end of line
“d0” Delete from cursor to beginning of line
“dw” Delete from cursor to end of current word
“db” Delete from cursor to beginning of current word

















