闻心阁

一蓑烟雨看苍生,半壶浊酒笑红尘

Terminology——超炫的Linux终端

2017-06-30 约 1 分钟读完 搬砖秘籍

使用上了Linux之后,许多事情都要与终端打交道。不知不觉也已经用了好几个终端了。比如Manjaro自带的xfce-terminal、深度终端、Terminator等等,我这种初学者对于终端使用的也就是能敲个命令而已,也就没太在意。但是自从使用了Terminology之后…老夫第一次看见这种玩法。

继续阅读

Make Koala Works on Ubuntu

2017-02-18 约 1 分钟读完 搬砖秘籍
Koala is my favorite GUI tools to complie sass and less file, when I switch the OS from Windows 7 to Ubuntu, it not works again. Why? First of all, I thought it’s Ruby’s error, maybe there is no Ruby in my system, and run the command: ruby --version it outputs ruby 2.3.1p112 (2016-04-26) [x86_64-linux-gnu] so it’s not Ruby’s fault, and then google it I find the solution 32bit: $ cd /lib/i386-linux-gnu/ or $cd /usr/lib/ 64bit: 继续阅读