- 浏览: 16118 次
- 性别:
- 来自: 深圳
最新评论
文章列表
如何让Iterm2的目录显示颜色
常常在iTerm下面打命令,文件、目录、可执行文件都是一个颜色。通过以下的方法可以让iTerm使用颜色来区分不同的内容。
1. 在~目录下打开(如果没有这个文件,则新建).bashrc文件;录入:
alias ls="ls -G"
2. 载入.bashrc,在iTerm键入
$ source ~/.bashrc
PS: iTerm2 颜色主题 http://iterm2colorschemes.com/
The following tables list keyboard shortcuts for common operations.
Note: If you're using Mac OS X, update your keymap to use the Mac OS X 10.5+ version keymaps under Android Studio > Preferences > Keymap.
Programming key commands
Command look-up (autocomplete command name)
CTRL ...
1. 在MecurialEclipse官网下载插件文件。
- com.vectrace.MercurialEclipse_2.1.0.201304290948.jar
- com.nexj.oss.MercurialEclipseReviewBoard_1.1.0.201304290949.jar
复制上述文件至MyEclipse安装路径下的dropin目录下。
2. 下载安装TortoiseHG。
3. 重新启动Myeclipse。在Preference下面的Mercurial配置执行文件的路径。
Enable TRIM on non-Apple SSDs in OS X
NOTE: This is tested on the versions mentioned in the title, and NOT earlier or later versions. YMMV.
Run the following commands in Terminal…
Backup the original driver:
sudo cp /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorag ...
1. Mac Finder有些文件夹不显示。
在Terminal输入下面命令,可以Finder里显示所有文件。
defaults write com.apple.finder AppleShowAllFiles -bool true
2. Eclipse/MyEclipse快捷键
Command + Shift + O: 自动整理import
Ctrl + M:最大化编辑框
More detail:
Eclispe Shortcut
http://www.shortcutworld.com/en/win/Eclipse.html
本篇文章是讲如何在Mac电脑上安装MatLab,以及一个工具LIBSVM.
一、环境:
1. OS X 10.9.2
2. MatLab 2013a
下载地址(种子文件)
http://ifunapple.com/2013/10/matlab/
3. LIBSVM V 3.17
http://www.csie.ntu.edu.tw/~cjlin/libsvm/
4. Xcode 5.1
二、安装
1. MatLab 2013a 安装方法,请参见上述种子文件里的Readme.
我安装的时候选择的"无Internet安装", ...
Ubuntu 13.10
- 博客分类:
- Ubuntu
今天心血来潮,把我的笔记本V470系统从Windows换成Ubuntu 13.10,以下记录了13.10的配置过程。
第一天:
1. V470无法用Ubuntu安装光盘引导。原因是V470的BIOS不支持EFI。
2. 用硬盘安装Ubuntu,是无法全硬盘安装的。因为Ubuntu的ISO ...
The Project Saboteur’s Handbook
Written by: Anders Abel
Source: http://coding.abel.nu/2013/01/the-project-saboteurs-handbook/#more-2221
There are many ways to sabotage a project. Recognizing them is the first crucial step to counter them. In this brief handbook I will present a number of ways ...
一.软件环境
1.Apache
官方网址: http://httpd.apache.org
下载地址: http://httpd.apache.org/download.cgi
直接下载: http://mirror.bjtu.edu.cn/apache//httpd/binaries/win32/httpd-2.2.22-win32-x86-no_ssl.msi
2.Subversion
官方网址: http://subversion.apache.org/
下载地址:
Dual-boot的方式很多,有:1. 用Ubuntu GRUB引导Ubuntu & Windows2. 用Win7来引导Ubuntu & Windows本文采用的是Ubuntu GRUB引导Ubuntu & Windows。
环境:Ubuntu 12.04 Desktop 64 bitWindows 7 64 bitLenovo V470Harddriver mode: AHCI (NOT IDE)已经安装了Windows 7 64bit
分区表:sda1 100G NTFS Prisda5 100G NTFS Logicalsdf6 100G NTFS Logic ...