Home 2014 October

Monthly Archives: October 2014

Use Wireshark to Detect ARP Spoofing

0
The first two articles in the series on Wireshark, which appeared in the July and August 2014 issues of OSFY, covered a few simple...

Boost the Performance of CloudStack with Varnish

0
In this article, the author demonstrates how the performance of CloudStack can dramatically improve by using Varnish. He does so by drawing upon his...

Why We Need to Handle Bounced Emails

0
Bounced emails are the bane of marketing campaigns and mailing lists. In this article, the author explains the nature of bounce messages and describes...

Compile a GPIO Control Application and Test It On the Raspberry Pi

0
GPIO is the acronym for General Purpose (I/O). The role played by these drivers is to handle I/O requests to read or write to...

Use Pound on RHEL to Balance the Load on Web Servers

0
Load balancers distribute network traffic across backend servers and thus enable high availability. Let’s see what the process of setting up Pound on Red...

Creating Dynamic Web Portals Using Joomla and WordPress

0
Joomla and WordPress are popular Web content management systems, which provide authoring, collaboration and administration tools designed to allow amateurs to create and manage...

An Introduction to Device Drivers in the Linux Kernel

0
In the article ‘An Introduction to the Linux Kernel’ in the August 2014 issue of OSFY, we wrote and compiled a kernel module. In...

Use Bugzilla to Manage Defects in Software

0
In the quest for excellence in software products, developers have to go through the process of defect management. The tool of choice for defect...

Introducing AngularJS

2
AngularJS is an open source Web application framework maintained by Google and the community, which helps to build Single Page Applications (SPA). Let’s get...

Experimenting with More Functions in Haskell

0
We continue our exploration of the open source, advanced and purely functional programming language, Haskell. In the third article in the series, we will...