最近对移动开发感兴趣,于是乎有了相当正式的理由购买了一台macbook pro 13。我虽然以前没有使用过mac os,但是上手却很快,这大概跟我最近几年一直在使用linux系统有关吧。我平时上班时用的是那个万恶的windows 8,回到家里不想再对着工作相关的东西,就使用linux mint来做自...
分类:
其他好文 时间:
2014-10-10 21:47:34
阅读次数:
167
Linux mint cinnamon ? ? ? how to customize theme Linux mint have two style theme- system theme and user theme? eg: system setting->themes like picture below: Void is user theme and the other is...
分类:
系统相关 时间:
2014-09-25 00:17:08
阅读次数:
425
用Linux也有不短的时间了,遇到的各种问题也层出不穷,重装系统的次数也不少,最近用Arch是在用累了,所以想换个相对好配置点的系统来试下,所以选择了Linux Mint. 关于Archlinux 的个人安装以及一些基本配置,下次安装的时候补上吧,今天主要记录下最近在Linux Mint 下自己的....
分类:
系统相关 时间:
2014-09-18 21:58:44
阅读次数:
242
Linux mint cinnamon how to customize theme Linux mint have two style theme- system theme and user theme eg: system setting->themes like picture below: Void is user theme and the other is system the...
分类:
系统相关 时间:
2014-09-09 09:12:18
阅读次数:
275
PIL是python理想的图片处理module,但是想要良好的支持各种图片,还需要检查一下几步,否则会提示:IOError: decoder jpeg not available之类的。我的环境:Linux mint 11 amd64 / Python2.7第一步:安装zlib pngfreetyp...
分类:
其他好文 时间:
2014-08-27 23:18:28
阅读次数:
310
在做内核驱动开发的时候,能够使用/proc下的文件,获取对应的信息,以便调试。大多数/proc下的文件是仅仅读的,但为了演示样例的完整性,都提供了写方法。方法一:使用create_proc_entry创建proc文件(简单,但写操作有缓冲区溢出的危急);方法二:使用proc_create和seq_f...
分类:
系统相关 时间:
2014-08-24 22:16:03
阅读次数:
336
Linux Mint不像Ubuntu那样默认配置了中文输入法,需要我们自己安装,下面给出安装方法及输入法所需依赖: sudo add-apt-repository ppa:fcitx-team/nightly sudo apt-get update sudo apt-get install fcitx fcit...
分类:
系统相关 时间:
2014-08-24 18:09:43
阅读次数:
298
本文出自:http://blog.csdn.net/svitter
sudo apt-get install im-config libapt-pkg-perl fcitxfcitx-table-wbpy
im-config选择fcitx
sudo apt-get install
fcitx-ui*
sudo apt-get install fcitx-config*
...
分类:
系统相关 时间:
2014-08-18 20:35:32
阅读次数:
765
本文出自blog.csdn.net/svitter
jade是什么?
模板引擎
如何在Ubuntu下使用?
github上给的答案是 使用
npm install jade 来安装使用。
但是在ubuntu下没有办法直接在命令行使用jade。
你需要找到~/node_modules/jade/bin下的jade.js
如果使用deb安装的node,那么node在命令...
分类:
系统相关 时间:
2014-08-05 22:38:32
阅读次数:
269
MyNotebookinstalledwithdualbootOS:LinuxMint16andWindows7DuringLinuxMint17overwrittingversion16,Iselectedthewindowsbootpartitionasthemintbootloaderdevicebymistake,sowindows7failedtostartaftertheinstallation.torecoverthebootpartition,boottheNBwithwindows7inst..