cygwin好用
inSSIDer從第四版開始不是免費軟體
Wireshark 要搭配 winpcap 來認到你的介面卡... 好孩子不要裝
plink -ssh -telnet
Chrome瀏覽器打開apps
chrome://apps
cygwin then
- ssh -C -D [本地端SOCKS PORT] rob@[server_ip] -p [PORT] # -C: 傳送前先壓縮
2014年8月29日 星期五
教一個孩子爬山
首先最重要!! 跟他站在一起, 舉手指向遠處或高處的某個點, 跟他說 "你要爬到那裏"
然後也許你示範給他看...或是放給他自己去摸索...或是你跟他一起前進...隨便啦
最後到達目標之後 示意他回頭看看出發點 讓他體會一下
透過這段過程的行為 他得到了多麼不同的經歷
也許他會就此覺得 透過爬山 可以到更高的地方 可以到他原本以為到不了的地方
也許他會因此變得喜歡爬山
也也許他會覺得這很無聊....
然後也許你示範給他看...或是放給他自己去摸索...或是你跟他一起前進...隨便啦
最後到達目標之後 示意他回頭看看出發點 讓他體會一下
透過這段過程的行為 他得到了多麼不同的經歷
也許他會就此覺得 透過爬山 可以到更高的地方 可以到他原本以為到不了的地方
也許他會因此變得喜歡爬山
也也許他會覺得這很無聊....
2014年8月28日 星期四
非常基本的Ubuntu設定或調整
我的記性簡直跟雞差不多
乖乖服輸找地方寫起來....最好還是可以search的地方
跟帳號有關 改/etc/passwd , /etc/shadow
sudo懶得打密碼 改/etc/sudoers %sudo ALL=NOPASSWD: ALL
沒DNS server 改 /etc/hosts
ssh 設定 找 .ssh/id_rsa ; run ssh-keygen ; view .ssh/id_rsa.pub
--- scp [-r: 遞迴抓] -P [PORT] [user]@[server_ip]:/home/XXX/OOO [本地要放的地方]
#建立ssh, 跟remote說我要把[我自己的port:]2323串到bbs.gamer.com.tw的port:23
ssh -NfL 2323:bbs.gamer.com.tw:23 remote_ip
#連自己的2323; 也就連到巴哈了
telnet localhost 2323
#建立ssh, 跟remote說我要把[你remote的port:]2222串到localhost的port:22
ssh -NfR 2222:localhost:22 remote_ip
#然後你跑到remote_ip的地方, 登入進去, 用ssh連到remote_ip的localhost:2222; 就連回剛剛的電腦
ssh localhost -p 2222
~~~~這裡的localhost:22, 是remote_ip的localhost:22? 還是剛剛電腦的localhost:22? 找時間搞清楚
乖乖服輸找地方寫起來....最好還是可以search的地方
跟帳號有關 改/etc/passwd , /etc/shadow
sudo懶得打密碼 改/etc/sudoers %sudo ALL=NOPASSWD: ALL
沒DNS server 改 /etc/hosts
ssh 設定 找 .ssh/id_rsa ; run ssh-keygen ; view .ssh/id_rsa.pub
--- scp [-r: 遞迴抓] -P [PORT] [user]@[server_ip]:/home/XXX/OOO [本地要放的地方]
#netstat -tunpl | grep ':69' //確認 Service Port 有開啟
#建立ssh, 跟remote說我要把[我自己的port:]2323串到bbs.gamer.com.tw的port:23
ssh -NfL 2323:bbs.gamer.com.tw:23 remote_ip
#連自己的2323; 也就連到巴哈了
telnet localhost 2323
#建立ssh, 跟remote說我要把[你remote的port:]2222串到localhost的port:22
ssh -NfR 2222:localhost:22 remote_ip
#然後你跑到remote_ip的地方, 登入進去, 用ssh連到remote_ip的localhost:2222; 就連回剛剛的電腦
ssh localhost -p 2222
~~~~這裡的localhost:22, 是remote_ip的localhost:22? 還是剛剛電腦的localhost:22? 找時間搞清楚
訂閱:
文章 (Atom)