Uncategorized
Red Hat - How An Open Source Software Company Became 34 Billion Dollars Company Paid Members Public
In a historic milestone, Red Hat, the company that triumphed with Linux and open source has been acquired by IBM for 34,000 million dollars, the largest transaction in history for a software company. In its 25 years of history, Red Hat has been in charge of demonstrating that betting
Wonderwall: Cool Wallpaper Program For Linux Paid Members Public
Wonderwall is a snap app cool wallpaper program for Unity and GNOME Desktop Environment. Its simple user interface allows the user to easily browse, download and install wallpapers on his Ubuntu desktop. The program provides high-resolution images which are suitable for modern widescreen monitors. However, it is still in its
How Linux Makes Life Easier Paid Members Public
This article is about how Linux simplifies various things from software installations, to secure repositories to an easy to use terminal. We divided the Making life easier with Linux article into three parts so that we could carter for three groups of computer users; A novice, a professional and a
Best Projects Created With Raspberry Pi - Part 10 Paid Members Public
Raspberry Pi is rated as one of the best computing devices for the dynamic world of prototype experimentation and Do-It-Yourself projects. The PI is a very versatile computer praised for its ability to enhance computing activities in any niche from astronomy, computer science to environmental science. From the start of
Various Features In Git - Git Series Part 5 Paid Members Public
Now that we have seen how you can use a GUI or IDE to interact with a repository, let’s look at the many features that git offers to make life easier. I will demonstrate how to amend the previous commit message, how to see what files were changed in
Difference Between Malware, Viruses, Worms, Spyware, Trojans And Ransomware Paid Members Public
The latest attack of a worldwide malware, the already famous WannCrypt, has not only made clear the security of hundreds of companies in the world but also how much we sometimes get involved in handling the terminology of these threats. Is a virus the same as a malware? And what
MongoDB Vs. MySQL Paid Members Public
The past few years have seen a huge spike in the number of websites and apps using NoSQL databases. With MongoDB topping the charts everywhere. It is indeed fascinating how the modern web has drifted away from traditional SQL based databases. MongoDB and other NoSQL databases have a new approach
Variables in BASH - Learn BASH Paid Members Public
Welcome to the second chapter of BASH scripting series in which we will discuss variables in bash. Did you know that every programming language has a way to let programmers declare variables in their programs? But what exactly are they and why do we need variables in programming? Please read