* reference
https://forums.ubuntulinux.jp/viewtopic.php?pid=56071
2011/09/22
kinect mssdk-openni-bridge
* git
https://www.assembla.com/code/kinect-mssdk-openni-bridge/git/nodes/release/kinect-mssdk-openni-bridge-0.0.zip
*
- 1. Install MS Kinect SDK
- 2. Install OpenNI
- 3. Install kinect-mssdk-openni-bridge-0.0.zip
https://www.assembla.com/code/kinect-mssdk-openni-bridge/git/nodes/release/kinect-mssdk-openni-bridge-0.0.zip
*
- 1. Install MS Kinect SDK
- 2. Install OpenNI
- 3. Install kinect-mssdk-openni-bridge-0.0.zip
2011/09/20
eclipse, emacs, keybind
- 1. Window> Preference > General > Keys > Scheme > Emacd
- 2. Unbind Keys
-- Ctrl + M
-- Ctrl + H : Search
- 3. Bind Keys
-- Ctrl + H : Delete Previous
- reference :
2011/09/16
eclipse apanta : javascript, html
* Install Apanta to Eclipse
- Eclipse Menu > Help > Install Software
-- Add
--- apanta
--- http://download.aptana.org/tools/studio/plugin/install/studio
NIC double : Ubuntu
- if you set it, you delete it.
-- System -> System Setting > Network Connection
* CUI setting is used
- /etc/network/interfaces
auto eth1
iface eth1 inet static
address 192.168.77.10
netmask 255.255.255.0
gateway 192.168.77.1
dns-nameservers 192.168.77.1
metric 1
auto eth0
iface eth0 inet static
address 172.24.xxx.yyy
netmask 255.255.248.0
metric 10
up route add -net 172.24.xxx.0 netmask 255.255.248.0 gw 172.24.xxx.1 eth0
down route del -net 172.24.xxx.0 netmask 255.255.248.0 gw 172.24.xxx.1 eth0
up route add -net 172.24.zzz.0 netmask 255.255.248.0 gw 172.24.xxx.1 eth0
down route del -net 172.24.zzz.0 netmask 255.255.248.0 gw 172.24.xxx.1 eth
- sudo aptitude install resolvconf
-- resolvconf :
- sudo /etc/init.d/networking restart
* reference
2011/09/12
Dry Eye
* Eye Pillows
* Nutritional Supplement
- Vitamin A: Carrots, Spinach(ホウレンソウ)
- Vitamin B1: Sesame, Soy
* Reference
linux samba : ubuntu
1. install
- sudo aptitude install samba
- sudo aptitude install system-config-samba
2. setting
- GUI
-- gnome-panel menu > system > system management > samba
- File
-- /etc/samba/smb.conf
[taku]
path = /home/foo
writeable = yes
; browseable = yes
; guest ok = yes
valid users = foo
3. restart
- /etc/init.d/smbd restart
- reference : http://debianj.com/ubuntu/install/samba.html
2011/09/11
Shelf
- Universal Shelf UNI-110-15
- Universal Shelf UNI-棚板
2011/09/08
HTML5 Canvas
I'm learning "HTML5 Canvas"
- O'reilly
-- book
--- http://shop.oreilly.com/product/0636920013327.do
-- Sample Code
--- http://examples.oreilly.com/0636920013327/
- O'reilly
-- book
--- http://shop.oreilly.com/product/0636920013327.do
-- Sample Code
--- http://examples.oreilly.com/0636920013327/
- reference
-- modernizr
ubuntu apache2
1. sudo aptitude install apache2
2. check
http://localhost
* Restart
sudo service apache2 restart
* Userdir
1. sudo a2enmod userdir
2. sudo /etc/init.d/apache2 restart
3. mkdir ~/public_html
- Setting
- reference :
ubuntu emacs
1. sudo apt-get install emacs-snapshot
- reference : http://old.ubuntulinux.jp/wiki/Emacs/
- reference : https://sites.google.com/site/shidoinfo/Home/%E9%96%8B%E7%99%BA%E7%92%B0%E5%A2%83/emacs/emacs%E3%81%AE%E5%9F%BA%E6%9C%AC
2. .emacs
- load-list
- edit-server
3. etc
* html-helper-mode
-- sudo apt-get install html-helper-mode
ubuntu version
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.04
DISTRIB_CODENAME=natty
DISTRIB_DESCRIPTION="Ubuntu 11.04"
2011/09/07
install chrome to ubuntu
1. sudo apt-get update
2. sudo apt-get install chromium-browser
登録:
投稿 (Atom)