Archive for the ‘linux’ Category

ubuntu linux で起動時にスクリプトを実行する

ubuntu linux で起動時にスクリプトを実行する
1. /etc/init.d に起動するスクリプトを設置する。
skeleton というのがあるのでそれをコピッて作るといい。
と、知らなくてmysqlの起動スク [...]

Posted by ニセレブ on 9 月 9th, 2009 under linux, 備忘録 Tags: , , , , ,  •  No Comments

Thinkpad X41とubuntu 8.04でマルチモニタできた

昨日はこれにハマって3時間ぐらいつぶれた。
勢いでubuntu linuxにしたのですが大体のことは先人が残してくれた備忘録を元
に解決できます。
しかしやはりwindows や mac みたいに完成されたOSではないのでやりたいこと
がなかなかできない事があったりと、
高スキルな人かドMじゃないとデスクトップOSにlinuxは難しいと思う今日この頃。
bubbkisさんのwebサイトを参考にしたらできました。

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a “real” xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section “InputDevice”
Identifier “Generic Keyboard”
Driver “kbd”
Option “XkbRules” “xorg”
Option “XkbModel” “us101″
Option “XkbLayout” “us”
EndSection

Section [...]

Posted by ニセレブ on 7 月 14th, 2009 under linux, 備忘録 Tags: , , , , , , ,  •  No Comments