顯示具有 好用工具 標籤的文章。 顯示所有文章
顯示具有 好用工具 標籤的文章。 顯示所有文章

2015年5月18日 星期一

2015年4月25日 星期六

2015年3月26日 星期四

[SpeedTest] SpeedTest by using cli command

1. Download python script
wget https://github.com/sivel/speedtest-cli/archive/master.zip
unzip master.zip

2. Execute the file
cd speedtest-cli-master/
python speedtest_cli.py

Result :
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from HiNet (60.251.203.7)...
Selecting best server based on latency...
Hosted by NCIC Telecom (Hsinchu) [1.80 km]: 8.563 ms
Testing download speed........................................
Download: 90.28 Mbit/s
Testing upload speed..................................................
Upload: 4.04 Mbit/s

Reference:

2014年4月7日 星期一

2013年11月28日 星期四

[Camtasia] How to use camtasia to record the screen


[Camtasia] How to use camtasia to record the screen



1. Open camtasia and choose "Record the screen"



 




2. Adjust "Select area" and press the red button of "rec".



 



3. When user want stop, press the button of "Stop".



 



4. Save the file



 



5. save file as *.camrec



 



6. Just press OK



 



7. Because I want save as SWF. So select the button of "Produce and share".



 



8. Choose the item like the pic.



 



9. Select MP4



 



10. Just press next



 



11. Just press next



 



12. Please rename at "Production name". After rename, then press the button of "complete".



 



13. The program start to transfer the movie to SWF.



 



14. After transfer complete, will display the screen like below.



 


2012年4月8日 星期日

2011年12月30日 星期五

2011年9月15日 星期四

2011年7月10日 星期日

2011年7月5日 星期二

2011年6月29日 星期三

[ubuntu] convert picture size


Ubuntu tool

convert picture size is useful.

Example:
1.convert XXX.jpg -resize 10% XXX.jpg
2.convert XXX.jpg -resize 640x480 XXX.jpg
3. convert example.png -resize 200×100! example.png
4. convert example.png -resize 200 example.png
5. for file in *.jpg; do file2=${file%.jpg};convert -verbose -resize 786432@  $file2.jpg happy/$file2.jpg; done;  (Fixed pixel = 786432@)

Change JPG to jpg

for file in *.JPG; do file2=${file%.JPG}; mv $file2.JPG $file2.jpg; done;

 jpg to jpg

for file in *.jpg; do file2=${file%.jpg};convert -verbose -resize 786432@  $file2.jpg happy/$file2.jpg; done;

 JPG to JPG

for file in *.JPG; do file2=${file%.JPG};convert -verbose -resize 786432@  $file2.JPG happy/$file2.JPG; done;

 JPG to jpg

for file in *.JPG; do file2=${file%.JPG};convert -verbose -resize 786432@  $file2.jpg happy/$file2.jpg; done;

PNG to PNG

 for file in *.png; do file2=${file%.png};convert -verbose -resize 786432@  $file2.png happy/$file2.png; done;

PNG to JPG

 for file in *.png; do file2=${file%.png};convert -verbose -resize 786432@  $file2.png happy/$file2.jpg; done;

NEF to JPG

for file in *.NEF; do file2=${file%.NEF};convert -verbose $file2.NEF happy/$file2.jpg; done;

PNG to EPS

for file in *.png; do file2=${file%.png};convert -verbose -resize 70% $file2.png $file2.eps; done;

Reference :

    [教學] UBUNTU ISO 轉到USB

    Universal-USB-Installer-1.8.5.5
    這個工具可以讓UBUNTU 或 PUPPY 的ISO檔 轉到 USB中.
    好用的工具

    用 USB隨身硬碟 的話
    製作前要將USB隨身硬碟第一個分割區大小設定為約10G以下,且格式化為FAT32,否則找不到它或失敗

    [教學]
    【Linux】Ubuntu 9.04 隨身碟上身!!!(圖文教學)
    Ubuntu安裝在USB隨身碟和隨身硬碟的方式---總結
    一個超強的Live USB系統

    2011年5月14日 星期六

    2011年4月17日 星期日

    2011年4月13日 星期三

    2011年1月18日 星期二

    2010年5月25日 星期二

    2010年4月24日 星期六