可以先參考這篇
http://dywang.csie.cyut.edu.tw/dywang/linuxProgram/node36.html
要注意是情是 sed 的 input file 是 stdout 例如說 ls -al 後 在螢幕上所顯示出來的
可以這樣說 ls -al | sed "s/target/replacement"
以上面的例子 就是說 ls -al 所印出來的 會先經過 把 target 字串被 replacement 給取代掉
再 從螢幕上面顯示
2016年2月25日 星期四
wget 待續 ....
wegt -O test.out http://111111.com
把從111111.com 載到的變成 檔名 為 test,out
wget -S http://1111.com 下列 紅字部分 即是 加上 -S 所印出來的東西
Resolving source.android.com (source.android.com)... 64.233.189.101, 64.233.189.138, 64.233.189.100, ...
Connecting to source.android.com (source.android.com)|64.233.189.101|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Vary: Accept-Encoding
Content-Type: text/html
Date: Thu, 25 Feb 2016 11:58:51 GMT
Expires: Thu, 25 Feb 2016 11:58:51 GMT
Cache-Control: private, max-age=14400
Last-Modified: Wed, 26 Aug 2015 23:45:00 GMT
X-Content-Type-Options: nosniff
Server: sffe
X-XSS-Protection: 1; mode=block
Accept-Ranges: none
Transfer-Encoding: chunked
Length: unspecified [text/html]
Saving to: ‘test’
[ <=> ] 2,551 --.-K/s in 0s
2016-02-25 19:58:51 (89.8 MB/s) - ‘test’ saved [2551]
把從111111.com 載到的變成 檔名 為 test,out
wget -S http://1111.com 下列 紅字部分 即是 加上 -S 所印出來的東西
Resolving source.android.com (source.android.com)... 64.233.189.101, 64.233.189.138, 64.233.189.100, ...
Connecting to source.android.com (source.android.com)|64.233.189.101|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Vary: Accept-Encoding
Content-Type: text/html
Date: Thu, 25 Feb 2016 11:58:51 GMT
Expires: Thu, 25 Feb 2016 11:58:51 GMT
Cache-Control: private, max-age=14400
Last-Modified: Wed, 26 Aug 2015 23:45:00 GMT
X-Content-Type-Options: nosniff
Server: sffe
X-XSS-Protection: 1; mode=block
Accept-Ranges: none
Transfer-Encoding: chunked
Length: unspecified [text/html]
Saving to: ‘test’
[ <=> ] 2,551 --.-K/s in 0s
2016-02-25 19:58:51 (89.8 MB/s) - ‘test’ saved [2551]
2016年2月23日 星期二
用 apt-get下載 openjvc 8.0
http://ubuntuhandbook.org/index.php/2015/01/install-openjdk-8-ubuntu-14-04-12-04-lts/
先把 repository 加入 ppa
再用 apt-get install 等相關指令 下載
http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html
先把 repository 加入 ppa
再用 apt-get install 等相關指令 下載
http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html
wget usage
這個網頁對於 wget 寫得非常詳細 值得參閱
http://www.computerhope.com/unix/wget.htm
http://www.ewdna.com/2012/04/wget.html
http://www.computerhope.com/unix/wget.htm
http://www.ewdna.com/2012/04/wget.html
unmanged wired
不知為何
我的 ifocnfig 下的 eth0 inet 消失
也就是 ipv4不能使用
我上網找了一下
看到這篇 http://www.blackmoreops.com/2013/11/25/how-to-fix-wired-network-interface-device-not-managed-error/
就猜 把 這檔案改掉
vim /etc/network/interfaces
把這行住記掉
#iface eth0 inet manual
就好了
目前尚未釐清
我的 ifocnfig 下的 eth0 inet 消失
也就是 ipv4不能使用
我上網找了一下
看到這篇 http://www.blackmoreops.com/2013/11/25/how-to-fix-wired-network-interface-device-not-managed-error/
就猜 把 這檔案改掉
vim /etc/network/interfaces
把這行住記掉
#iface eth0 inet manual
就好了
目前尚未釐清
2016年2月22日 星期一
pppoe linux 使用教學
如題:
一開始設定的時候:
sudo pppoeconf 皆下來只要下一步 下一步 即可
想關掉的時候 sudo poff dsl-provider
想打開的時候 sudo pon dsl-provider
2016年2月21日 星期日
奮戰許久的android driver
如提
我載了很多檔案和瀏覽很多網頁
最後發現有這招
http://j796160836.pixnet.net/blog/post/29610725-%5Bandroid%5D-google%E5%87%BA%E7%9A%84android%E8%90%AC%E7%94%A8%E9%A9%85%E5%8B%95%EF%BC%8C%E9%A9%85%E5%8B%95%E8%A3%9D%E4%B8%8D%E4%B8%8A
在 裝置管理員 安裝的時候
先選 從電腦 中 的 資料匣 去
選定好 後
在選下面的 從磁碟片安裝 驅動程式
指定到目標檔案所提供的驅動程式
最後 才得以順利安裝
網頁上面的案例 是使用google所提供的
我載了很多檔案和瀏覽很多網頁
最後發現有這招
http://j796160836.pixnet.net/blog/post/29610725-%5Bandroid%5D-google%E5%87%BA%E7%9A%84android%E8%90%AC%E7%94%A8%E9%A9%85%E5%8B%95%EF%BC%8C%E9%A9%85%E5%8B%95%E8%A3%9D%E4%B8%8D%E4%B8%8A
在 裝置管理員 安裝的時候
先選 從電腦 中 的 資料匣 去
選定好 後
在選下面的 從磁碟片安裝 驅動程式
指定到目標檔案所提供的驅動程式
最後 才得以順利安裝
網頁上面的案例 是使用google所提供的
2016年2月3日 星期三
訂閱:
文章 (Atom)