随笔分类 -  ubuntu

摘要:最近在ubuntu系统中下载了最新版的eclipse,在一个临时文件夹中解压了eclipse压缩包,然后打开eclipse,按平时常规做法,我在launcher里右键点击eclipse,选择“锁定到启动器”。 前面我是在临时文件夹里完成的,后面我把eclipse安装到了我希望的目录后,eclipse 阅读全文
posted @ 2016-08-17 18:27 cbing 阅读(844) 评论(0) 推荐(0)
摘要:Ubuntu下启动的时候的的加载环境变量的过程大致为: /etc/enviroment /etc/profile -->/etc/bash.bashrc -->/etc/profile.d 下的所有.sh文件 ~/.profile (或~/.bash_profile 或 ~/.bash_login) 阅读全文
posted @ 2016-06-03 17:47 cbing