How to install the same debian packages on another system

The approach is simple: generate a list of installed packages on Debian-based systems and install this list of packages on the new box. This approach is useful when you want to install the same packages on another fresh OS install for example. 1. To export the list of installed packages, proceed as follows: [codesyntax lang=”bash”] … Continue reading How to install the same debian packages on another system

How to install TestLink on CentOS 6.3

Few days ago, QA guys asked me to install a tool that will make their work easier. This tool, Testlink, is an open-source management tool which includes test specification, planning, reporting, requirements tracking and collaborate with well-known bug trackers. Below I will show you step-by-step how to install TestLink on CentOS 6.3, including the troubleshooting … Continue reading How to install TestLink on CentOS 6.3