2009-09-01から1ヶ月間の記事一覧

qdvdauthor-1.11.0のアップデート

qdvdauthor-1.11.0でtemplatesが統合されたのでアップデートすると気にはqdvdauthor-templatesを削除する必要がある。 $sudo emerge -C qdvdauthor-templates $sudo emerge -1u qdvdauthor

intel driver 2.8.1 にアップデートする。

最近、どうもXが負荷をかけるとフリーズする。 ドライバのバージョンを変えると症状が変化するのでいっそのこと最新版にアップデートしてみた。 環境 Let's Note Y4 GPU:i915 ubuntu 9.04 Desktop:LXDE+compiz 参考 http://intellinuxgraphics.org/ http://w…

bash コマンドの結果を配列として格納する

コマンドの結果を配列として格納する。 $ls_result=($(ls)) $echo ${ls_result[@]}

ubuntu kde-4.3 向けのリポジトリ追加

ubuntuにkdevelopの最新betaをインストールするのにkde-4.3なパッケージが必要なのでリポジトリを追加しました。 sudo sh -c "echo 'deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu jaunty main' >> /etc/apt/sources.list" sudo sh -c "echo '…

kernel 2.6.29 から 2.6.30 へのアップデート

今更アップデート。以下、oldconfigで見た値。 基本 Kernel compression mode(新規) カーネルの圧縮モード設定。gzip,bzip2,lzmaから選択。高圧縮モードはディスクスペースの節約になるそうです。組み込み用途向けとのこと。 Strip assembler-generated symb…