未分类

我的Ubuntu开发环境设置

输入法(fcitx)

解决某些软件不能使用问题,如:Idea, Emacs

设置如下环境变量到/etc/bash.bashrc~/.bashrc配置文件,重启系统或注销后重新登录即可。

1
2
3
4
export XMODIFIERS="@im=fcitx"
export QT_IM_MODULE="fcitx"
export QT4_IM_MODULE="fcitx"
export GTK_IM_MODULE="fcitx"

文档与代码片断管理

https://zealdocs.org/

可用于替代Mac下的Dash。

PostgreSQL

https://wiki.postgresql.org/wiki/Apt

Cassandra

Cassandra 3.7 单节点开发环境安装:http://docs.datastax.com/en/cassandra/3.x/cassandra/install/installDeb.html

运行cqlsh报不能连接任务服务器错误:

1
2
$ cqlsh
Connection error: ('Unable to connect to any servers', {'127.0.0.1': TypeError('ref() does not take keyword arguments',)})

解决

1
2
export CQLSH_NO_BUNDLED=true
pip install cassandra-driver

KVM

https://help.ubuntu.com/lts/serverguide/libvirt.html

分享到