Home 2015 April

Monthly Archives: April 2015

digital web store

Decrypt https Traffic with Wireshark

1
In this article, the author demystifies the business of encrypting and decrypting network traffic, and translates arcane terms such as https, ssh, sftp, etc. Wireshark,...

Exploring Big Data on a Desktop, with Hadoop, Elasticsearch and Pig

0
In continuation of earlier articles, the author goes further into the subject to discuss Elasticsearch and Pig, and explain how they can be used...

Ten Lesser Known Commands for Linux Users

0
The ten Linux commands listed in this article are not well known but can be pretty useful for systems administrators. Linux is so vast that...

Deploying Infrastructure-as-a-Service Using OpenStack

0
Cloud computing is the buzzword today. It has many different models, one of which is IaaS. In this article, the authors describes the delivery...

Codesport

0
In this month’s column, we feature a set of interview questions on algorithms, data structures, operating systems and computer architecture. For the past few months,...

Cuckoo: A Malware Analyser Companies Can Depend Upon

0
Cuckoo is a leading open source malware analyser. The Cuckoo sandbox facilitates effective analysis of various types of malware by monitoring their behaviour in...

Dangling Pointers Avoid them Strictly!

0
This article takes off from an earlier one on constant pointers. Here, the focus is on dangling pointers—how they occur and how to prevent...

Qt5: GUIs with QtQuick and QML

0
In the previous article on Qt5 (Part 2), we built a small server program that served a random fortune cookie to anyone who connected...

Run Automated System Tasks With Anacron

0
  Periodic command scheduling is the main feature of Anacron, which, in contrast with Cron, does not assume that the system is running all the...
security

Analyse Packet Capture to Protect Your Network

0
  For a network administrator or someone in a production environment who gets paranoid about whether anybody is snooping on the network, tools such as...