2013-10-01から1ヶ月間の記事一覧
iPhone初期化方法が圧倒的w # ページ ページビュー数 1 iPhone初期化方法 - ablog 5,095 2 iPhone初期化方法 - ablog 3,556 3 App store アプリアップデートの際に要求されるApple IDが違う - ablog 1,255 4 仮想化支援機能(VT-x/AMD-V)を有効化できません -…
We are excited to announce the general availability of the Unbreakable Enterprise Kernel Release 3 for Oracle Linux 6. The Unbreakable Enterprise Kernel Release 3 (UEK R3) is Oracle's third major supported release of its heavily tested and…
WvDial というユーティリティーを使って接続する。*1 設定 /etc/wvdial.conf を以下の通り設定する [Dialer Defaults] Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 Modem Type = USB Modem Phone = *99***3# ISDN = 0 Username = '' Init1 = ATZ Password = '' Modem =…
Kernel 2.6.22 以降だと /proc/$pid/fdinfo/$fd で確認できるんですね。 [yazekats@yazekats-linux ~]$ touch test.dat [yazekats@yazekats-linux ~]$ perl -e 'sysopen($FH, "./test.dat", O_WRONLY | O_TRUNC | O_CREAT | O_ASYNC | O_DIRECT, 0666);sleep…
シグナルを送ってコアダンプを吐かせる。 [yazekats@yazekats-linux ~]$ cat /proc/sys/kernel/core_pattern |/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e [yazekats@yazekats-linux ~]$ ulimit -c unlimited [yazekats@yazekats-linux ~]$ ulimit -c …
インストール chromium をインストールする。 [root@yazekats-linux ~]# cd /etc/yum.repos.d [root@yazekats-linux yum.repos.d]# wget http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo [root@yazekats-linux yum.repos.d]# yum install c…
インストール root@yazekats-linux yum.repos.d]# wget 'http://download.opensuse.org/repositories/home:/sawaa/ScientificLinux_6/home:sawaa.repo' [root@yazekats-linux yum.repos.d]# mv home\:sawaa.repo home-sawaa.repo [root@yazekats-linux yum.r…
debugfs をマウントする。 [root@yazekats-linux ~]# mount -t debugfs debugfs /sys/kernel/debug blktrace でトレースを取得する。 [root@yazekats-linux work]# blktrace -w 30 -d /dev/sda -o sda === sda === CPU 0: 160503 events, 7524 KiB data CPU …
Seekwatcher generates graphs from blktrace runs to help visualize IO patterns and performance. It can plot multiple blktrace runs together, making it easy to compare the differences between different benchmark runs. Seekwatcher なんとこん…
[root@yazekats-linux ~]# blktrace -d /dev/sda -o -|blkparse -i - Invalid debug path /sys/kernel/debug: 0/Success と怒られた。 [root@yazekats-linux ~]# mount -t debugfs debugfs /sys/kernel/debug とすると、使えるようになった。 [root@yazekats…
起動時に Enterキー、F1キーを押してBIOS設定画面を表示する。 [Config]-[Keyboad/Mouse]を選択する。 [Touch Pad]を「Disable」に設定する。
PC の HDD を SSD に変更したので、I/Oスケジューラを noop に変更してみた。 SSD は HDD のようにシーク(目的のレコードが記憶されたシリンダにヘッドを移動)したり、サーチ(目的のセクタの先頭がヘッドの位置に来るのを待つ)したり、物理的な動きはな…
$ VBoxManage modifyhd Win7OBI.vdi --resize 81290 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% 参考 狩塊-KARIKATAMARI- : 【VirtualBox】仮想ディスクの拡張方法(VDI) VirtualBox:ストレージサイズ拡張 -1- - 北の窓から(芦田っ…
ホストOSは Oracle Linux 6.4、ゲストOSは Windows 7 です。 シームレスモードでホストOSとゲストOSが融合しています。 シームレスモードを使うには Guest Additions をインストールする必要があります。インストール手順は以下の通り。 Guest Additions を…