We can change the Shop name in a two ways through the PrestaShop Administrator interface and through the database. The easy way is definitely by using the Administrator, but there may be cases when the name has to be changed through the database. Changing the shop name through the database may appear a bit overwhelming […]
Category: Linux
Install Webuzo control panel
Webuzo is a single user control panel/Application Manager which allow users to install popular web applications like WordPress, Joomla and drupal etc with a single click. No Sys Admin level expertise are required to install such applications, it is an cPanel like control panel.Webuzo is suitable for both Dedicated or Virtual Private Server (VPS). Almost 240 […]
How To Edit Hosts File on Your System
So often you will need to edit the hosts file on your machine. Sometimes because of an attack and others so that you can simply and freely control access to websites and network traffic.This file is available on each operating systems and useful for mapping domains with IP address without making any DNS entry. Using […]
Red Hat Enterprise Linux 7.2 Released
Red Hat group has announced the latest release Red Hat Enterprise Linux 7.2 on Nov 21, 2015. This is the upgrade of known issues and few security fixes in 7.x series. RHEL 7.2 included some new components and framework capabilities that spotlights on security, networking and systems administration. […]
How to install Memcached on Ubuntu
This article will help you to install Memcached with PHP Memcache PECL extension on Ubuntu 14.10, 14.04 and 12.04 systems. First of all it is recommended to update your system with latest packages. […]
How to Install ImageMagick on Ubuntu, Debian & LinuxMint
This article will help you to install ImageMagick on Ubuntu, Debian & LinuxMint operating systems. First we need to install required packages in order to install ImageMagick and IMagick PHP extension. […]
How to Install PHP Composer on CentOS/RHEL
Composer is a reliance management tool for PHP like npm for nodejs and pack for ruby. Using composer tool we can characterize required libraries for our project and install with PHP composer in single command. We don’t have to search for every library exclusively to install every time. […]
How to Flush Memory Cache on Linux Server
Many times Linux systems faced low memory issues,This article has details about how to Flush Memory Cache on Linux Server.There are three options available to flush cache of Linux memory. You can use one of below as per your requirements. […]
How to fix blank white screen error on PrestaShop
Prestashop is a very useful e commerce software. One of the common errors while fresh installation or upgrade is a white screen. This is very disturbing to as there is no error message telling you what is wrong. Mostly it is due to program running out of allowed memory. This article will show you how […]
bash scp: command not found
SCP command is use to transfer files between two servers over SSH. Most of SCP users getting error : So keep in mind that scp command must be available on both local and remote systems.Use following commands to install package for scp command on Linux operating systems. […]