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.
OpenNTPD on Raspberry Pi (Arch Linux ARM)
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 … Read more
ZSH on Arch Linux
ZSH is a unix shell and a powerful command line interpreter, ZSH is much easier to use and setup, ZSH also allows you to program the command-line completion that helps you customize you shell and offers options and arguments for most used commands, with out-of-the-box support for several hundred commands. You can install ZSH using … Read more
Enable Xdebug on XAMPP for Windows
XAMPP is a free and open source cross-platform web server stack that offers Apache (Web Server), MySQL (Relational Database) and interpreters for PHP and Perl programming languages. XAMPP is one of the most feature rich Web Server stack solution. XAMPP is great for developing a website or web application locally. XAMPP by default is set … Read more
LEMP on Raspberry Pi
Raspberry Pi is a single board ARM based computer developed in the UK by the Raspberry Pi foundation.