memo
Terminalでの作業が多くなってきたのでscreenを使ってみる。 .screenrc ファイル defencoding utf8 hardstatus alwayslastline "[%02c] %`%-w%{=b bw}%n %t%{-}%+w" escape ^z^z startup_message off autodetach on 新規仮想画面の追加 ^z c 次の仮想画面へ…
GDMログイン時に次の環境変数を設定するように ~/.xprofile に記述する。 export SAL_EMBEDDED_BITMAP_PRIORITY=0~/.xprofile は実行可能にする。
/usr/lib/openoffice/share/fonts/truetype/ 以下にTTFファイルをコピーする。
XPのドライバファイル net5416.cat net5416.inf ar5416.sys を用意する。ndiswrapper のインストール $ sudo aptitude install ndiswrapper-utils-1.9 ndiswrapper-source $ sudo m-a prepare $ sudo m-a a-i ndiswrapperXPのドライバファイルのインストール…
$ sudo aptitude install uim uim-xim uim-anthy/etc/X11/xinit/xinput.d/uim を編集する。 GTK_IM_MODULE=uim QT_IM_MODULE=uim XMODIFIERS=@im=uim XIM_PROGRAM_XTRA=uim-toolbar-gtk-systrayuimを入力メソッドに指定する。 $ sudo update-alternatives --…
$ sudo aptitude update $ sudo aptitude dist-upgrade $ sudo aptitude install beryl emerald-themes $ beryl-managerメニューバーからシステム→設定→セッションを選び、beryl、emeraldをセッション開始時に起動させるように設定する。
mp3を再生する $ sudo apt-get install libxine-extracodecs日本語化する $ sudo apt-get install kde-i18n-ja
次のサイトからコーデック一式(essential-xxxxxxxx.tar.bz2)を入手する http://www1.mplayerhq.hu/design7/dload.html 展開したファイル群を /usr/lib/win32/ へコピーする $ tar jxf essential-xxxxxxxx.tar.bz2 $ sudo mkdir /usr/lib/win32 $ cd essentia…
VMwareをインストールしたフォルダにあるvmnetcfg.exeでgatewayを確認して/etc/network/interfacesのgatewayを修正する。 これでゲストOSから外部へ正常にアクセスできるようになった。
次のスクリプトを実行して256色表示可能かどうか確かめる。 http://frexx.de/xterm-256-notes/data/256colors2.pl .vimrcに次の一行を追加する。カラースキームを指定する前に追加すること。 set t_Co=256http://www.vim.org/scripts/script.php?script_id=1…
自分の.vimrcではNautilusの右クリックメニューの「"GVim Text Editor" で開く」から開くとエラーが出るのでその回避方法のメモ。/usr/share/applications/gvim.desktop ファイルをコピーする。 $ cp /usr/share/applications/gvim.desktop ~/.local/share/a…
エンコードに必要なもの lame, gstreamer0.8-lame, gstreamer0.10-plugins-ugly-multiverse をインストールする。 $ sudo apt-get install lame gstreamer0.8-lame gstreamer0.10-plugins-ugly-multiverse Sound Juicer のエンコード設定 audio/x-raw-int,ra…
:a[Enter]を入力後に[Shift]+[Insert][ESC]でペーストする。
WindowsではCygwinで作業すると楽かも。 拡張作成用Firefoxを用意する Firefoxがインストールされているディレクトリ($FIREFOXDIR)にあるchromeディレクトリに移動してjarファイルを展開する。 $ cd $FIREFOXDIR/chrome $ for file in *.jar; do unzip $file…
suexecファイルをリネームしてApache2を再起動する。 $ cd /usr/lib/apache2 $ sudo mv suexec suexec.STOP $ sudo /etc/init.d/apache2 restartsuEXEC サポート - Apache HTTP サーバ
/etc/apt/sources.list に次の行を追加する。 deb http://www.freshnet.org/debian/ dapper/New backport: vim 7.0-035 debs for Ubuntu Dapper
Linuxではurlbarにフォーカスしても選択状態にならないので、以下の設定をuser.jsに追加する。 user_pref("browser.urlbar.clickSelectsAll", true);
$ sudo apt-get install ffmpeg $ ffplay hoge.flv