2015-03-25

TCL, TK

  • 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-19

TestLink, Browser tab & report title changing.



Config file: %%56^560^56038526%%inc_head.tpl.php
Path: /var/www/html/testlink/gui/templates_c

2015-03-18

Allow TestLink to upload picture on Test Case.

TestLink version: 1.9.2

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

2015-03-05

byte & bit

1 byte = 8 bits = 0000 0000 (binary) = F F (Hex)