Home Tags Web server

Tag: Web server

Install WordPress from Scratch on a Server Using LEMP

0
This article provides an overview of WordPress. It also includes an in-depth tutorial on the installation of Nginx, MySQL and PHP-FPM, as well as...

The Top 10 Open Source Web Servers in 2019

0
A new year has begun and it’s the right time to take stock of the software that was popular over the past year. So...

Visualising response time of a web server using Wireshark

0
The versatile Wireshark tool can be put to several uses. This article presents a tutorial on using Wireshark to discover and visualise the response...

“Good coding skills and the correct attitude can get you hired”

0
The job scenario in the IT world looks a bit gloomy with the current economic slowdown. But companies like NetApp are all set to...

Secure Your Network with Firewall Builder

1
A firewall isolates a trusted, secure internal network from another network like the Internet, which is not regarded as either trusted or secure. Firewall...

Browser Point: Make HTML Presentations with Jekyll and Hyde

0
Often times a lot of websites require certain form of presentation to demonstrate a product or to simply get their point across. Previously, such...

Draw Great Graphs with Open Flash Charts, Part 2

3
In the first part of this series, I gave a brief introduction to Open Flash Charts (OFC) and discussed how to draw bar charts...

WordPress on Nginx, Part 2: vhost, MySQL & APC Configurations

14
Last time around we made our Debian VPS ready with the LEMP recipe. Let's now configure the stack and migrate over the old WP...

WordPress on Nginx, Part 1: Preparing VPS the Debian Way

6
In this first part, we deal with the LEMP (Linux, Nginx, MySQL, PHP) stack recipe and set up the basic server after installing the...

Let’s Play with CodeIgniter

5
Here's a basic introduction to CodeIgniter, an open source Web framework that helps to quickly develop dynamic websites with PHP. To get started, you need...