How To Install Perl Modules On Linux
This brief guide explains how to install Perl modules on Linux from CPAN (Comprehensive Perl Archive Network) repository. As of writing this guide, there are 185,128 Perl modules available in …
Linux Howto’s for System Administrations
This brief guide explains how to install Perl modules on Linux from CPAN (Comprehensive Perl Archive Network) repository. As of writing this guide, there are 185,128 Perl modules available in …
From all the compression methods available, Zip is probably one of the most popular ones. Released in 1989 by Philip Katz, Zip is widely used by system administrators in order …
Virtual Network Computing (VNC) is a graphical desktop sharing system that allows you to use your keyboard and mouse to remotely control another computer. This article covers the steps to …
Horde Groupware is a free and open-source collaboration suite that offers calendar, notes, tasks, file manager and many more. It comes with a dynamic, basic and mobile-friendly web-based interface and …
Composer is the most popular package management program for PHP, that offers a standard form for managing dependencies of PHP applications and needed libraries that your project relies on and …
In this tutorial, we will cover the basics of the select construct in Bash. The select construct allows you to generate menus. Bash select Construct # The select construct generates …
The FAMP stack, which is akin to a LAMP stack on Linux, is a collection of open-source software that is typically installed together to enable a FreeBSD server to host …
Yii is an open-source, high-performance, flexible, efficient and secure PHP framework for rapidly building modern Web applications. It is a generic and full-stack web programming framework for writing code in …
This guide provides a list of useful tools for Linux system admins. This list doesn’t include any complicated programs (like Ansible, Puppet) that requires a steep learning curve to setup …
Loops allow you to run one or more commands multiple times until a certain condition is met. However, sometimes you may need to alter the flow of the loop and …