Posted inArticles

NGINX on Ubuntu

[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 stable version of NGINX available for the […]

Posted inArticles

Transmission on Ubuntu

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 distribution version, we can get the latest stable version of […]

Posted inArticles, Raspberry Pi, Tutorials

Sass on Raspberry Pi

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 separate code blocks and newline characters to separate rules, it […]