2013-11-17
2013-03-24
How to install webmin for Linux Mint 14 "Nadia"
ここでは、My Legacy dynabook Satellite J-50 に導入した Linux Mint 14 "nadia" に、Webmin 1.620 をインストールしてみる。
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.
See the standard modules page for a list of all the functions built into Webmin, or check out the screenshots.
Webmin はGUIでLinuxのシステム管理・各種設定を行うツールだ。Webブラウザでユーザーアカウントの管理やApache、DNS、ファイル共有などのサーバの設定、RAIDといったハードウェア設定などが可能だ。◆ How to install webmin for Linux Mint 14 "nadia"
Webmin は Perl で書かれたCGIプログラム群で構成されており、LinuxだけでなくFreeBSDやMac OS、Solaris、HP-UXなどさまざまなOSで使用できる。
また、Webブラウザがフロントエンドであるため、WindowsやMacOSなどが動作しているほかのPCから操作できる(Webminの設定で、外部からのアクセスを許可する必要がある)。
refer. : http://www.ubuntugeek.com/how-to-install-webmin-on-ubuntu-12-10-quantal-server.html
Now you need to install webmin from APT repository.
APT レポジトリから Webmin をインストールする。
1) Execute some editor and edit the /etc/apt/sources.list file and add the following lines.
適当なエディタを起動して、/etc/apt/sources.list を編集し、以下の二行を追加する。
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
2) Save and exit the file.
ファイルを保存し、終了する。
3) Now you need to download GPG key.
以下のコマンドを与えて、GPG鍵をダウンロードする。
$ wget http://www.webmin.com/jcameron-key.asc
$ sudo apt-key add jcameron-key.asc
4) Update source list.
sources.list をアップデートする。
$ sudo apt-get update
5) Install webmin using the following command
つぎのコマンドによって Webmin をインストールする。
$ sudo apt-get install webmin
--------------------------------------------------------------------------------------
How to Install webmin for Linux Mint on My dynabook Satellite J50 :
--------------------------------------------------------------------------------------
1) /etc/apt/sources.list を編集
baian@dynabook-Satellite-J50 ~ $ sudo vi /etc/apt/sources.list
[sudo] password for baian:
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
2) GPG鍵をダウンロード
baian@dynabook-Satellite-J50 ~ $ wget http://www.webmin.com/jcameron-key.asc
--2013-03-22 07:54:20-- http://www.webmin.com/jcameron-key.asc
www.webmin.com (www.webmin.com) をDNSに問いあわせています... 216.34.181.97
www.webmin.com (www.webmin.com)|216.34.181.97|:80 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 1320 (1.3K) [text/plain]
`jcameron-key.asc' に保存中
100%[======================================>] 1,320 --.-K/s 時間 0.006s
2013-03-22 07:54:21 (226 KB/s) - `jcameron-key.asc' へ保存完了 [1320/1320]
baian@dynabook-Satellite-J50 ~ $ sudo apt-key add jcameron-key.asc
OK
3) sources.list をアップデート
baian@dynabook-Satellite-J50 ~ $ sudo apt-get update
4) Webmin のインストール
Succeeded to install webmin 1.620 for Linux Mint 14 on My dynabook Satellite J-50.
baian@dynabook-Satellite-J50 ~ $ sudo apt-get install webmin
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
以下の特別パッケージがインストールされます:
apt-show-versions libauthen-pam-perl
以下のパッケージが新たにインストールされます:
apt-show-versions libauthen-pam-perl webmin
アップグレード: 0 個、新規インストール: 3 個、 削除: 0 個、保留: 9 個。
21.1 MB のアーカイブを取得する必要があります。
この操作後に追加で 134 MB のディスク容量が消費されます。
続行しますか [Y/n]? y
取得:1 http://download.webmin.com/download/repository/ sarge/contrib webmin all 1.620 [21.0 MB]
取得:2 http://archive.ubuntu.com/ubuntu/ quantal/universe libauthen-pam-perl i386 0.16-2build2 [27.9 kB]
取得:3 http://archive.ubuntu.com/ubuntu/ quantal/universe apt-show-versions all 0.19+nmu1 [33.5 kB]
21.1 MB を 1分 52秒 で取得しました (188 kB/s)
以前に未選択のパッケージ libauthen-pam-perl を選択しています。
(データベースを読み込んでいます ... 現在 299590 個のファイルとディレクトリがインストールされています。)
(.../libauthen-pam-perl_0.16-2build2_i386.deb から) libauthen-pam-perl を展開しています...
以前に未選択のパッケージ apt-show-versions を選択しています。
(.../apt-show-versions_0.19+nmu1_all.deb から) apt-show-versions を展開しています...
以前に未選択のパッケージ webmin を選択しています。
(.../archives/webmin_1.620_all.deb から) webmin を展開しています...
man-db のトリガを処理しています ...
ureadahead のトリガを処理しています ...
ureadahead will be reprofiled on next reboot
libauthen-pam-perl (0.16-2build2) を設定しています ...
apt-show-versions (0.19+nmu1) を設定しています ...
** initializing cache. This may take a while **
webmin (1.620) を設定しています ...
Webmin install complete. You can now login to https://dynabook-Satellite-J50:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.
ureadahead のトリガを処理しています ...
baian@dynabook-Satellite-J50 ~ $
****************************************************************************************************
無事に、Webmin 1.620 がインストールされた。
Webminの画面を表示するには、Webブラウザを起動して、設定を行うPCのポート10000にSSLでアクセスする。たとえば、
https://localhost:10000 ローカルからアクセスする場合
https://dynabook-Satellite-J50:10000/ ホスト名を入力してアクセスする場合
https://192.168.0.1:10000 IPアドレスを入力してアクセスする場合
すると、ユーザー名とパスワードを入力する画面が表示される。
ユーザー名(root)とパスワードを入力して[Login]ボタンをクリックすると、Webminの画面が表示される。
画面左サイドに並ぶ7つのカテゴリのいずれかをクリックすると、各カテゴリに属する詳細な設定項目が表示される。それぞれのカテゴリで設定できる内容は次のようなものだ。
カテゴリ 設定の内容
Webmin Webmin自身やユーザー用モジュール、作業ログ、Webmin用のユーザーアカウントなど
システム ユーザーパスワードの変更やユーザーアカウントの作成/削除/編集、システムログの表示、RPMパッケージのインストール/アンインストールなど
サーバ Apacheやインターネットサービス、Postfix、ProFTPD、Samba、PostgreSQL、qmail、DNS、Squidなど
その他 Perlモジュールの管理やコマンドシェルの実行、ファイルマネージャの実行など
ネットワーク ファイアウォールなど
ハードウェア RAIDシステムやネットワークインターフェイス、ディスクのパーティション、GRUB、LILOなど
Cluster クラスタに関する各種設定など
ここに挙げたのは、Webminで設定可能な項目の一部分である。設定可能な項目の詳細については、Webmin 本家の standard modules page を参照しつつ、実際にWebminを操作して確認してみよう。
See the standard modules page for a list of all the functions built into Webmin, or check out the screenshots.
なお、ディストリビューションに含まれているWebminは、バージョンが古い可能性がある。古いバージョンには、セキュリティホールがあることが多いので、実際に使用する前に、最新版にアップデートしよう。Webminには、自分自身をアップデートする機能があるので、それを利用して最新版に更新すると便利だ。
Webminのアップデート作業は、[Webmin]カテゴリの[Webminの設定]-[Webminのアップグレード]を選択する。次に、表示されるオプションから[www.webmin.comからの最新バージョン]を選択して、[Webminのアップグレード]ボタンをクリックする。画面の指示に従って作業を進めると、アップデート作業は終了だ。
なお、アップデートを行うと、言語の設定がデフォルト(英語)に戻ってしまう。日本語にするには、[Webmin]カテゴリの[Webmin設定]-[言語とテーマの変更]を選択して、言語の一覧から[Japanese(JA_JP.UTF8)]を選択する。
見た目の[テーマ]についても、ここで選択・変更が可能である。
![]() |
| Webmin -[言語とテーマの変更] |
![]() |
| Webmin - デフォルトテーマを選択 |
![]() |
| Webmin - 古い webmin テーマを選択 |
2013-02-15
Upgrade to Linux Mint 14 "Nadia" on My Legacy Notebook PC
![]() |
| Desktop upgraded to Linux Mint 14 "Nadia" |
・ HDD: 500 GB SATA-II 換装
1. Download the ISO for Linux Mint 14 "Nadia": linuxmint-14.1-cinnamon-dvd-32bit.iso from here.
Check its MD5 signature.
Check the 32-bit ISOs of Linux Mint 14 use a PAE kernel. If your processor is not compatible with PAE please use Linux Mint 13 "Maya" LTS instead. Linux Mint 13 is supported until 2017.
Open terminal and give command lines as follows:
baian@dynabook-Satellite-J50 ~ $ cat /proc/cpuinfo | grep pae
2. Create a bootable Live USB stick running Linux Mint 14 -cinnamon-32bit.
Using with LinuxLive USB Creator on Windows XP +SP3, creates portable, bootable and virtualized USB stick running Linux. Available to download here.
LinuxLive USB Creator is a free and open-source software for Windows. It will help you in your journey of discovery with Linux.
![]() |
| Execute LinuxLive USB Creator on Desktop in Windows XP |
4. Boot from the live USB stick and select the option "Check disk integrity".
5. Boot from the live USB stick and select "Start Linux Mint".
Once on the live desktop, check that your hardware is properly recognized (graphics card, wireless..etc)
![]() |
| the Linux Mint 14 Cinnamon 32bit live desktop |
7. When asked by the installer, choose "Specify partitions manually (advanced)", select the partition that you used for your current installation of Linux Mint, assign "/" to it, and reformat it to "ext4".
2013-02-13
The 32-bit ISOs of Linux Mint 14 use a PAE kernel
◎ Dothan-533 標準電圧版 quated via Pentium M - Wikipedia:
90nmプロセスで製造された。プロセッサー・ナンバーはBanias同様700番台。
改良版(Dothan-533)が新チップセット Intel 915 シリーズとともに2005年1月19日に発表される。FSBが400MHzから533MHzに向上した以外はDothanと同一。「ソノマ(Sonoma)」というコードネームで呼ばれた第2世代セントリーノ・プラットフォームとともに用いられる。
同時発表されたチップセットIntel 915シリーズ(正式には「モバイルIntel 915 Expressチップセットファミリ」)は、FSB533/400MHzに対応し、PCI Expressが使用可能。DDR2 SDRAMも利用可能になり、消費電力を削減できる。 グラフィックス・メディア・アクセラレータ 900(GMA900)が統合された 915G チップセット・ファミリはグラフィックス性能を従来製品よりも大幅に向上し、T&L にハードウェアレベルで対応していないことなどを除けば、低価格向けのGPUと同程度の性能を有する。なお、GMA900 では Windows Vista の Windows Aero (DWM)は使用できない。GMA900 の後継グラフィックである GMA950 では Windows Aero に対応している。 組み合わされる ICH は ICH6M で、最大32ビット/192 kHz 対応の HD Audio やシリアルATAが使用できる。
同時発表されたチップセットIntel 915シリーズ(正式には「モバイルIntel 915 Expressチップセットファミリ」)は、FSB533/400MHzに対応し、PCI Expressが使用可能。DDR2 SDRAMも利用可能になり、消費電力を削減できる。 グラフィックス・メディア・アクセラレータ 900(GMA900)が統合された 915G チップセット・ファミリはグラフィックス性能を従来製品よりも大幅に向上し、T&L にハードウェアレベルで対応していないことなどを除けば、低価格向けのGPUと同程度の性能を有する。なお、GMA900 では Windows Vista の Windows Aero (DWM)は使用できない。GMA900 の後継グラフィックである GMA950 では Windows Aero に対応している。 組み合わされる ICH は ICH6M で、最大32ビット/192 kHz 対応の HD Audio やシリアルATAが使用できる。
◎ Dothan-533 標準電圧版、FSBはいずれも533MHz
プロセッサ・ナンバ 動作周波数 2次キャッシュ EIST NX Bit ソケット TDP(最低周波数) 730 1.60 GHz 2MB ○ (~800MHz) ○ Socket479 27W (10.8W) 740 1.73 GHz 2MB ○ (~800MHz) ○ Socket479 27W (10.8W) 750 1.86 GHz 2MB ○ (~800MHz) ○ Socket479 27W (10.8W) 760 2.00 GHz 2MB ○ (~800MHz) ○ Socket479 27W (10.8W) 770 2.13 GHz 2MB ○ (~800MHz) ○ Socket479 27W (10.8W) 780 2.26 GHz 2MB ○ (~800MHz) ○ Socket479 27W (10.8W)
About My Notebook PC: Toshiba dynabook Satellite J50
pae (赤字で表示) に対応しているようだ。
ハードウェア構成を GUI 出力してみると…
# sudo lshw -X
2013-01-11
Get The Ubuntu Phone OS Welcome Screen On Android As A Live Wallpaper
Get The Ubuntu Phone OS Welcome Screen On Android As A Live Wallpaper:
| Ubuntu Phone OS live wallpaper for Android |
Get Ubuntu Live Wallpaper via Google Play:
2013-01-04
The First Sunrise from Kasumigaura, January, 2013
![]() |
| Hatsu-Hinode: the First Sunrise, 2013 from the Lake Kasumigaura, Tsuchiura, Ibaraki |
初日の出!2013!...と、云っても、正月三が日は寝過ごしてしまって、部屋の窓から
Posted :
Baian
on:
Friday, January 04, 2013
0
Comments:
Label: Hatsu-Hinode, Ibaraki, Kasumigaura, photos, Sakuragawa, Tsuchiura
2013-01-02
Happy New Year 2013!
A Happy New Year, 2013!!
![]() |
| "Hatsu-Hinode": the First Sunrise, 2013 from Lake Kasumigaura |
Here's wishing you a most joyous and peaceful 2013!!
Praying heartily for the recovery promotion of quake and tsunami disaster areas
and radioactive polluted areas by TEPCO, Fukushima in Japan.
Happy Birthday to the great Vibraphonist #MiltJackson,
born on this day in 1923! twitter.com/JazzRadioNow/s…
— via JAZZRADIO.com (@JazzRadioNow) January 1, 2013

