Install Multiple VPS On Ubuntu With OpenVZ

OpenVZ is container-based virtualization for Linux. OpenVZ creates multiple secure, isolated containers (otherwise known as VEs or VPSs) on a single physical server enabling better server utilization and ensuring that applications do not conflict. Each container performs and executes exactly like a stand-alone server; a container can be rebooted independently and have root access, users, IP addresses, memory, processes, files, applications, system libraries and configuration files. OpenVZ is … Read more...

Install Or Update PEAR On Xampp For Windows

PEAR is short for “PHP Extension and Application Repository” which provide a repository for PHP community extensions that will make your PHP installation more powerful and easy to develop web application. The project that founded by Stig S. Bakken in 1999 was to promote the re-use of code that performs common functions. The project seeks to provide a structured library of code, maintain a system for distributing code and for managing code packages, and promote a standard coding style.The … Read more...

10 Smartphone Apps For Vacation

With their own operating systems and software, smartphones are morphing into the PCs of the future. What makes smartphones more than mobile phones is the myriad of advanced applications available for download. So even once your smartphone is in-hand, you can update it all the time. If you’re planning a vacation abroad and you don’t want to be a walking cliché – camera ‘round the neck and a backpack bursting with maps – having a smartphone can really help. Even if the place you visit … Read more...

Tools To Monitor Your Hardware Information And Status In Windows

When you buy a new brand PC or laptop, you were told by the seller about the specification of your PC or laptop. But how do you if it is true or not? Or maybe you want to know your full hardware information for some reasons. There are a coupe of tools that describe below to get your system information, hardware specification, system status, hardware temperature status, battery status and so on. So when you testing your laptop or PC before you pay it, make sure you check it first.1. … Read more...

Useful Google Chrome Extensions For Web Developer

Google Chrome is a web browser developed by Google that uses the WebKit layout engine and application framework. It was first released as a beta version for Microsoft Windows on 2 September 2008, and the stable release was released on 11 December 2008. And until now Google Chrome grow fast and more developers love to make Chrome extensions.And it is undoubtedly that most of web developers using Mozilla Firefox to test and developing their web application. Because of Firefox plugins make … Read more...

Local Server For Testing Environment With XAMPP On Windows

If you are a php web developer or want to be, it is a must that you need to have a testing environment. A testing environment means you have our own local server and test and run your application that you are developing before you go live on your production server. You need to develop, and testing your application in your local rather than testing it in your production server.So to have your local server in Windows environment you can use XAMPP. XAMPP is a free and open source cross-platform … Read more...

Web browser tips and tricks to Optimize Your WordPress

Web browser tips and tricks are the simple solutions you can use to make use internet optimally. Moreover, to have faster website is in fact another point most internet users expected. Therefore, here are some key points you should notice in order to make your website faster and optimum, especially when you are using WordPress.However, before the instructions are carried out, there are some Internet tools that are necessary to be installed in your computing machine. Some of them include … Read more...

Install nginx as Reverse Proxy With Apache

Install nginx as reverse proxy is one way to improve your sever performance and so your website performance too. This is the serial post of “Improve Your Server Performance With Nginx” from my previous post. You can read why you should install nginx aside with apache to improve your server performance in that post. But here we will talk how technically we do it.Install nginx as reverse proxy with ApacheDownload and install the requirementsDownoad mod_rpafDownload PCRE (erl … Read more...

Simple Way to Secure Your WordPress

It is irrevocably true that security is the main thing you must pay attention to when you are using WordPress. Still, to optimize other features is also important. Well, let’s go further about how to secure and optimize your WordPress.First off, since the files stored in the /wp-admin/ folder is so sensitive since the blog lets the folder open and unfortunately people who access this folder can do something with them, you can secure the directory by placing a .htaccess file in the folder … Read more...

Improve Your Server Performance With Nginx

Apache is one of the best well known web server, that run in all platform, but usually on Linux in production mode. Apache supports a variety of features, many implemented as compiled modules which extend the core functionality. Both static files (css, js, html, image files) and dynamic files (php, pl, py, etc.) are served equally using same amount of resources. Which will cause bottleneck in system performance when your website have lot of static files and lot of traffic.To prevent this, we … Read more...