Darryl Dias

17 Sep 2014 in
You can get Python Tool from [here](http://pytools.codeplex.com/). Get Visual Studio from [here](https://visualstudio.com/).

Continue Reading →

16 Sep 2014 in

[NGINX](http://nginx.org) is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and the most important, web server. NGINX uses PHP-FPM to process PHP files.

Official NGINX ppa is available for Ubuntu that installs the latest...

Continue Reading →

12 Aug 2014 in

Transmission is a free BitTorrent client with a simple interface, Ubuntu comes bundled with Transmission in the official build, Transmission is set as the default BitTorrent client for Ubuntu. However the version of Transmission bundled with Ubuntu is not always latest depending on the Ubuntu dist...

Continue Reading →

06 Aug 2014 in

Sass also known as Syntactically Awesome Stylesheets is a stylesheet scripting language that is interpreted into Cascading Style Sheet also known as CSS. Sass consists of two syntaxes, The original syntax, called “the indented syntax”, uses a syntax similar to Haml, It uses indentation to sep...

Continue Reading →

03 Aug 2014 in

Raspberry Pi is an ARM based single board computer that does not come with a hardware clock, it depends on the OS to set date and time. If the date and time are not correct it can have big problems and lead to a bad disaster. Arch Linux ARM uses NTPD to set the date and time, NTP corrects the date a...

Continue Reading →