中文输入法消失 ubuntu

Ubuntu12.04下ibus輸入法的圖標經常消失,輸入中文時很不方便,從測試版開始就有這個問題。如果實在需要,可以手動重啓一下ibus進程。

按Ctrl+ALT+T 快捷鍵打開終端,

輸入: killall ibus-daemon (結束進程)

ibus-daemon -d (重啓ibus) 因爲fcitx目前無法在dash窗口裏輸入漢字,於是準備退回到ibus,那還用上面的手工辦法就太費事了。做個腳本吧。

1、建立一個名叫:reset-ibus的文件,輸入如下內容 點擊(此處)摺疊或打開 #! /bin/sh killall ibus-daemon && ibus-daemon -d 2、給他賦予執行權限後扔到/usr/bin/目錄 點擊(此處)摺疊或打開 chmod a+x reset-ibus sudo mv reset-ibus /usr/bin 3、現在你在終端裏就能夠輸入reset-ibus來重新啓動ibus進程了。 4、進入系統後自動執行reset-ibus 5、還可以做一個快捷鍵,以避免意外要用到 如果建立腳本繁瑣,也可以直接採用如下方法: ibus圖標通知欄不顯示了。解決方法:打開“啓動應用程序”,打開添加一個啓動項,名稱和註釋隨意寫,命令裏面輸入ibus-daemon -d -x -r,保存。重啓。

mothur analysis pipeline script

trim.seqs(fasta=CN.fa,qfile=CN.quala, maxambig=0, maxhomop=8, flip=T, bdiffs=1, pdiffs=2, qwindowaverage=35, qwindowsize=50, processors=7) system(./grupp_CN.pl CN.trim.fasta > CN.groups) unique.seqs(fasta=CN.trim.fasta) align.seqs(fasta=CN.trim.unique.fasta, reference=gg.ref.fasta, processors=7,flip=T) summary.seqs(fasta=CN.trim.unique.align) screen.seqs(fasta=CN.trim.unique.align, name=CN.trim.names, group=CN.groups, end=4951,start=4655,minlength=65,processors=7) summary.seqs(fasta=current) filter.seqs(fasta=CN.trim.unique.good.align, vertical=T, trump=., processors=7) unique.seqs(fasta=CN.trim.unique.good.filter.fasta, name=CN.trim.good.names) pre.cluster(fasta=CN.trim.unique.good.filter.unique.fasta, name=CN.trim.unique.good.filter.names, group=CN.good.groups, diffs=1) chimera.uchime(fasta=CN.trim.unique.good.filter.unique.precluster.fasta, name=CN.trim.unique.good.filter.unique.precluster.names, group=CN.good.groups, processors=7) remove.seqs(accnos=CN.trim.unique.good.filter.unique.precluster.uchime.accnos, fasta=CN.trim.unique.good.filter.unique.precluster.fasta, name=CN.trim.unique.good.filter.unique.precluster.names, group=CN.good.groups) system(mv CN.trim.unique.good.filter.unique.precluster.pick.names CN.final.names) system(mv CN.trim.unique.good.filter.unique.precluster.pick.fasta CN.final.fasta) system(mv CN.good.pick.groups CN.final.groups) system(./gr_puhas CN.final.groups > CN.proovikaupa.groups) remove.groups(fasta=CN.final.fasta, […]

multiple sequence alignment software

PAGAN is a general-purpose method for the alignment of sequence graphs. It includes e.g.:

phylogenetic multiple sequence alignment alignment extension by phylogenetic sequence placement modelling of Roche 454 sequencing error alignment and placement of NGS sequences pileup alignment of similar/noisy NGS reads or sequences inference of ancestral sequences

 

PAGAN documentation is available at the […]

openshift 安装 ownCloud 取代 Google Reader ( 转贴)

Google Reader’s sunset is the dawn of ownCloud news.

翻译过来就是 GR 的夕阳正是 ownCloud 新闻订阅的佛晓。

相信 Google Reader 在 7 月 1 号关闭对大家都是一个打击,虽然大家的未读都是 1000+。但是一种生活方式突然变了,总归有点怅然。至少我听闻这个消息的时候第一反应就是:妈呀!我的那么多红心怎么办!

是小企鹅输入法的作者翁学天让我意识到了:哦,好在还有替代。虽然我是它的简体中文翻译者,但是我以前真的不知道嘿嘿。

首先这个替代目前装起来还是有一点困难的。所以需要一个这样的中文教学来教大家怎么才能装上有 News 的 ownCloud。

我们开始吧。(以 openSUSE 为例)

下载

首先我们需要 Git。因为现在只有 Git 版的 ownCloud Apps 才有这个功能。

sudo zypper in git

安装好了 Git,我们需要下载这些源码

git clone https://github.com/owncloud/core

这是核心组件。

git clone https://github.com/owncloud/apps

这是带 News […]

How To Install Zend ionCube Loader for PHP in Linux

ionCube Loader Wizard

To use files that have been protected by the ionCube PHP Encoder, a component called the ionCube Loader must be installed.

For a local server you should install the ionCube Loader using the php.ini configuration file. (Please click here if you are not on a local server.)

Installation Instructions Download one of […]

owncloud install dropbox

Re: Google Drive “Grant Access” button does nothing by WayneV » Sat Jul 20, 2013 7:53 pm

Check on the Admin page under Log and see if you are getting:

Fatal PHP Call to undefined function curl_init() at /var/www/owncloud/3rdparty/Google/common.inc.php#43

and if so, make sure php5-curl is installed.