本文出自:http://blog.csdn.net/svitter
sudo apt-get install im-config libapt-pkg-perl fcitxfcitx-table-wbpy
im-config选择fcitx
sudo apt-get install
fcitx-ui*
sudo apt-get install fcitx-config*
...
分类:
系统相关 时间:
2014-08-18 20:35:32
阅读次数:
765
最近一直在处理samtools freebayes gatk 产生的snp数据, 结果文件都是vcf,于是自己就写了相应的类,但是总是不够完善。 海宝推荐这个模块,他都推荐了 我还抱着我那烂代码不放干啥 之前写的就当练习类了安装:sudo pip install pyvcf然后报错说没有counte...
分类:
其他好文 时间:
2014-08-18 20:13:42
阅读次数:
2182
Ubuntu 12.04 下安装 JDK8方法一:(缺点是安装时附加openjdk等大量程序并无法去除,长处是安装简单)$ sudo apt-get install eclipse方法二:(长处是安装内容清爽,缺点是配置麻烦)1、安装JDK,參考1、下载JDK 8从http://www.oracle...
分类:
系统相关 时间:
2014-08-18 18:15:12
阅读次数:
372
$ dateWed Jul 16 22:52:47 EDT 2014$ cat /etc/timezoneAmerica/New_York$ sudo dpkg-reconfigure tzdata$ service cron stop && service cron start
分类:
其他好文 时间:
2014-08-18 17:47:22
阅读次数:
215
1.系统自带的open jre是可以的,不过需要安装 sudo apt-get install openjdk-7-jre 2.一直提示build.xml错误 则需要 sudo apt-get install lib32stdc++6 sudo apt-get install lib32stdc++6 lib32z1 lib32z1-dev...
分类:
其他好文 时间:
2014-08-18 16:38:43
阅读次数:
205
源码:https://github.com/Jasig/phpCAS 文档:https://wiki.jasig.org/display/CASC/phpCAS+examples 安 装 ubuntu下使用pear安装 sudo pear install ?http://downloads.jasig.org/cas-clients/php/current.tg...
分类:
Web程序 时间:
2014-08-18 12:41:54
阅读次数:
205
Wireshark是一款非常流行的协议分析软件。自然可以网络抓包的需求。sudo apt-get install wireshark出于安全方面的考虑,普通用户不能够打开网卡设备进行抓包,wireshark不建议用户通过sudo在root权限下运行,wireshark为ubuntu(Debian)用...
分类:
系统相关 时间:
2014-08-18 12:10:34
阅读次数:
255
proftpd的配置方式类似apache,比vsftpd更易用,xampp就集成了proftpd. apt-cache search proftpd 搜索相关包 sudo apt-get install proftpd-basic 安装 安装时默认作为一个standalone server运行proftpd,如果每天的...
分类:
其他好文 时间:
2014-08-17 18:43:02
阅读次数:
296
开80端口:sudo firewall-cmd --zone=public --add-port=80/tcp --permanent重新加载防火墙:sudo firewall-cmd --reload安装nginx:sudo rpm -Uvh http://nginx.org/packages/c...
分类:
其他好文 时间:
2014-08-17 18:29:22
阅读次数:
241
1、安装apache2
sudo apt-get install apache2
运行如下命令重启:sudo /etc/init.d/apache2 restart
在浏览器里输入http://localhost或者是http://127.0.0.1,如果看到了It works!,那就说明Apache就成功的安装了。
====================================...
分类:
Web程序 时间:
2014-08-17 17:06:32
阅读次数:
282