Ubuntu 下面用ibus在opera中输入中文
摘要:在ubuntu 下面安装了opera后,然后安装了ibus,但却发现不能输入中文,然而ibus却可以在其它程序中输入中文的。经过调查发现,原因有二:1. opera的快捷键与ibus快捷键冲突。 我的ibus启用快捷键是ctrl + space, 而opera的这个快捷键默认会打开home page。2. ibus 输入法变量没有导出,opera得不到输入法参数。网上很多人都找到了原因出在这里,但却有很多方案无法解决问题。经过很多试验,下面方案可以解决输入问题:1.打开Opera–>Tools –> Preferences, 打开Andvanced 选项卡,在右侧点击 Shortc
阅读全文
posted @
2013-06-14 17:46
七月逆流
阅读(242)
推荐(0) 编辑
Use SVN+SSH under Windows and Linux
摘要:This post is a simple write-up of the process and problem during my experience. Note: Please replace username to what you need in this post!Under Linux (Ubuntu here)1. Create public and private key under Linux1ssh-keygen -t rsa -b 4096 -f <username>You will see two new file under thedirectory.
阅读全文
posted @
2013-06-14 10:57
七月逆流
阅读(229)
推荐(0) 编辑
Ubuntu添加企业根证书
摘要:1.Install:sudoapt-getinstalllibnss3-tools2.excute:certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n <证书别称> -i <证书文件名>3.If it is new system, your certificate database might not be initialized. To fix this, perform:mkdir -p $HOME/.pki/nssdbcertutil -d $HOME/.pki/nssdb -N4.certutil
阅读全文
posted @
2013-06-05 23:45
七月逆流
阅读(459)
推荐(0) 编辑