- By default, the TK 8.4 doesn't support
- TTK (::ttk::), and so the package "tile" is required to support TTK.
- install "teacup install tile"
- code "package require tile"
- Picture format of JPEG & PNG, and so the package "img" is required to support JPEG & PNG.
- install "teacup install Img"
- code "package require img::jpeg"
- code "package require img::png"
2015-03-25
TCL, TK
2015-03-18
find - Linux command
Find specific string
- # find ./directory -name “*.file extension” -exec grep -H “string” {} \;
Find specific filename
- # find /directory -name filename
2015-03-17
Upgrade PHP5.4.0 from PHP5.2.10 on CentOS 5.5
5 Steps
1- Remove older version of PHP 5.2.10.
2- Add PHP 5.4
3- Check available PHP
4- Install new PHP
5- Finally
1- Remove older version of PHP 5.2.10.
2- Add PHP 5.4
3- Check available PHP
4- Install new PHP
5- Finally
2015-03-05
訂閱:
文章 (Atom)