Home Search

Linux - search results

If you're not happy with the results, please do another search

Open Source Tools That Simplify Tasks for C Programmers

0
This article will interest programmers and engineering students. It describes various open source tools that C programmers ought to add to their toolkit. Even though...

Nix A Portable and Powerful Package Manager

0
This article introduces the reader to Nix, a reliable, multi-user, multi-version, portable, reproducible and purely functional package manager. Software enthusiasts will find it a...

Contiki OS Connecting Microcontrollers to the Internet of Things

1
As the Internet of Things becomes more of a reality, Contiki, an open source OS, allows DIY enthusiasts to experiment with connecting tiny, low-cost,...

How to Make Your USB Boot with Multiple ISOs

0
This DIY article is for systems admins and software hobbyists, and teaches them how to create a bootable USB that is loaded with multiple...

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...

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...

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...
Line_profiler

Improve Python Code by Using a Profiler

0
The line_profiler gives a line-by-line analysis of the Python code and can thus identify bottlenecks that slow down the execution of a program. By...