Posted inArticles

Atom on Linux

Atom is a cross-platform text and source code editor developed by GitHub. Atom is Open Source, written in C++, Node.js, CoffeeScript, Javascript, CSS and HTML. Atom is still under active development does not come with a pre-compiled package for Linux and is not officially supported by any Linux distributions, As of now Atom only support […]

Posted inArticles, Linux

Brackets on Debian/Ubuntu

Brackets is an editor for Web development written in HTML, CSS and JavaScript, Brackets is created by Adobe Systems. Its is a free software licensed under the MIT License, and is maintained on [GitHub](https://github.com/adobe/brackets). Brackets has not achieved 1.0, Brackets is under active development and roughly twice a month a new Sprint release of Brackets […]

Posted inArticles

MongoDB on Debian

[**MongoDB**](http://MongoDB.org) is a cross-platform document-oriented database system. MongoDB is classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favour of JSON-like documents with dynamic schemas (MongoDB calls the format BSON). BSON makes the integration of data in certain type of applications easier and faster. MongoDB has been adopted as a […]

Posted inArticles

Go on Ubuntu

Go also known as golang, is a programming language developed at Google. It is a statically typed language with syntax loosely derived from that of C, Go feature an automatic memory management and type safety. You can learn more about Go from Wikipedia. We will be installing Go using Gophers PPA. This PPA will install […]

Posted inArticles, Linux

Rutorrent on Debian

Rtorrent is a text-based ncurses BitTorrent client written in C++ based on the LibTorrent libraries for Unix. Rtorrent is very minimal and takes very few system resources. On high-bandwidth connections, It claims to be able to seed at three times the speed of the official BitTorrent client. Rtorrent is a package available for various Linux […]