2008-06-01から1ヶ月間の記事一覧

Qt コンパイル 実行

$ qmake -project //projectを作る(ディレクトリに対して行う) $ qmake hello1.pro // $ make $ ./hello1

grub timeout 無効

grubのタイムアウト時間を無効$ emacs /boot/grub/grub.conftimeout 5 ↓ コメントアウト #timeout 5

Ubuntuでipv6解除

/etc/modprobe.d/aliasesalias net-pf-10 ipv6 を alias net-pf-10 off再起動lsmod | grep ipv6 で確認。 何も出力されていなければ完了。

sshが遅い

Ubuntu 8.04においてsshが遅い。/etc/ssh/ssh_config の GSSAPIAuthentication=no で解決するらしい。実際解決するが、GSSAPIAuthenticationって何でしょう。

Qtインストール

gcc,g++,makeを事前にインストール (sudo apt-get install g++ など)http://trolltech.com/downloads/opensource#qt-open-source-editionから"Qt Open Source Edition for C++ Developers: X11 Download"をダウンロード$ tar zxvf qt-x11-opensource-src-x.x…

ubuntu network restart

$ sudo /etc/init.d/networking restart