E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
bash_profile
mac上配置adb
一、终端中输入 cd ~ 二、输入touch .
bash_profile
回车 三、输入open -e .
bash_profile
回车后会在
edison_cool911
·
2013-04-06 17:00
mac
linux 环境变量
为每个用户设置环境变量,在用户第一次登录系统的时候就会执行,并且会执行/etc/profile.d/下的配置文件/etc/bashrc系统级别运行bashshell时被读取,即每次切换shell就会有~/.
bash_profile
shengqi158
·
2013-04-03 21:08
linux
profile
环境变量
bashrc
linux 环境变量
为每个用户设置环境变量,在用户第一次登录系统的时候就会执行,并且会执行/etc/profile.d/下的配置文件/etc/bashrc系统级别运行bashshell时被读取,即每次切换shell就会有~/.
bash_profile
shengqi158
·
2013-04-03 21:08
linux
环境变量
bashrc
pr
ubuntu使用技巧
linux启动是自动加载的几个文件说明bashrc等 .
(3)~/.profile若bash是以login方式执行时,读取~/.
bash_profile
,
apn172
·
2013-04-02 16:00
/etc/profile,/etc/bashrc,~/.
bash_profile
,~/.bashrc,~/.bash_logout
. ~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用
dengbenji
·
2013-04-01 10:00
bash
Mac 设置PATH
添加进PATH 方法1:export PATH=/usr/local/xxx/bin:$PATH echo $PATH >> ~/.
bash_profile
方法
seemefly163_0
·
2013-03-30 19:00
shell
Path
m
安装oracle出现ORA-00600
需要在本地安装一个xmamanger的软件,启动xmanager-passive2 在服务器上建立oracle用户和dba组, useraddoracle-gdba3 修改oracle用户的 .
bash_profile
Vfast_李梁
·
2013-03-30 11:31
ORA-00600
.
bash_profile
和.bashrc的什么区别
.
bash_profile
和.bashrc的什么区别作者:KornLee /etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.并从/etc/profile.d
leoleocmm
·
2013-03-28 23:00
解析Linux /etc/skel
比如:.
bash_profile
,.bashrc,.bash_logout,
欧阳鹏
·
2013-03-28 17:45
解析Linux /etc/skel
比如:.
bash_profile
,.bashrc,.ba
ydbc
·
2013-03-28 17:00
linux
解析Linux /etc/skel
比如: .
bash_profile
, .bashrc, .bash_
qq446282412
·
2013-03-28 17:00
在搭建oracle dataguard 11g过程中遇到的问题一
解决办法:在Oracle用户下,vi编辑器打开.
bash_profile
文件。
bellez
·
2013-03-26 14:23
oracle
dataguard
dataguard
11g
11g
work-linux
搭建oracle
Oracle11gR2 DataGuard 实验
复制.
bash_profile
从10.253.32.106到
[email protected]
:/home/oracle/.bash_profile./3.
yuanbonet
·
2013-03-25 10:24
dataguard
oracle11gR2
实验
Oracle11gR2 DataGuard 实验
系统复制1.建用户组和用户groupadd-g507oinstallgroupadd-g502dbauseradd-u502-goinstall-Gdbaoraclepasswdoracle2.复制.
bash_profile
yuanbonet
·
2013-03-25 10:24
实验
DataGuard
Oracle11gR2
profile bashrc
bash_profile
之间的区别和联系
Linuxbashrc与profile的区别不指定url:http://blog.csdn.net/venus565825/article/details/6301046bashrc与profile的区别 要搞清bashrc与profile的区别,首先要弄明白什么是交互式shell和非交互式shell,什么是loginshell和non-loginshell。 交互式模式就是shell等待你的
jackpk
·
2013-03-25 10:00
Window7 NDK环境搭建(我是菜鸟)
配置NDK路径设置可以在你安装软件目录中修改home\\.
bash_profile
文件中最后添加环境变量NDK=/cygdrive/e/Andriod/develop/andr
shen332401890
·
2013-03-23 10:00
NDK
redhat enterprise linux普通用户增加sudo权限
文件,修改命令必须为visudo才行#/usr/sbin/visudo-f/etc/sudoers在rootALL=(ALL)ALL之后增加yourusernameALL=(ALL)ALL普通用户的.
bash_profile
1曲待续
·
2013-03-22 23:54
linux
redhat
用户
ubuntu下设置环境变量
:(bash.bashrc[Ubuntu]或bashrc[CentOS]);environment;profile普通用户及root用户家目录下:.bashrc;(.profile[Ubuntu]或.
bash_profile
qwertyuj
·
2013-03-22 18:00
.bash_pfofile、.bash_logout和.bashrc区别
.
bash_profile
类似于编程中的构造函数,当登录shell时,shell会寻找该文件做环境初始化。.bashrc是.
bash_profile
的替补。.
perlin
·
2013-03-22 17:55
.bash_pfofile
.bash_pfofile、.bash_logout和.bashrc区别
.
bash_profile
类似于编程中的构造函数,当登录shell时,shell会寻找该文件做环境初始化。.bashrc是.
bash_profile
的替补。.
perlin
·
2013-03-22 17:55
.bash_pfofile
.bash_
1-Linux
linux系统配置基础--此篇会不断的完善
⑴、bash的配置文件:全局配置:/etc/profile,/etc/profile.d/*.sh,/etc/bashrc个人配置:~/.
bash_profile
,~/.bashrc登陆式shell读取配置文件的过程
chrinux
·
2013-03-22 14:47
linux
系统参数查看
环境变量设置
python
linux系统配置基础--此篇会不断的完善
⑴、bash的配置文件: 全局配置:/etc/profile,/etc/profile.d/*.sh,/etc/bashrc 个人配置:~/.
bash_profile
,~/.bashrc
chrinux
·
2013-03-22 14:47
linux
环境变量设置
系统参数查看
ADB的使用
只需要在手机上打开选项settings-applications-development-USBdebugging.对于Mac和Linux用户,下载好的sdk解压后,可以放~或者任意目录.然后修改~/.
bash_profile
兜来兜去
·
2013-03-21 14:00
adb
hive安装测试及Hive 元数据的三种存储方式
2、环境变量配置在.
bash_profile
中添加:exportHIVE_HOME=/home/hadooptest/hive-0.8.1exportPATH=$HIVE_HOME/bin:$
yangyan19870319
·
2013-03-20 14:00
Ubuntu 环境变量
3、~/.
bash_profile
:
桐桐ESC
·
2013-03-19 21:00
MAC 下修改环境变量
MAC修改host文件 sudovi/etc/hosts Mac 可设置环境变量的位置 1.通过~/.
bash_profile
文件设置全局变量,用户级,如:exportCLICOLOR=1 2.通过~
小鲅鱼
·
2013-03-18 21:00
[原]解决pacman git无法自动补全的问题
pacman-Qlpacman发现自动补全是放在/usr/share/bash-completion下的,所以除了要source/etc/bash_completion还得将另一个也导入,解决办法编辑~/.
bash_profile
3444542
·
2013-03-18 17:00
#archlinux
Linux下shell脚本手动执行和放在crontab中自动执行的结果不一样
在脚本最前面加上一句: source~/.
bash_profile
http://blog.chinaunix.net/uid-20648405-id-1907334.html先试一下再run
kevinew
·
2013-03-18 12:00
linux环境变量 shell变量 command not found解决方法
3、~/.
bash_profile
:在登录时用到的第三个文件是.prof
垂盆草
·
2013-03-16 11:00
virtualenvwrapper tips
安装 pip install virtualenvwrapper 安装完成后,mkdir ~/Envs 这个是你以后创建的所有env的存储的地方 然后在 .
bash_profile
export
xiaoJay
·
2013-03-14 11:00
virtualenv
解决Linux中文乱码问题
解决Linux中文乱码问题日期:2011-12-03 阅读:173 分类:Linux资料方法一: 修改/root/.
bash_profile
文件,增加exportLANG=zh_CN.GB18030
tfy1332
·
2013-03-12 00:00
在linux下修改oracle字符集
1进入安装oralce的用户 2登入数据库sqlplus用户名/密码assysdba 3如果登录不了,可以执行以下命令刷新环境变量 cd ~ source~/.
bash_profile
4 查看oracle
fhx007
·
2013-03-11 21:00
Linux常用环境变量存放路径
nbsp; /etc/profile② ~/.bashrc③ ~/.
bash_profile
luckytyy
·
2013-03-11 20:00
linux
环境变量
linux PATH 查看服务状态
系统环境设置文件和个人环境设置文件 1.系统中的用户工作环境设置文件: 登录环境设置文件:/etc/profile 非登录环境设置文件:/etc/bashrc 2.用户个人设置的环境设置文件: 登录环境设置文件:$HOME/.
bash_profile
liang890319
·
2013-03-09 16:00
oracle db 字符集问题
$nls_parameters;2.更改客户端字符集设置nls_langwindow下,(可以设进注册表中)setnls_lang=AMERICAN_AMERICA.UTF8linux下,(可以设进.
bash_profile
yuanbonet
·
2013-03-08 15:03
oracle字符集问题
oracle db 字符集问题
nls_parameters;2.更改客户端字符集设置nls_lang window下,(可以设进注册表中)setnls_lang=AMERICAN_AMERICA.UTF8 linux下,(可以设进.
bash_profile
yuanbonet
·
2013-03-08 15:03
oracle字符集问题
工作中常用的一些Linux命令
6u25-linux-i586.bin解压缩操作)shjdk-6u25-linux-i586.bin4、到opadminhome目录下改环境变量vi.bash_profile编辑用户主目录文件下的文件.
bash_profile
billyshao3222
·
2013-03-08 15:44
Linux
Linux 环境变量
3、~/.
bash_profile
:在登录时用到的第三个文件是.prof
陈好
·
2013-03-07 09:00
Linux Oracle下sqlplus无法使用命令退格删除和历史记录的解决方法(使用rlwrap)
第一种是使用stty命令重新定义^H,可以在使用sqlplus之前执行stty erase ^H,也可以把这一句放到oracle用户的.
bash_profile
文件里。
jackyrong
·
2013-03-05 19:00
sqlplus
Linux Oracle下sqlplus无法使用命令退格删除和历史记录的解决方法(使用rlwrap)
第一种是使用stty命令重新定义^H,可以在使用sqlplus之前执行stty erase ^H,也可以把这一句放到oracle用户的.
bash_profile
文件里。
jackyrong
·
2013-03-05 19:00
sqlplus
Linux Oracle下sqlplus无法使用命令退格删除和历史记录的解决方法(使用rlwrap)
第一种是使用stty命令重新定义^H,可以在使用sqlplus之前执行stty erase ^H,也可以把这一句放到oracle用户的.
bash_profile
文件里。
jackyrong
·
2013-03-05 19:00
sqlplus
Linux Oracle下sqlplus无法使用命令退格删除和历史记录的解决方法(使用rlwrap)
第一种是使用stty命令重新定义^H,可以在使用sqlplus之前执行stty erase ^H,也可以把这一句放到oracle用户的.
bash_profile
文件里。
jackyrong
·
2013-03-05 19:00
sqlplus
Linux Oracle下sqlplus无法使用命令退格删除和历史记录的解决方法(使用rlwrap)
第一种是使用stty命令重新定义^H,可以在使用sqlplus之前执行stty erase ^H,也可以把这一句放到oracle用户的.
bash_profile
文件里。
jackyrong
·
2013-03-05 19:00
sqlplus
Linux Oracle下sqlplus无法使用命令退格删除和历史记录的解决方法(使用rlwrap)
第一种是使用stty命令重新定义^H,可以在使用sqlplus之前执行stty erase ^H,也可以把这一句放到oracle用户的.
bash_profile
文件里。
jackyrong
·
2013-03-05 19:00
sqlplus
Linux启动初始化配置文件浅析
若bash是以login方式执行时,读取~/.
bash_profile
,若它不存在,则读取
zzsavage
·
2013-03-04 17:32
linux
profile
配置文件
的
是
.
bash_profile
和.bashrc的区别
打开登录shell时将会执行配置文件.
bash_profile
,打开非登录shell时将会执行配置文件.bashrc。
Hipercomer
·
2013-03-02 13:00
.bashrc
.bash_profil
VMWare中不识别ifconfig
vi~/.
bash_profile
里,添加PATH=$PATH:/sbin回车export
yunlong34574
·
2013-02-26 10:00
用户家目录下.
bash_profile
与 .bashrc 的区别
【.
bash_profile
与.bashrc的区别】.bash_profileisexecutedforloginshells,while.bashrcisexecutedforinteractivenon-loginshells
upgirl
·
2013-02-25 23:00
shell
.bash_profile
.bashrc
记录oracle 10g 手工创建数据库
1.首先设置要创建的ORACLE的SID,如果在.
bash_profile
文件里设置里该变量,就不用设置了
dbseeker
·
2013-02-23 09:00
Linux下启动Oracle服务和监听程序
安装完毕oracle以后,需要创建oracle系统用户,并在/home/oracle下面的.
bash_profile
添加几个环境变量:ORACLE_SID,ORACLE_BASE,ORACLE_HOME
java-007
·
2013-02-22 10:00
oracle
上一页
94
95
96
97
98
99
100
101
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他