Install GCC on an Ubuntu VPS

install gcc on ubuntu

GCC (GNU Compiler Collection) is a compiler system produced by the GNU Project supporting various programming languages such as C, C++, Objective-C, Fortran, Java etc… GCC is a key component of the GNU toolchain and the standard compiler for most Unix-like Operating Systems. It has played an important role in the growth of free software, as both a tool and an example.

Read more

How to Install qdPM on a Linux Cloud VPS

qdpm linux

qdPM is a free web-based project management tool suitable for a small team. By using qdPM you can easily manage projects, tasks and people. A ticket system is also integrated into the task management system which allows interaction with the customers. In this tutorial, we will show you how to install qdPM on a Linux VPS. For the purpose of this tutorial, we will use a cloud server with Ubuntu 14.04 installed as an operating system, but the tutorial should work for other Linux systems too.

Read more

How to install Perl modules using CPAN on Linux

install perl modules

 

CPAN or also known as Comprehensive Perl Archive Network is a repository for modules written in Perl. Currently, there are 177,000+ published modules which can be downloaded and used by the Perl software developers or by the system/network administrators. Today we are going to show you how to install Perl modules manually or by using CPAN on your Linux.

Read more