# apt-get install sshfs
mount script:
#!/bin/sh
sshfs user@remote:/home/user/folder /localfolder
Auto login ssh is recommended:
# apt-get install sshfs
mount script:
#!/bin/sh
sshfs user@remote:/home/user/folder /localfolder
Auto login ssh is recommended:
官網:http://hifree.hinet.net/
網頁版:http://hifree.hinet.net/webplayer/
https://www.virtualbox.org/
Install:
# dpkg -i virtualbox-4.1_4.1.22-80657~Ubuntu~precise_amd64.deb
File > Preferences > Extension >
Add : Oracle_VM_VirtualBox_Extension_Pack-4.1.22-80657.vbox-extpack
Change group to enable usb support
# usermod -a -G vboxusers <username>
http://kuthulu.com/gcm/
download:
# wget http://kuthulu.com/gcm/gnome-connection-manager_1.1.0_all.deb
install:
# dpkg -i gnome-connection-manager_1.1.0_all.deb
fix dependencies:
# apt-get -f install
check exec dependencies by getlibs
# getlibs /usr/bin/skype
It will give you suggestion library
get .so directly
# getlibs -l libc.so
apt-get stop working during dpkg install?
# apt-get -f install
$ ssh-keygen
$ scp ~/.ssh/id_rsa.pub user@remote:~/.ssh/authorized_keys
EZ100PU driver:
http://www.castech.com.tw/in-download-02.aspx?cid=C_00000001&id=P_00000001
install driver and install pcsc
# apt-get install pcscd pcsc-tools
# vi /etc/udev/rules.d/92-pcscd-ccid.rules
# If not adding the device, go away
ACTION!=”add”, GOTO=”pcscd_ccid_rules_end”
SUBSYSTEM!=”usb”, GOTO=”pcscd_ccid_rules_end”
ENV{DEVTYPE}!=”usb_device”, GOTO=”pcscd_ccid_rules_end”# Castles Technology Co., Ltd EZUSB PC/SC Smart Card Reader
ATTRS{idVendor}==”0ca6″, ATTRS{idProduct}==”0010″, GROUP=”pcscd”# All done
LABEL=”pcscd_ccid_rules_end”
must correct idVender and idProduct by # lsusb
then restart udev # service udev restart
# pcscd -f
# pcsc_scan
http://softsmith.blogspot.tw/2011/10/ubuntu-1110-webatm.html
http://askubuntu.com/questions/129996/how-to-set-volume-control-using-a-mouse-shortcut
After install by ipkg
# btnx-config
detect nonfunctional button and mapping it! (middle click is BTN_MIDDLE)
then start the daemon
# /etc/init.d/btnx start
2012/9/7(五) 14:00 進行系統維護
伺服器將會關機,預計維護1小時