package.json (nodetest1) @ mp-spc02 (2017/10/7) { "name": "nodetest1", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www" }, "dependencies": { "body-parser": "~1.18.2", "cookie-parser": "~1.4.3", "debug": "~2.6.9", "express": "~4.15.5", "jade": "~1.11.0", "morgan": "~1.9.0", "serve-favicon": "~2.4.5" } } {{ref_text npm-install-log.txt}} ---- * Ubuntu & Tgif ** Fatal Error in OpenFont(): Cannot open the Default(Msg)Font '-*-courier-medium-r-normal-*-14-*-*-*-*-*-iso8859-1'. ** solution: https://srad.jp/~t-nissie/journal/590855/ * Ubuntu & ATOM ** sudo add-apt-repository ppa:webupd8team/atom ** sudo apt-get update ** sudo apt-get install atom * Arduino IDE on Linux-based OS ** http://www.arduino.org/learning/getting-started/arduino-ide-on-linux-based-os ! Drone * http://developer.parrot.com/docs/bebop/ UNIX BUILD Linux: Tested on Ubuntu 12.10, 13.04, 13.10 and 14.04 OSX: Tested on 10.10.5 * https://www.ntts.co.jp/column/yasui_blog/20151202/ This script is deprecated and doesn't work anymore. Please download repo (http://source.android.com/source/downloading.html#installing-repo). Then run 'repo init -u https://github.com/Parrot-Developers/arsdk_manifests.git' in an empty folder. Then run 'repo sync' to get all sources. After that, you'll be able to run './build.sh' to build the SDK. * You can find a full documentation here: http://developer.parrot.com/docs/bebop/#go-deeper git config --global user.email "..." git config --global user.name "..." repo init -u https://github.com/Parrot-Developers/arsdk_manifests.git repo sync (197MB) sudo apt-get install libavahi-client-dev sudo apt-get install autoconf sudo apt-get install libtool sudo apt-get install libavcodec-dev sudo apt-get install libavformat-dev sudo apt-get install libswscale-dev sudo apt-get install libncurses5-dev ./build.sh -p arsdk-native -t build-sdk -j (445MB) date; ./build.sh -p arsdk-native -t build-sample -j; date (448MB) ! Music * https://www.mixcloud.com/objetstrouves/wamonorama-1/ ! LIFEBOOK Touchpad & Ubuntu LIFEBOOK E554/J + Ubuntu 14.04 (64bit) において,下記メッセージが出て,タッチパッドが認識せず,かつキーボードもまともに動作しない(突然入力したキーの無限リピートが発生する)問題あり. psmouse serio2: Touchpad at isa0060/serio2/input0 lost sync at byte 6 psmouse.proto=bare を指定することで問題が解消することを確認(カーネル3.13, 3.16, 3.17, 3.18). 対処法(1): GRUBメニューの修正 $ sudo emacs /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet splash psmouse.proto=bare" $ sudo update-grub 対処法(2): その都度コマンドラインで対処 sudo rmmod psmouse sudo modprobe psmouse proto=bare * 参考:Bug 48161 - Elantech Touchpad lost sync and becomes unusable ** https://bugzilla.kernel.org/show_bug.cgi?id=48161#c13 *** Thales Ceolin 2014-05-23 16:53:40 UTC *** Meanwhile this bug is being fixed, to stop the errors/messages on dmesg, do a rmmod psmouse ; modprobe psmouse proto=bare メモなど: $ dmesg|grep elan [ 2.717525] psmouse serio2: elantech: assuming hardware version 4 (with firmware version 0x570f01) [ 2.752493] psmouse serio2: elantech: Synaptics capabilities query result 0x40, 0x14, 0x0c. $ cat /proc/bus/input/devices |less I: Bus=0011 Vendor=0002 Product=000e Version=0000 N: Name="ETPS/2 Elantech Touchpad" P: Phys=isa0060/serio2/input0 S: Sysfs=/devices/platform/i8042/serio2/input/input9 U: Uniq= H: Handlers=mouse2 event7 B: PROP=1 B: EV=b B: KEY=e420 30000 0 0 0 0 B: ABS=661800011000003 * LIFEBOOK AH544/G32 ** http://www.fujitsu.com/fts/products/computing/pc/notebooks/lifebook-ah544-g32/ * LIFEBOOK E554/J・E544/J 製品詳細 ** http://www.fmworld.net/biz/fmv/lifebook/e554j_e544j/ * http://askubuntu.com/questions/533903/fujitsu-lifebook-ah544-touch-pad-not-working-in-ubuntu-14-04 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.notimeout i8042.nomux" * http://www.gcd.org/blog/2009/01/170/comment-page-1/ * https://bugzilla.kernel.org/show_bug.cgi?id=48161 * http://www.spinics.net/lists/linux-input/msg33275.html * http://www.spinics.net/lists/linux-input/msg33231.html * Install/Upgrade to Linux Kernel 3.17 in Ubuntu 14.04 ** http://ubuntuhandbook.org/index.php/2014/10/install-upgrade-kernel-3-17-ubuntu/ ** http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17-utopic/ ** http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/ * https://www.kernel.org/ ! - 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}}