いまさらxargsの便利さを主張してみる — ディノオープンラボラトリ

実は、GNU coreutilsのcpやmvにはxargsと組み合わせて使うためのオプションが用意されています。coreutilsのinfoにも書いてありますが、「-t」または「–target-directory」オプシ [...]

More on page 1019

QLStephen, is a QuickLook plugin that lets you view plain text files without a file extension

QLStephen, is a QuickLook plugin that lets you view plain text files without a file extension.
入れてみた。サイトからdmgを [...]

More on page 1017

東海道新幹線でイーモバイルを使用してみる - さくらぷらすブログ

東海道新幹線でイーモバイルを使用してみる
今日たまたま大阪まで行く用事があったので、帰りに新大阪から東京までD02HWを使ってイーモバイルのエリア状況を調べてみました。ちょうどよく新大阪15時53分発ののぞみ30号N70 [...]

More on page 1015

ホーム – The Miniguru – Always on the Home Row

ホーム – The Miniguru – Always on the Home Row.

HHKBにトラックポイントがついた感じだけど、激しく手を切りそう。

More on page 1011

「Windows 7」の管理機能を集約–「GodMode」の存在が明らかに:ニュース - CNET Japan

フォルダを作って名前を。
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
via 「Windows 7」の管理機能を集約–「GodMode」の存在が明らかに:ニュ [...]

More on page 1009

Windows:システムをリモートからシャットダウンする

@IT:Windows TIPS — Tips:システムをリモートからシャットダウンする
C:\>shutdown -s -m \\server01 -c “システムをシャットダウンしますR [...]

More on page 1007

Fedora12:PackageKit-command-not-foundがうざいぞ

UNIX/Linux/FreeBSD コメント (0)

うざいぞ。

# yum info PackageKit-command-not-found
Available Packages
Name : PackageKit-command-not-found
Arch : i686
Version : 0.5.6
Release : 1.fc12
Size : 99 k
Repo : updates
Summary : Ask the user to install command line programs automatically
URL : http://www.packagekit.org
License : GPLv2+
Description: A simple helper that offers to install new packages on the command
: line using PackageKit.

消すぞ。

yum remove *PackageKit*

すっきりしたぞ。

hogefoobar* @ 2 月 4, 2010

bash: ファイル名のリネームしたいけど

UNIX/Linux/FreeBSD コメント (0)

変なやり方だな。

$ touch {1,2,3,4,5}.jpg
$ ls
1.jpg 2.jpg 3.jpg 4.jpg 5.jpg
$ for i in *.jpg ; do mv $i ${i/jpg/gif} ; done
$ ls
1.gif 2.gif 3.gif 4.gif 5.gif
$

hogefoobar* @ 2 月 4, 2010

Fedora12で日本語が打てない

UNIX/Linux/FreeBSD コメント (0)

Fedora12をLiveCDからインストール後、ごりごりいろんなパッケージをいれてよろこんでたら日本語が打てない。
iBusとかいうのがデフォルトでインストールされてるけど、ちゃんと動いている気がしません。
iBusやめて古巣のSCIMに帰ることにする。

yum install scim
yum install scim-anthy
yum install scim-bridge
yum install scim-bridge-gtk

して現在に至る。
本当はコレ書いている途中で一回クラッシュした。

近いうち再インストールする気がする。

hogefoobar* @ 2 月 3, 2010