2011-08-17
Emergency transport by Ambulance and have been hospitalized.
昨年9月19日夕方、生まれて初めて救急搬送されて、救命救急センターのお世話になった。
入院日記をつけていたのだが、以下は入院メモの抜粋である。
9月19日(日):
昼食後一時間程度経過後に腹部に激痛が走り、七転八倒・・・耐え難い痛み・・・
救急車を要請する。最寄りの救命救急センターへ搬送された。この間15分程度。
診断は消化器管(胃または十二指腸)の潰瘍箇所が穿孔(孔が穿いて、胃腸の体液・内容物が腹腔に漏れ出て)により耐え難い腹痛を発症した模様。
即入院。22:00過ぎ
担当医から、即手術するか、保存療法を採るか・・・一両日容体を観察して決めることに。
当日はICUのお世話に・・・
鼻腔から食道~胃腸へ挿管(体液・内容物を系外に吸引排出するため)され、以後絶食・絶飲状態に。
輸液(糖・電解質・アミノ酸+ビタミン剤)を点滴開始。24時間で2,000mlを補給。
採血開始 15ml。
腹痛はしばらく治まらず、痛み止めを希望・・・これも点滴で、効果があったのかしばしの間熟睡できた。
微熱が続いている。37.2〜36.7℃、挿管したので喉に違和感、唾を飲み込むのが辛い。
隣のベッドから訳のわからん呻き声が絶え間なく聞こえてきて、耳障りこの上ない。
とても眠れたものじゃない。明け方にようやく寝静まった模様。こちとら眠れず・・・
9月20日(月):
容体が落ち着いてきたのと、術後の患者がICUを必要としているので、一般病棟に移動する。
西棟4階の4人部屋、窓際コーナーのベッド。窓外眺望抜群で市街が一望できて気が紛れる。
ここで約半月の間お世話になります。
腹に力が入らず。激痛は去ったようだが、みぞおち付近の中から掴まれるような痛みが残っている。
就寝時に痛み止め(点滴)を処方してもらう。これが効き始めて二、三時間は熟睡できるようだ。
けれど、明け方以前に目が覚めてしまい、以後そのまま起きてしまう。
微熱が続いている。アイスノン枕を希望してアタマを冷やす。
トイレに立つも、下腹にリキが入らす、排尿・便がしづらく難儀する。
9月29日(水):
予定していた、X線透視検査:ガストログラフィン造影剤を使用。消化管に漏れの有無を検査する。
鼻腔食道挿管が外された。ようやく口から飲食できる。
まずは手始めに、指示によってガストログラフィンを二、三口飲する。いと苦し。
検査終了。漏れはない模様。
ようやく、明日の昼食から、手始めに”おもゆ”でスタート。徐々に(三食毎に)献立の負荷をあげてゆき
八分がゆまでになって、容体に問題なければ、めでたく退院に。
久しぶりに体重を量ってみる。・・・60.1㎏ !? すでに5㎏ は減量!!激痩せ状態だ。
Posted :
Baian
on:
Wednesday, August 17, 2011
0
Comments:
Label: misc, my life, 救命救急センター, 緊急入院, 胃十二指腸潰瘍・穿孔
2010-10-12
【引用記事】 Video: ‘Flying Car’ Approved for Production by WIRED VISION, Jason Paur
Note: All of Issues has been quated from Post: WIRED VISION @author: Jason Paur.
Photo / video: Itec.
サンドバギーとプロペラとパラグライダーを合体させた空飛ぶ車が、米連邦航空局(FAA)から「特殊ライトスポーツ用飛行機」(Special Light Sport Aircraft)として製造認可を受けた。
この空飛ぶ車の名前は『Maverick』(異端者、「一匹おおかみ」の意味)。製造したのはフロリダのItec社だ。空中での操縦は、ハンドルとガソリン用ペダルで行なうが、数時間の練習で利用可能になるという。
道路を走る車両としても米運輸省の許可を得ているが、Itec社は「世界の未開拓な地域」、すなわち、道路や空港などが無い地域での利用を想定している。川を渡るときは浮きを追加することもできる。
同社によると、警察など、いくつかの政府機関が、Maverickに関心を持っているという。他にも、牧場主やパイプライン監視、森林火災の発見などに利用される可能性がある。価格は8万4000ドル。
YouTube
Flying Car The Maverick Sport from Itec
[サンドバギーとパラグライダーを合体させた空飛ぶ車には、他にも英Parajet社の『SkyCar(日本語版記事)』がある。Skycarの離陸速度は時速約56キロメートルで、約200メートル以上の滑走路があればどこからでも飛び立てる。航続距離は約300キロメートル]
2010-10-05
Results of Today's Broadband Speed Test with OpenSolaris dev. snv_134
久しぶりに、イー・モバイルの端末カードを使ってインターネット接続(無線ルータ経由でマイノートPCとWiFi接続)してブロードバンド・スピードテストを試みた。
スピードテストはここ→ SPEEDTEST.NET(http://www.speedtest.net/index.php) にアクセスして、計測した。
![]() |
| Fig-01: Screen Shot of SPEEDTEST.NET Web Site |
計測用サーバーは東京: Ookla
動作環境: OS: OpenSolaris dev. snv_134, Web Browser: Firefox 3.6.10
My Note PC: Dell Latitude D410、内蔵 WiFi NIC: Intel PRO/Wireless 2200BG
ルーター: Genemova MR-GM1 (MicroReseach Inc., Japan)
ルーターの WAN 側の USB2.0 ポートに Emobile D22HW を接続。
ルーターとは無線LAN接続、G54(WEP): OpenSolaris では /dev/iwi0 として認識。
nwamd - Network Auto-Magic Daemon - によって、ネットワークの自動設定(無線LAN / 有線LAN / DHCP)が行われる。
優先的に無線LAN (Genemova) を選択しておき、自動接続させる。
計測結果は以下のとおり。 こんなもんでしょう。 WAN側ネットワークはイーアクセス/OCN 経由で。
| Fig-02: BroadBand Test Result via SPEEDTEST.NET |
Posted :
Baian
on:
Tuesday, October 05, 2010
0
Comments:
Label: Broadband, Dell D410, emobile, Internet, Net Speed Test
2010-10-04
The 79th. Tsuchiura All Japan Fireworks Competition had been Succeeded
土浦全国花火競技大会実行委員会事務局: 土浦市役所商工観光課内 TEL:029-826-1111
Copyright © committee of tsuchiura all Japan fireworks. All Rights Reserved.
日本一の煙火業者を決める第79回土浦全国花火競技大会が9月2日夜、土浦市の桜川畔で盛大に開催された。
県内外から詰め掛けた観客80万人(実行委発表)が、約2万発の”光と音の芸術”を心ゆくまで楽しんだ。
21都道府県から58業者が出品し、スターマイン(速射連発)、10号玉、創造花火の三部門で世界最高水準の技を競った。
土浦市市制施行70周年を祝って、大会提供のワイドスターマイン「土浦花火づくし」も例年以上に豪華絢爛に打ち上げられ、大観衆を熱狂させた。
下記の動画(YouTube)で、その豪華絢爛さと迫力が伝わってくる。
大会概要
土浦市市制施行70周年記念 第79回土浦全国花火競技大会
[開催日時] 平成22年10月2日(土) 午後6時〜8時30分頃
[開催会場] 桜川畔(学園大橋付近)
第79回公式パンフレット(Japanese)はこちらから。 (PDF:5.61MB)
第79回英語版パンフレット(English)はこちらから。(MS-Word *.doc形式)
第79回大会審査結果
第79回土浦全国花火競技大会の審査結果は、次のとおり。
内閣総理大臣賞 茨城県 ㈱山﨑煙火製造所
《スターマインの部》
優勝 経済産業大臣賞 茨城県 野村花火工業㈱
《10号玉の部 》
優勝 中小企業庁長官賞 茨城県 ㈱山﨑煙火製造所
《 創造花火の部 》
優勝 茨城県知事賞 宮城県 ㈱芳賀火工
関連書類:第79回土浦全国花火競技大会入賞者名簿 (PDF:1.71MB)
YouTube
2010 土浦全国花火競技大会 大会提供「土浦花火づくし」
hiramu55bocabo | 2010年10月03日
2010-08-15
OpenSolaris Tips: CUPS - OpenSolaris Printing Howto on my Notebook PC
My Notbook PC の OpenSolaris snv_134 な環境で、CUPS を動作させて、プリンタ出力する試み。
ここから CUPS の設定方法の情報を得て、手持ちのプリンタを設定し、出力することができた。
↓
Community Group printing: Documentation > Using CUPS in the Solaris OS:
http://hub.opensolaris.org/bin/view/Community+Group+printing/Using+CUPS+in+the+Solaris+OS
システム・ハードウェア環境:
Environment:
baian@saturn:~$ uname -a
SunOS saturn 5.11 snv_134 i86pc i386 i86pc Solaris
Platform:
Dell Latitude D410: Intel Pentium M730(1.6GHz), Intel 915GM,
LCD 12.1inch, SODIMM PC2-5300(533MHz) 2048MB, HDD 100GiB/160GiB
NIC(Wired): Broadcom NetXtreme BCM5751 Gigabit Ethernet PCI Express
NIC(Wireless): Intel PRO/Wireless 2200BG Network Connection (802.11b/g)
# OpenSolaris 次期リリースでは、CUPS がデフォルトの print service になるそうだったのだが、混迷中?なので・・・
設定手順
Step-01: My Notbook PC の snv_134 な環境で、CUPS を動作させるに必要なパッケージのインストール:# インストール済みの関連パッケージは次のとおり。
$ pkg list |grep cups
library/desktop/gtk2/gtk-backend-cups 0.5.11-0.134 インストール済み -----
library/print/cups-libs 1.4.2-0.134 インストール済み -----
library/python-2/pycups 1.9.46-0.134 インストール済み -----
print/cups 1.4.2-0.134 インストール済み -----
print/cups/filter/foomatic-db 0.20080903-0.134 インストール済み -----
print/cups/filter/foomatic-db-engine 0.20080903-0.134 インストール済み -----
print/cups/hal-cups-utils 0.6.19-0.134 インストール済み -----
print/cups/system-config-printer 0.5.11-0.134 インストール済み -----
$ pkg list |grep hplip
print/filter/hplip 3.9.8-0.134 インストール済み -----
Step-02: アクティブなプリントサービスの確認(クエリ):
# print-service -q
active print service: lp ・・・ default で LP が動作中。
(active print service: cups ・・・ CUPSが動作中。)
Step-03: プリントサービスを CUPS に切り替える。※ 参照:man print-service(1M)
# print-service -s cups
# print-service -q
active print service: cups ・・・ # CUPS に切り替わった。
Step-04: ここで、二つのSMFサービス/デーモンが有効になっていることを確認する。
# svcs -v svc:/application/cups/scheduler
# svcs -v svc:/application/cups/in-lpd
Step-05: CUPS Web interface : http://localhost:631/ からアクセスして、手持ちプリンタの設定を完了させる。
![]() |
| Fig-01: CUPS Web Interface |
Step-06: テストプリントを出力。日本語表記部分が文字化け(豆腐)している。
実際の日本語文書の出力は問題ない。
Step-07: 利用可能なプリンタ名を一覧表示させる。
$ lpstat -p
プリンター Canon_LBP3800 は待機中です。2010年08月10日 18時39分41秒 以来有効です
Ready to print.(Default Printer: 100BASE-TX I/F)
プリンター Photosmart-C5200-series は 2010年08月10日 10時46分25秒 から無効です -
Unplugged or turned off : Local USB 接続時に使用
プリンター Photosmart_C5280_LAN は待機中です。2010年08月10日 11時03分34秒 以来有効です
プリントの準備ができています : プリントサーバ(USB/100BASE-TX)経由、常用。
# Default Printer: Canon LBP3800(LIPS IV) は GS で出力.
![]() |
| Fig-02: Default Printer: Canon LBP3800(LIPS Ⅳ) |
"Dynamic Printer Detection":
CUPS uses the Hardware Abstraction Layer (HAL) to detect directly attached USB printers. For the detection of network printers, CUPS...
CUPS broadcasts the printers that are available on the local system to every system that is on the network.
"Printing to a Windows Hosted Printer From CUPS":
To print to a Windows hosted printer from CUPS, use the following command to create a print queue:
# lpadmin -p queue-name -v smb:~/~/windows-host/queue...
Or, access the CUPS Web interface: http://localhost:631/
The CUPS print service uses smbspool(1M) from Samba to communicate with the Windows SMB print server./print-service
"How to Add a New Attached Printer From the Desktop (GUI)":
Select "System" -> "Administration" -> "Print Manager" from the gnome menus
Fig-03: Print Manager from Gnome menus
Fig-04: Printer Property; Canon LBP3800(LAN-connection)
"Tasks That You Can Perform by Using CUPS":
Common tasks that you can perform by using the CUPS GUI or the Web interface include:
- Adding a new USB attached printer
- Adding a new network-attached printer
- Modifying the properties of an existing print queue
- Deleting a print queue
Reference:
CUPS:
- Common Unix Printing System - Wikipedia
- Common UNIX Printing System : http://www.cups.org/
- Project: Gutenprint - Top Quality Printer Drivers: Summary
- 2ch Linux Beginners 印刷関連FAQ集
HPLIP:
- HP Linux imaging and printing - Print, scan and fax drivers for Linux
print-service:
- The print-service command provides a mechanism for switching between LP and CUPS print services.
Changing the active print service requires that it be run as the root user or a user with "Printer Management" privileges.
For more information, see the print-service(1M) man page.
Posted :
Baian
on:
Sunday, August 15, 2010
0
Comments:
Label: CUPS, Dell D410, HPLIP, OpenSolaris Tips, Printing
2010-08-14
Latest Information about the Future of OpenSolaris
Latest Information about the Future of OpenSolaris, as follows:
"OpenSolaris is Dead":
by Steven Stallion
http://sstallion.blogspot.com/2010/08/opensolaris-is-dead.html
"OpenSolaris axed by Ellison":
by Timothy Prickett Morgan
http://www.theregister.co.uk/2010/08/13/opensolaris_is_dead/
"[osol-discuss] OpenSolaris cancelled, to be replaced with Solaris 11 Express":
by Alasdair Lumsden, one of the key members of the OpenSolaris community,
posted the full internal message @ OpenSolaris forums.
"Illumos Project":
http://www.illumos.org/
a community maintained derivative of the OpenSolaris ON source, including
open source replacements for closed bits, and additional changes.
"OpenSolaris、始まった!":
by kohju
http://kohju.justplayer.com/diary_2010-08-13.html
2010-08-09
Blowin' In The Wind
風に吹かれて
Renewed 1990 Special Rider Music
J-T@keさんの訳
How many roads must a man walk down
Before you call him a man?
Yes, 'n' how many seas must a white dove sail
Before she sleeps in the sand?
Yes, 'n' how many times must the cannon balls fly
Before they're forever banned?
The answer, my friend, is blowin' in the wind,
The answer is blowin' in the wind.
ねえ、どれだけ歩きゃいいんだよ?あんたに人間扱いしてもらうためにはさ。ねえ、いくつの海を越えればいいのさ?飛び疲れた鳩が浜辺でゆっくり眠るためにはさ。まったく、どれだけ大砲の玉をぶっ放せばいいのさ?そんなもの、この世から無くしちまうためにはさ。
ほら、その答はさ、あの風を見なよ。風ん中にびゅうびゅう吹かれているじゃないか。
How many times must a man look upBefore he can see the sky?Yes, 'n' how many ears must one man have
Before he can hear people cry?Yes, 'n' how many deaths will it take till he knowsThat too many people have died?The answer, my friend, is blowin' in the wind,The answer is blowin' in the wind.まったく、どれだけ天を仰げばいいのさ?大空ってやつを見るためにはさ。いったい、いくつ耳をくっつけてやればいいんだ?あの独裁者ってやつに、みんなの叫び声が届くためにはさ。まったく、どれだけ殺しゃあ、ヤツは気がつくんだ?こりゃあ、あまりにも死に過ぎだって。
ほら、その答はさ、あの風を見なよ。風ん中にびゅうびゅう吹かれているじゃないか。
How many years can a mountain existBefore it's washed to the sea?Yes, 'n' how many years can some people existBefore they're allowed to be free?Yes, 'n' how many times can a man turn his head,Pretending he just doesn't see?The answer, my friend, is blowin' in the wind,The answer is blowin' in the wind.いったい、どれだけの歳月があればいいのさ?あの荒海が、山ひとつ流し去っちまうためにはさ。まったく、何年かかるっていうんだよ?彼らが檻ん中から解放されるのにさ。まったく、どれだけ顔をそむけりゃいいのさ?見て見ないふりをしながらさ。ほら、その答はさ、あの風の中にしかねえよ。風ん中にびゅうびゅう吹かれてるじゃないか。
Posted :
Baian
on:
Monday, August 09, 2010
0
Comments:
Label: Blowin' in the Wind, Bob Dylan, Folk Rock, misc, musuc
2010-08-07
Security Update to Thunderbird 3.1.2 for OpenSolaris b134
Thunderbird 3.1.2 がリリースされた
by Hide Kay@MozillaZine.jp
Mozilla は米国時間 2010 年 8 月 5 日、定期的なメンテナンススケジュールによる、安定性及びセキュリティ問題を修正した Thunderbird 3.1.2 をリリースした。
Thunderbird 3.1.2 は Windows, Mac そして Linux 版が用意され、Mozilla ウェブサイトよりダウンロードできるほか、既存の Thunderbird 3.1 ユーザには自動アップデート経由で通知されるが、ヘルプメニューの “ソフトウェアの更新を確認”より手動で確認することも可能だ。
なお、Thunderbird 3.0 系のメンテナンスは 2010 年 12 月をもって終了を予定されており、Mozilla では最新版である Thunderbird 3.1.x への移行を勧めている。
- ダウンロード : 各国語版・各 OS 対応版 (Windows, Mac, Linux)
: SunOS (en-US) 対応版 (OpenSolaris, Solaris10, i386, SPARC)
- リリースノート : Mozilla Thunderbird 3.1.2 リリースノート
- セキュリティアドバイザリ: Thunderbird 3.1 セキュリティアドバイザリ
- 修正されたバグ : Bug List (英語)
![]() |
| Fig-01: Thunderbird 3.1.2 (ja-JP) for OpenSolaris b134 |
My Notebook PC にインストール済みの Thunderbird 3.1.1 をアップデートする。
例によって、OpenSolaris-i386 対応版(en-US) の Tarball をダウンロードしてインストールする。
Downloads for OpenSolaris(en-US)-i386: ↓
Thunderbird 3.1.2: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/3.1.2/contrib/solaris_tarball
システム・ハードウェア環境:
Environment:
baian@saturn:~$ uname -a
SunOS saturn 5.11 snv_134 i86pc i386 i86pc Solaris
Platform:
Dell Latitude D410: Intel Pentium M730(1.6GHz), Intel 915GM,
LCD 12.1inch,SODIMM PC2-5300(533MHz) 2048MB, HDD 100GiB/160GiB
アップデート・インストール手順:
1. tarball-i386(en-US) と md5sum および JLP(ja.xpi) のダウンロード:2. tarball の展開:
3. インストール
4. 起動ファイルの作成(シンボリック・リンク)
5. アプリケーションメニュー用スクリプトの作成
6. Thunderbird 3.1.2 の起動(en-US)-ProfileManager オプション付で
7. 日本語パッケージの旧バージョンの削除と新版のインストール
8. Thunderbird 再起動の後にいったん終了
9. メニューなどを日本語表示させるための設定
10. Thunderbird 3.1.2 の起動(ja-JP)-ProfileManager オプション付で
11. メールアカウントおよび環境設定、アドオンの更新・インストール・設定
12. 後始末;旧バージョン Thunderbird 3.1.1 関連ファイル・フォルダの削除
2010-08-06
Newport Jazz Festival Aug 7-8 Listen Live by npr music
NPR Music, WBGO and WGBH present live coverage of the annual American jazz festival.
This Issue was quated from A Blog Supreme/NPR Jazz
NPR Music Live From The Newport Jazz Festival
Along with WBGO and WGBH, we'll be heading to the CareFusion Newport Jazz Festival for two days of live webcasting, broadcasting and archival recordings.
Join us Aug. 7-8 for artist interviews, photo streams, live chat and plenty of music.
Newport Jazz Festival 2010 archive
Relive The Newport Jazz Festival 2010 August 8, 2010 Hear archived concerts and see photos from the CareFusion Newport Jazz Festival.
By photographer Erik Jacobs! His shots are here: http://www.flickr.com/photos/blogsupreme/
Here are some of the concerts we are hoping to feature. For a full list, see the official Newport Jazz website.
Saturday, Aug. 7
Sunday, Aug. 8
- Maria Schneider Orchestra
- Jamie Cullum
- Darcy James Argue's Secret Society with Bob Brookmeyer
- Fly
- JD Allen Trio
- Rez Abbasi Acoustic Quartet
- Julian Lage Group
- Trio da Paz with Harry Allen
- Berklee Global Jazz Institute Septet
- The Wynton Marsalis Quintet with Dave Brubeck
- Jon Faddis Quartet
- Dave Douglas and Brass Ecstasy
- Ben Allison Band
- Gretchen Parlato
- Matt Wilson Double Quartet
- David Binney's Third Occasion Quartet
- Ken Vandermark's Powerhouse Sound
- Amina Figarova Sextet
- Conrad Herwig's Latin Side of Herbie Hancock
- Marshall Allen, Matthew Shipp, Joe Morris
Posted :
Baian
on:
Friday, August 06, 2010
0
Comments:
Label: jazz, misc, Newport Jazz Festival, npr music
2010-07-25
Update to Latest Release Firefox and Thunderbird for OpenSolaris dev. b134 on My Notebook PC
Firefox 3.6.8, Thunderbird 3.1.1, Thunderbird 3.0.6 がリリースされている。
My Notebook にインストール済みの Firefox 3.6.7, Thunderbird 3.0.5 Thunderbird 3.1 をアップデートする。
![]() |
| Fig: Updated to Firefox 3.6.8 and Thunderbird 3.0.6 for OpenSolaris b134 |
opensolaris Community Group desktop: Desktop Communities > Mozilla > Get Involved
Mozilla Downloads
Firefox 3.6.8: OpenSolaris-i386 OpenSolaris-sparc Solaris10-i386 Solaris10-sparc Thunderbird 3.1.1: OpenSolaris-i386 OpenSolaris-sparc Solaris10-i386 Solaris10-sparcLightning 1.0b2 Firefox 3.5.11: OpenSolaris-i386 OpenSolaris-sparc Solaris10-i386 Solaris10-sparc
Firefox 3.0.19: OpenSolaris-i386 OpenSolaris-sparc Solaris10-i386 Solaris10-sparc
Mozilla Developer Preview (Gecko 1.9.3a5): OpenSolaris-i386 OpenSolaris-sparcSolaris10-i386 Solaris10-sparcThunderbird 3.0.6: OpenSolaris-i386 OpenSolaris-sparc Solaris10-i386 Solaris10-sparc Firefox nightly: mozilla-central / mozilla-1.9.2 Thunderbird nightly: comm-1.9.1
Downloads for OpenSolaris:
Firefox 3.6.8: http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.8/contrib/
Thunderbird 3.0.6: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/3.0.6/contrib/
Thunderbird 3.1.1: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/3.1.1/contrib/
例によって、OpenSolaris-i386 対応版の Tarball をダウンロードしてインストールする。
インストール手順については過去の投稿記事(1), (2) を参照してね。
システム・ハードウェア環境:
Environment:
baian@saturn:~$ uname -a
SunOS saturn 5.11 snv_134 i86pc i386 i86pc Solaris
Platform:
Dell Latitude D410: Intel Pentium M730(1.6GHz), Intel 915GM,
LCD 12.1inch,SODIMM PC2-5300(533MHz) 2048MB, HDD 100GiB/160GiB
Posted :
Baian
on:
Sunday, July 25, 2010
0
Comments:
Label: Dell D410, Firefox, Mozilla, Security Update, Thunderbird



























