Laravel Homestead on CentOS 7
If you are a web developer which uses Laravel as the framework, you may have heard of Homestead, a Vagrant box which provide you a great Laravel development environment without requiring you to manually install web server (NGINX), PHP, and MySQL/PostgreSQL on your local machine. Thanks to VirtualBox and Vagrant which make it easy to create a such wonderful web development environment.
This article will show you how to setup Laravel Homestead on CentOS 7. I use the latest CentOS 7.2 version. However it should be applicable on CentOS 5 or CentOS 6 or even any newer version of CentOS.
How to Enable PHP module on OS X 10.11 El Capitan
If you are new to web development using Mac, you may ask how to enable PHP module on OS X 10.11 El Capitan along with Apache web server. This post shows you how to enable it.
OS X 10.11 El Capitan Beta 5 which was released on August 19 comes pre-built with PHP 5.5.27 and Apache 2.4.16. You can start Apache web server using apachectl
command as root / super user. However by default the PHP module is not enabled.
Setting Up Laravel on OS X 10.11 El Capitan
Laravel is known as a popular PHP Framework to build your web application faster. Many web developers is now using and loving to use Laravel for their PHP framework.
I just upgraded my MacBook to run OS X 10.11 El Capitan Beta version. On this post would like show you how to setting up Laravel on OS X El Capitan.
How to transfer cPanel license to new IP address
This brief post will try to guide you on how to transfer cPanel license to new IP address or server. You can easily transfer a license to a new IP address through your cPanel store account.
If you have a VPS or dedicated server hosted on a web hosting provider, it may happen that you would like to move from one hosting provider to another one. The reason probably related to technical issues, slow response helpdesk / support or other reasons.
How to install ZPanel on CentOS 6.4
ZPanel is a good alternative of cPanel for your web hosting system. It is written in PHP and uses several open-source software packages to provide best free web hosting control panel. The web interface is built on top of Twitter Bootstrap CSS Framework so it is responsive and easy to use across multiple devices (desktops, tablets, and smartphones). At the time of this writing, the stable release of ZPanel is version 10.1.1.
How to setup LAMP Stack on CentOS 6.4/6.5/6.6
CentOS is a very popular Linux distribution mainly used as hosting server. This guide will show you step by step how to setup LAMP stack on CentOS 6.x version including CentOS 6.4, 6.5, and 6.6.
The guide starts by installing Apache web service, MySQL database, and PHP / suPHP. After completing this guide, the server is ready to host your web hosting services such as WordPress, Joomla, Drupal and more.
How to install / upgrade Node.js via command line
The server side JavaScript software system, Node.js, has just been updated to version 0.8.17 which fixes integer overflow vulnerability in TypedArrays. The new update also comes with better performance and npm peerDependencies. If you use TypedArrays, it is highly recommended to upgrade Node.js to v0.8.17.
How To Avoid Duplicate Contents in WordPress
Do you know that Google doesn’t like any content issues with your website? The content issues can be duplicate, missing, or problematic title tags or meta descriptions of your website.
Though these such issues will not prevent your site from appearing in Google search result, by paying attention to these issues can provide Google with more information and even help your site getting more traffics.