2014年2月11日 星期二

Ubuntu 13.10, 14.04, 15.10, 16.04

[System Settings] -> [Appearance] -> [Behavior] -> [Enable Workspaces]
(14.04)[System Settings] -> [Appearance] -> [Behavior] -> [Show the menu for a widow] -> [Set to "In the window's title bar"]
[System Settings] -> [Languagu Support] -> (install all package) -> [Install/Remove Language] -> (add Traditional Chinese, Japanese)

sudo apt-get install
vim htop tree rpm2cpio meld unrar tofrodos tmux

minicom tftp-hpa tftpd-hpa openssh-server samba lftp

git-core git-svn git-cvs git-email tig subversion cvs exuberant-ctags gitk tig

bison cpp flex g++ gcc gettext texinfo patch patchutils libncurses5-dev u-boot-tools python-xcbgen automake texlive libtool build-essential libncurses5-dev zlib1g-dev gawk ccache gettext libssl-dev xsltproc g++ zlib1g-dev gawk libncurses5-dev libc6:i386 mtd-utils

virtualbox

firefox addon
xmark, Block ads
GIT-SVN: error: git-svn died of signal 11
http://mkl-note.blogspot.tw/2018/03/git-svn-error-git-svn-died-of-signal-11.html
sudo add-apt-repository ppa:dominik-stadler/subversion-1.9
sudo apt-get update
sudo install libsvn-perl
Ubuntu 13.10 中文輸入法
http://mkl-note.blogspot.tw/2014/02/ubuntu-1310.html
Ubuntu 14.04 的中文輸入法...唉
http://mkl-note.blogspot.tw/2015/01/ubuntu-1404.html
為什麼的「麼」打不出來?? - Google Groups
https://groups.google.com/forum/#!topic/chewing-devel/8VnzaqsniRI
剛才看了一下新酷音給的字檔、辭檔,「麼」有這些讀音:
ㄇㄚˊ, ㄇㄚ˙, ㄇㄛˊ, ㄇㄜ˙

sudo apt-get install ibus-chewing
Reboot is needed.
[System Settings] -> [Text Entry] 
Or go to the top-right corner to click [En] -> [Text Entry Settings]
Click on [+] -> [Select Chinese (Chewing)]
Japanese (Mozc) 有羅馬拼音輸入法

Config gitmkl Note: Learning GIT
http://mkl-note.blogspot.com/2008/12/learning-git.html
git config --global user.name "Your Name Comes Here"
git config --global user.email you@yourdomain.example.com

git config --global color.diff auto;
git config --global color.status auto;
git config --global color.branch auto;

git config --global alias.r rebase;
git config --global alias.rc "rebase --continue";
git config --global alias.ra "rebase --abort";
git config --global alias.rk "rebase --skip";
git config --global alias.st status;
git config --global alias.bi bisect;
git config --global alias.br branch;
git config --global alias.ci commit;
git config --global alias.cia "commit --amend";
git config --global alias.co checkout;
git config --global alias.f fetch;
git config --global alias.cp cherry-pick;
git config --global alias.ap "add -p";

git config --global branch.autosetuprebase always;
git config --global core.autocrlf false
dash -> bash
sudo rm /bin/sh ; sudo ln -s /bin/bash /bin/sh

http://mkl-note.blogspot.tw/search?q=ssh+key
user=user
server=server
ssh-keygen -t rsa
scp ~/.ssh/id_rsa.pub $user@$server:~
ssh $user@$server "mkdir -p ~/.ssh/ ; cat ~/id_rsa.pub >> ~/.ssh/authorized_keys; rm -v ~/id_rsa.pub"

(14.04) /etc/fstab, add the following line for "mount -bind":
/home/tftpboot /var/lib/tftpboot none bind 0 0

Enable subversion save password
http://mkl-note.blogspot.tw/2015/01/save-password-in-subversion.html

mkl Note: Install Adobe Flash Player
http://mkl-note.blogspot.tw/2014/02/install-adobe-flash-player.html

Webex
mkl Note: Download and Install Java on Ubuntu 12.04
http://mkl-note.blogspot.tw/2013/09/download-and-install-java-for-linux.html
(2016.12.23: Now even with 16.04, still cannot connect to Webex, saying my browser is not supported.)

Line
於 Ubuntu Linux 15.04 安裝 LINE - Tsung's Blog
https://blog.longwin.com.tw/2015/07/ubuntu-linux-install-line-2015/

Teamviewer
TeamViewer Linux Download
https://www.teamviewer.com/en/download/linux/
 

沒有留言: