タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

Vineに関するsidetailのブックマーク (4)

  • daisuke blog - Vine Linux コードネーム

    [vine][酒] Vine Linux コードネーム 2007年12月02日 14:22更新 Vine Linux のコードネームは 2.0 以降はフランス・ボルドーのワインからもらっています。飲んだことがあるものばかりですが、それぞれのバージョンにあわせて特に意味があって選んでいるというわけではありません。お値段もいろいろで、高いものから安めのものまで。とりあえず3.0〜4.0まで紹介してみます。いくつか適当にワイン屋へリンクをはってありますのでワインが嫌いじゃなかったら飲んでみてください。 (追記) セカンドラベルも追加。レフォールも十分おいしいけど、セカンドでも高くなっちゃったなあ。 Vine Linux 4.0 (Latour) Ch. Latour / シャトー・ラトゥール Les Forts de Latour / レ・フォール・ド・ラトゥール Vine Linux 3.

  • XGL と Compiz 導入のメモ: 日々のあしあと

    とりあえず XGL と Compiz は上手く動くようになったんだけれども、 忘れないように一応やったことをメモしてみた。 まずインストール。 # apt-get update ; apt-get upgrade (これで XOrg を更新) # apt-get install libdrm glitz Xgl compiz 次に起動前の準備として、xorg.conf を編集して色深度を 24bit に変更し、 Gentoo の wiki にある以下の起動用のスクリプトを適当な場所に startxgl.sh とかして作って(chmod +x もして)おく。 #!/bin/bash echo ">Starting XGL at Display: $1" echo "========= XGL ============" Xgl :$1 -ac -accel xv -accel glx:pbu

    XGL と Compiz 導入のメモ: 日々のあしあと
  • Test Page for the Nginx HTTP Server on Vine Linux

    This page is used to test the proper operation of the nginx HTTP server after it has been installed. If you can read this page, it means that the web server installed at this site is working properly. This is the default index.html page that is distributed with nginx on Vine Linux. It is located in /usr/share/nginx/html. You should now put your content in a location of your choice and edit the roo

  • VineLinux:kshを使う(その2)

    以前にご紹介したpdkshですが、どうも動きがおかしいです。いや不安定と言うべきか。 例えば、こんなスクリプトを動かしてみます。 #!/bin/ksh EXIT_FLG=0 while (( ${EXIT_FLG} == 0 )) do cat pipe | while read MSG do echo "before $EXIT_FLG" (( EXIT_FLG=1 )) echo "after $EXIT_FLG" done done pipe(ここでは名前付きパイプ)から1行読み出すとEXIT_FLGは1になってシェルは終了するはずなんですが、何故か内側のループを抜けた瞬間にEXIT_FLGが0に戻ってしまうんです。 あとはファイルテストコマンドの否定がうまく動かなかったり。こっちは動くソースと動かないソースがあったりするので非常に困ったちゃんです。 どうしたもんかと思っていたら、

    VineLinux:kshを使う(その2)
  • 1