bash环境配置:配置文件:生效范围划分,存在两类:全局配置:/etc/profile,/etc/profile.d/*.sh/etc/bashrc个人配置:~/.bash_profile~/.bashrc按功能划分,存在两类:profile类:为交互式登录的shell提供配置/etc/profile,/etc/profile.d/*.sh~/.bash_profile功用:1定义环..
分类:
其他好文 时间:
2015-09-07 07:12:15
阅读次数:
208
bash:解释器,编译器配置文件,生效范围划分,存在两类:全局配置:/etc/profile,/etc/profile.d/*.sh/etc/bashrc个人配置:~/.bash_profile~/.bashrc按功能划分,存在两类:profile类:为交互式登录的shell提供配置/etc/profile,/etc/profile.d/*.sh~/.bash_profile功用:(1)..
分类:
系统相关 时间:
2015-09-07 07:08:58
阅读次数:
264
bash环境配置:配置文件,生效范围划分,存在两类:全局配置:/etc/profile,/etc/profile.d/*.sh/etc/bashrc个人配置:~/.bash_profile~/.bashrc按功能划分,存在两类:profile类:为交互式登录的shell提供配置/etc/profile,/etc/profile.d/*.sh~/.bash_profile功用:(1)定义环..
分类:
系统相关 时间:
2015-09-06 18:34:10
阅读次数:
223
bash环境配置:配置文件,生效范围划分,存在两类:全局配置:/etc/profile,/etc/profile.d/*.sh,/etc/bashrc个人配置:~/.bash_profile,~/.bashrc按功能划分,存在两类:profile类:为交互式登录的shell提供配置/etc/profile,/etc/profile.d/*.sh~/.bash_profile功用:(1)定义..
分类:
系统相关 时间:
2015-09-06 11:17:20
阅读次数:
241
bash环境配置:配置文件,生效范围划分,存在两类:全局配置:/etc/profile,/etc/profile.d/*.sh/etc/bashrc个人配置:~/.bash_profile~/.bashrc按功能划分,存在两类:profile类:为交互式登录的shell提供配置/etc/profile,/etc/profile.d/*.sh~/.bash_profile功用:(1)定义环..
分类:
其他好文 时间:
2015-09-05 01:26:28
阅读次数:
177
bash环境配置配置文件:按生效范围划分,两类:全局配置文件:/etc/profile,/etc/profile.d/*.sh,etc/bashrc个人配置文件:~/.bash_profile,~/.bashrc按功能分类:两类:profile类:交互式登陆(即直接通过终端进行的登陆或su-username登陆)/etc/profile,/etc/profile.d/*.sh,~/..
分类:
系统相关 时间:
2015-09-04 12:42:09
阅读次数:
243
步骤1在linux下编译安装arm-qte-4.8.52修改配置文件,设置qte的路径vim/etc/profileexportQTDIR=自己的qt安装目录exportPATH=$QTDIR/bin:$PATHexportLD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATHvim/etc/bashrc同上3在qt-creater中生成一个qt工程,拷贝到linux系统4在工程目录..
分类:
系统相关 时间:
2015-09-01 18:32:09
阅读次数:
154
.bashrc 什么的,早就把 TNS_ADMIN , 和 LD_LIBRARY_PATH 加进去了,可就是不好使。终极方法还是在 workspace 的 R&A -> Services 里设置属性。LD_LIBRARY_PATH=/home/julian/app/julian/product/11...
分类:
数据库 时间:
2015-09-01 16:34:04
阅读次数:
198
编辑~/.bashrc文件加入以下内容,定义别名
# .bashrc
# User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias cls='clear' #DOS下的清屏命令,也可以用Ctrl+L,简单快速
...
分类:
系统相关 时间:
2015-08-31 10:12:52
阅读次数:
153
1.设置英文版的git echo "alias git='LANG=en_GB git'" >> ~/.bashrc 重启 设置中文版 加个# echo "#alias git='LANG=en_GB git'" >> ~/.bashrc2.git init 初始化git3.git config 配...
分类:
其他好文 时间:
2015-08-31 00:52:46
阅读次数:
222