Home Tags VirtualBox

Tag: VirtualBox

Virtualisation Face-off: Qemu, VirtualBox, VMware Player and Parallels Workstation

8
In this article, we take a look at four of the most well known and commonly used virtualisation software for Linux. When it comes to...

Best Open Source Apps for Daily Use

0
What the proprietary world can do, FOSS can do better! That's what this article hints at, as it takes you through the 11 most...

Virtualisation and Disk Management in OpenIndiana

2
In the previous part, we got acquainted with OpenIndiana -- how to install the base system, find and deploy packages, and perform maintenance tasks...

SYN Flooding using SCAPY and Prevention using iptables

15
DoS (Denial of Service) attacks against Web services make them unavailable for legitimate users, affecting the website owner's potential business. These involve intentional consumption...

The Socket API, Part 3: Concurrent Servers

4
In this part of the series, we will learn how to deal with multiple clients connected to the server. Welcome to another dose of socket...

VMWare Player, VirtualBox, KVM: Finding Virtualisation Software that Fits

0
This article is intended to guide users in choosing the best virtualisation solution for themselves. According to Wikipedia: "Virtualisation, in computing, is the creation of...

Code Profiling in Linux Using Gprof

2
Today, performance is a pivotal point in the programming world. Programmers constantly strive to make their code run in fewer milliseconds. Performance analysis can...

Virtual Machines For Abstraction: The Dalvik VM

3
With the rise of heterogeneous systems, there is a requirement for a scalable software system that is cost-effective and maintenance-free. Virtual machines (VMs) provide...

Web Application Penetration Testing Using Samurai

3
This article introduces you to penetration-testing of Web applications. Also included is some hands-on work with a Web-testing framework called Samurai. Penetration testing, affectionately called...

Turnkey: Build LAMP Server in Under 10 Minutes

12
Many of us have wanted to work on our own homemade Linux Web server, but struggled due to the lack of appropriate versions, and...