今回記述するのは、『screenfo』コマンド。Perlで作られており、以前に紹介した『screenFetch』『ARCHEY』『linuxlogo』と同じように、システム情報とディストリビューションのロゴをターミナル上に表示させるコマンドだ。対応しているOSはLinuxの他、BSDやWindowsのロゴも出力できる。 1.インストール まずはインストールから。以下のコマンドを実行する。 sudo cpan Term::ExtendedColor git clone git://github.com/trapd00r/screenfo cd screenfo perl Makefile.PL make sudo make install cp screenfo.conf $HOME/.screenfo.conf cp ./screenfo ../.screenfo 2.コマンドの実行 イン