! ccqpt040 00:24:D2:F0:96:4C ! grub GRUB_DEFAULT="Windows 7 (loader) (on /dev/sda1)" ! Anthy Emacs 24.3.1 + anthy-el でのトラブル対処 * https://www.google.com/search?q=anthy-insert%3A+Symbol%27s+value+as+variable+is+void%3A+last-command-char&ie=UTF-8&sa=Search&channel=fe&client=browser-ubuntu&hl=ja ! Misc. /etc/udev/rules.d というディレクトリに 51-usbblaster.rules というファイル名で以下の内容のファイルを作る ATTR{idVendor}=="09fb",ATTR{idProduct}=="6001",MODE="666" 利用するユーザの個人環境で以下が必要 export QUARTUS_64BIT=1 export PATH=$PATH:/opt/altera/13.1/quartus/bin ---- ! Ubuntu * [ubuntu-jp:4286] [Announce] Ubuntu 11.04のサポート終了(〜2012/10/28) ** https://lists.ubuntu.com/archives/ubuntu-jp/2012-December/004285.html cc602admin@ccrpt080:~$ sudo grub-install /dev/sda /usr/sbin/grub-setup: warn: This GPT partition label has no BIOS Boot Partition; embedding won't be possible!. /usr/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged.. /usr/sbin/grub-setup: error: will not proceed with blocklists. * Setup with BIOS but GPT partition table (due to 3 TB disk)? ** http://askubuntu.com/questions/239252/setup-with-bios-but-gpt-partition-table-due-to-3-tb-disk ---- xorg.conf memo http://www.maroontress.com/KanaKey/ + modification Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "jp106" Option "XkbLayout" "jp" # Option "XkbOptions" "japan:kana,grp_led:scroll" Option "XkbOptions" "ctrl:swapcaps" EndSection ---- プロ技デバッガデモサンプル ! sum.c {{ref_text sum.c}} ! sum-err1.c {{ref_text sum-err1.c}} ! leapYear.c {{ref_text leapYear.c}}