目前分類:ubuntu (8)

瀏覽方式: 標題列表 簡短摘要
http://pangea.stanford.edu/computerinfo/unix/netcommands/sshcommands.html

http://linux.vbird.org/linux_basic/0240tarcompress.php

so the command is

questioner 發表在 痞客邦 留言(0) 人氣()

 dmesg ->查看撥接結果
 sudo wvdial
 sudo vi /etc/wvdial.conf
============
Init1 = ATZ

questioner 發表在 痞客邦 留言(0) 人氣()

tcpdump -ni eh0

questioner 發表在 痞客邦 留言(0) 人氣()

dpkg-reconfigure xserver-xorg

questioner 發表在 痞客邦 留言(0) 人氣()

when you use arrow key or backspace, you will get AB....
->modify .vimrc
set nocompatible
set backspace=2

questioner 發表在 痞客邦 留言(0) 人氣()

use the gcin as input method
1.
sudo apt-get install gcin
2.
im-switch -s gcin

questioner 發表在 痞客邦 留言(0) 人氣()

試試Qemu+vmplayer吧...
============================
1. Install QEMU:
apt-get install qemu
2. Create a (resizable) image which will hold Windows XP. The installer chokes if the image is smaller than 1.2 GB or so, but that's not too much of a problem; the "qcow" image format will only take up as much space as is really needed, so the image will be very small in the beginning (not 1.2 GB big!).

questioner 發表在 痞客邦 留言(0) 人氣()

scp -rp account@ip:.fonts .
fc-cache
fc-list |grep -i apple

questioner 發表在 痞客邦 留言(0) 人氣()