Weechat on Arch Linux

WeeChat (Wee Enhanced Environment for Chat) is a free and open-source Internet Relay Chat client, which is designed to be light and fast. Weechat is available on Arch Linux, FreeBSD, NetBSD, OpenBSD, Debian GNU/kFreeBSD), Mac OS X, Debian GNU/Hurd, HP-UX, Solaris, QNX, Haiku, and Microsoft Windows (via the Cygwin library and API). Weechat uses a … Read more

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 … Read more

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 … Read more

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 uses a .sass extension, The newer syntax uses block formatting that is similar to CSS, It uses braces to denote code blocks and semicolons to separate lines within a block, the new syntax uses a .scss extension.

Read more