Less Is More

make technology your playground

Install Remix OS with Windows and Linux


Remix OS is a refined version of Android which aims at removing boundaries between mobile and PC devices.

... continue reading

Ubuntu Config


Here is a collection of Ubuntu configs and fixes that is system/software wide.

... continue reading

Setup Web Development Environment


Here’s a full guide of configuring development environment mostly for front-end development.

... continue reading

Use ES6 with JSX


Here’s a demo of how to use ES6 with JSX.

The tools we are using here are node, npm, and Babel.

... continue reading

Use Atom


This is a collection of Atom usage and configuration.

... continue reading

Run Android App on Linux


Sometimes you might need to run Android apps on Linux. There are lots of ways to achieve that goal by using a virtual machine

... continue reading

Use ES6


ECMAScript 2015 (ES6) is a new version of ECMAScript standard released in June 2015. It is a significant update since ES5 standardized in 2009.

... continue reading

SPA Demo


A Single Page Application (SPA) is a web application or website that runs on a single web page without reloading itself at any point.

... continue reading

Change Splash Screen in Ubuntu


A splash screen is a graphical screen that appears before a system/application is launching.

... continue reading

Use Jekyll Post Generator


Jekyll is a blog-aware static site generator. It’s fast, simple, text-based, easy-to-use, locally stored, and more,

... continue reading

Front-end Logic


This article contains demos using css/js libraries/frameworks that illustrate how to deal with front-end logic.

... continue reading

UI Hack/Fix


This article contains front-end design hacks/fixes using css/js that makes your life easier.

... continue reading

Give It Five Minutes


Here’s a quote of an article from Give it five minutes by Jason Fried.

I found it while I was surfing the React Docs on Facebook React page.

... continue reading

Use Cinnamon 3.0 on Ubuntu 16.04


Cinnamon is a Linux desktop environment based on GTK+ 3. It was started as a fork of the GNOME Shell in 2011,

... continue reading

Modify Image from Linux Terminal


ImageMagick is a command-line software suite to edit bitmap images.

... continue reading

Visual Effects


Thanks to new HTML5, CSS3, and ES6 standard together with more plugins built on them,

... continue reading

Run Rails on PostgreSQL


Ruby on Rails ship with a small database called sqlite3 by default, but it’s not ideal for production grade database.

... continue reading

Prepare LAMP Environment


LAMP is a model of web service solution stacks, including four oopen source components: Linux, Apache, MySQL, and PHP.

... continue reading

Switch From Sublime Text to Atom


I was using Sublime Text 3 for all the coding stuff for a long time. There was a time that Atom started to get more and more attention,

... continue reading

wps for linux 系统缺失字体


问题

启动WPS for Linux后,出现提示”系统缺失字体” 。

... continue reading

Get Started with Vue.js


Vue.js is another front-end MVVM (Model-View-ViewModel) inspired by AngularJS 1.x, but aiming to solve the problems in AngularJS.

... continue reading

Deploy Rails App on Heroku


Heroku is a cloud platform for hosting apps. It offers unlimited free container for easy app deployment.

... continue reading

Markdown Review


Markdown is a lightweight and easy-to-use syntax for styling all forms of writing on the GitHub platform.

... continue reading