2008-10-05から1日間の記事一覧

bash機能を用いて超お手軽、拡張子の一括変更

hoge.htmとかimage.JPGとかをhoge.htmlやimage.jpgなどと、拡張子だけを一括変更する方法。ファイルの数が少ない場合は普通にmvすればいいのだが、ディレクトリごと一斉置換したい場合は以下のようにする:例:*.htmを*.htmlに置換する# for f in *.htm; do …

面倒なことはしない: bash入門(I)

毎回オプションを記述するのは面倒なので、以下シェルスクリプトを書いた。 ffmpegで携帯810Tで再生可能な動画形式へコンバート - 全部楽しもう とあるけど、 #!/bin/sh OPTION="-y -t 20 -vcodec mpeg4 -b 64k -r 15 -s 176x144 -acodec aac -ar 16000 -ab …

Ubuntu 7.10でgnashからFlash PlayerをAdobe Flash Player 10に切り替える

最近じゃ Uninstalling Gnash in Ubuntu, Bernie Zimmermann (November 10, 2007) http://ubuntuforums.org/showthread.php?p=3725680 (November 7th, 2007) http://ge.ubuntuforums.com/showthread.php?t=755805 (April 15th, 2008) というような具合なので…

Ubuntu 7.10 (Hardy) を Ubuntu 8.10 (Intrepid) beta へアップグレードする方法

id:ayucat_on_tabelog:20081005:latest_vlgothic_from_intrepid で Hardyの子はttf-vlgothic (20071215-1)なので、Intrepidからttf-vlgothic (20080908-1)だけを持ってきて入れた。 HardyにIntrepidから最新のttf-vlgothicだけ持ってくる - グルメ検索研究会…

HardyにIntrepidから最新のttf-vlgothicだけ持ってくる

Hardyの子はttf-vlgothic (20071215-1)なので、Intrepidからttf-vlgothic (20080908-1)だけを持ってきて入れた。 特に問題は起きないで簡単にできる。 $ curl http://mirrors.kernel.org/ubuntu/pool/main/t/ttf-vlgothic/ttf-vlgothic_20080908-1_all.deb -…

Ubuntu 7.10 (Hardy)の64ビット(x64)版でAdobe Flash Player 9を入れる方法

今はこれがベーシックなやり方らしい。 $ sudo aptitude install flashplugin-nonfree [...] 以下の新規パッケージが自動的にインストールされます: nspluginwrapper 以下の新規パッケージがインストールされます: flashplugin-nonfree nspluginwrapper 0 個…

Firefox 3.0.3が1GB以上のメモリを消費している。

$ my-ps-grep fire USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND ayucat 6600 5.2 52.7 1649120 1074108 ? Sl Oct04 26:46 /usr/lib/firefox-3.0.3/firefoxひーーーっ!!!