"Linux"

Linux Programming Without Headaches (The Best Books)

- Fire development

Linux Programming Books

You have probably noticed that Learning Linux programming through the Google searches or online tutorials is not enough if you want to use Linux successfully. In this post we’ve reviewed some of the best books you can find for beginners and advanced users of Linux. The books are designed for you to be able to learn gradually, to get necessary information step by step. So let’s start diving in. Continue Reading

10 Reliable Linux Server Distributions and LAMP / LEMP Stack Manuals

- E-Commerce, Fire development

Linux Server Distributions; LEMP Stack Manuals; LAMP Stack Manuals

Today we are going to talk about Linux server distributions. The open-source nature of Linux is the main reason for the wide variety of available distros. Each Linux distribution is designed with a slightly different set of features. As a result, some distros are often used as the best linux server solutions, while the others are less suitable for this purpose. So what is the most reliable Linux web server option? Below you will find the answer. There are 10 Linux servers described in the following article.  Additionally, you will find LAMP / LEMP stack manuals related to every distribution. Continue Reading

The Complete Guide To Magento Debugging

How to Debug Magento

Integration of new solutions into different systems can become a headache without the knowledge of correct debugging.  In case of Magento, such simple constructions as print_r() or var_dump() , var_export() don’t work. Because of heavyweight constructions, you need to investigate the new effective ways to find intermediate values or broken places. Fortunately, there are a lot of tools and methods designed to turn the debugging into a developer friendly process. Continue Reading