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
解决Linux中文乱码
方法一: 修改/root/.
bash_profile
文件,增加export LANG=zh_CN.GB18030 对于其他用户,也必须相应修改该文件 使用该方法时putty能显示中文,
wsql
·
2012-08-23 11:00
linux
Linux下cat <<eof替换多行echo
今天在写Oracle安装前的环境配置脚本的时候,要在/etc/sysctl.conf文件上添加多行,之前是用的echo,觉得有点麻烦,发现可以通过cat/home/oracle/.
bash_profile
neou
·
2012-08-21 13:00
cygwin+android NDK环境搭建
cygwin安装相关文章 cygwin与ndk结合 1.下载解压缩NDK2.配置cygwin与ndk整合 第一步:找到cygwin安装目录下D:\cygwin\home\Administrator中.
bash_profile
喧嚣求静
·
2012-08-17 21:00
android
NDK
cygwin+android NDK环境搭建
cygwin安装相关文章 cygwin与ndk结合 1.下载解压缩NDK2.配置cygwin与ndk整合 第一步:找到cygwin安装目录下D:\cygwin\home\Administrator中.
bash_profile
喧嚣求静
·
2012-08-17 21:00
android
NDK
leeboy的linux学习三
如果ssh方式远程登录Linux时,会自动执行用户家目录下的.
bash_profile
文件,所有可以在这个文件里面添加一些内容,以便ssh登录Linux时都会执行相应的内容。
lilai
·
2012-08-17 17:00
linux
unix
leeboy的linux学习三
如果ssh方式远程登录Linux时,会自动执行用户家目录下的.
bash_profile
文件,所有可以在这个文件里面添加一些内容,以便ssh登录Linux时都会执行相应的内容。
lilai
·
2012-08-17 17:00
linux、unix
golengate 的安装
的配置此处配置使用GG的架构是:Extract+DataPump+Replicat1、在源端操作系统上设置该用户环境变量(建议采用oracle的安装用户安装运行GoldenGate).在/home/oracle/.
bash_profile
wll_1017
·
2012-08-17 15:00
Linux特定用户相关的环境变量
home/username ls -al会看到一些隐藏文件,这些隐藏文件是与该用户相关的设置 常见的文件有: .bashrc, .bash_history, .bash_logout, .
bash_profile
zccst
·
2012-08-15 23:00
linux
linux下逻辑备份脚本
#AllRightsReservedsource~/.
bash_profile
---导入oracle用户配置文件DAY=`date+%m_%d` ----设置日期格式为月_日FILE_TARGET
kai27ks
·
2012-08-15 09:00
Date
linux
File
database
delete
parallel
Ubuntu 环境变量设置
3、~/.
bash_profile
:在登录时用到的第三个
Vincent_czz
·
2012-08-14 21:00
linux
shell
redhat
ubuntu
bash
Path
Linux中oracle是如何解决backspace和上下键使用出现乱码
Vi编辑器修改文件.
bash_profile
可解决backspace出现乱码问题使用SecureCRT或是pietty_ch连接到一台安装有OracleDB10g的RHEL4.2的机器,linux使用的
Oracle小混子
·
2012-08-13 15:07
oracle
sql
ocm
gcc编译遇到到不能编译问题
并且需要在.
bash_profile
(一般在/root目录下)或是/etc/profile文件配置LD_LIBRARY_PATH,把GMP与MPFR对应的lib配置上如:LD_LIBRARY_PATH=
leechee_1986
·
2012-08-09 10:00
gcc
Path
library
Warning: $HADOOP_HOME is deprecated. hadoop1.0....
(不推荐)2.在HOME的目录编辑.
bash_profile
,添加一个环境变量。exportH
闵开慧
·
2012-08-08 17:00
is
warning:
$HADOOP_HOME
deprecated.
hadoop1.0.1解决方法
oracle数据库乱码处理已经解决
在.
bash_profile
文件最后加上以下内容NLS_LANG="SIM
yangleitse
·
2012-08-06 17:34
update
chinese
的
用户登录
数据库数据
在mac环境下配置android环境变量
编辑或者创建文件:vim~/.
bash_profile
在里面把tools路径加上:exportPATH=${PATH}:/Developer/android-sdk-mac_86/tools 然后,执行命令
xiahuawuyu
·
2012-08-06 16:00
Linux中profile、bashrc、
bash_profile
之间的区别和联系
/etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.并从/etc/profile.d目录的配置文件中搜集shell的设置.英文描述为:#/etc/profile#Systemwideenvironmentandstartupprograms,forloginsetup#Functionsandaliasesgoin/etc/bashrc#It'sNOTa
大副
·
2012-08-05 22:14
Linux
shell
Linux中profile、bashrc、
bash_profile
之间的区别和联系
/etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.并从/etc/profile.d目录的配置文件中搜集shell的设置.英文描述为:#/etc/profile#Systemwideenvironmentandstartupprograms,forloginsetup#Functionsandaliasesgoin/etc/bashrc#It'sNOTa
chenchong08
·
2012-08-05 22:00
linux
shell
bash
System
idea
login
centos :运行ifconfig 提示command not found
编辑/etc/profile等文件,将这些路径添加至环境变量中 eg: vi /home/用户目录/.
bash_profile
中添加 PATH=
wcily123
·
2012-08-05 16:00
ifconfig
centos :运行ifconfig 提示command not found
编辑/etc/profile等文件,将这些路径添加至环境变量中 eg: vi /home/用户目录/.
bash_profile
中添加 PATH=
wcily123
·
2012-08-05 16:00
ifconfig
给mac终端iTerm2配色
~/.
bash_profile
是bashshell中当前登录用户的配置文件。
huangbowen521
·
2012-08-05 15:00
shell
Scheme
bash
Terminal
终端
colors
linux环境变量
.
bash_profile
和.bashrc的什么区别及启动过程 .
bash_profile
和.bashrc的什么区别
ningguixin
·
2012-08-05 00:00
linux
shell
bash
login
linux下修改.
bash_profile
立即生效的三种方法
linux下修改.
bash_profile
立即生效的三种方法分类: Linux2012-04-1114:48 197人阅读 评论(0) 收藏 举报1 ..bash_profile2 source.bash_profile3
jfkidear
·
2012-08-01 16:00
linux
linux
bash
mac设置环境变量
(注:这里的.
bash_profile
如果没有,会自动创建) touch ~/.
bash_profile
; open ~/.
bash_profile
3。
java-mans
·
2012-07-31 20:00
环境变量
profile bashrc
bash_profile
之间的区别和联系【转】
. ~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登
lemoncyb
·
2012-07-31 19:00
profile
bash
bashrc
Linux下与环境变量有关的配置文件
1、CentOS:/etc/profile,/etc/bashrc~/.bashrc,~/.
bash_profile
,~/.bash_logout,~/bash_historyUbuntu:/etc/profile
duyiwuer2009
·
2012-07-30 17:00
linux
centos
shell
ubuntu
bash
login
JDK环境变量配置(Linux and Windows)
Linux平台(CentOS为例)1、修改环境变量配置文件(1)如果是仅当前用户生效,就编辑~/.bashrc或~/.
bash_profile
;(2)如果是所有用户生效,就编辑/etc/profile,
duyiwuer2009
·
2012-07-30 16:00
java
jdk
linux
windows
ClassLoader
Oracle查看SID
linux平台下:如果你的server是linux的话1.以安装oracle的账号登陆2.修改.
bash_profile
这个文件,里面应该有一行exportORACLE_SID=your_current_sid
sh沁
·
2012-07-30 13:31
linux
windows
sid
查看
.
bash_profile
和.bashrc的什么区别
. ~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时
luocb1980
·
2012-07-29 22:00
profile
mac os下查看隐藏文件
在Unix下工作,你可能需要处理一些“特殊“文件或文件夹,例如/usr,/bin, etcf,或一些"dotfiles"(如.
bash_profile
)。
weidawei0609
·
2012-07-28 09:00
Linux用户环境变量
1)用户环境变量配置文件路径,以abc用户为例:/home/abc/.bash_profile2)修改配置文件后不会立即生效,需运行:source/home/abc/.
bash_profile
以上是“永久生效
ztfriend
·
2012-07-26 15:42
用户环境变量
linux 启动oracle
安装完毕oracle以后,需要创建oracle系统用户,并在/home/oracle下面的.
bash_profile
添加几个环境变量:ORACLE_SID,ORACLE_BASE,
yrandy
·
2012-07-24 10:00
oracle
我的oracle 10g的oracle用户下.
bash_profile
的配置文件
自己整个数据库挺不容易的,特别是在.
bash_profile
的配置问题上出现了许多情况,来来回回好多遍,真是有些痛苦,在这里将自己的配置文件备一下份,以防不测:#.bash_profile#Getthealiasesandfunctionsif
xiaotengyi2012
·
2012-07-17 00:00
Xcode 4.3 使用xcodebuild命令编译项目环境设置
先找最新的Xcode.app下各种命令的位置,结果是在/Applications/Xcode.app/Contents/Developer/usr/bin下面,然后修改$PATH的值:vim~/.
bash_profile
cbliu
·
2012-07-16 11:00
.
bash_profile
和.bashrc的区别
本文是从网上下载到本机以后,绝对不错转一下,但原链接记不清了,sorry!/etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行. 并从/etc/profile.d目录的配置文件中搜集shell的设置./etc/bashrc:为每一个运行bashshell的用户执行此文件.当bashshell被打开时,该文件被读取.~/.bash_pr
greencacti
·
2012-07-15 12:00
linux
shell
bash
login
【转】Ubuntu的环境变量设置
3、~/.
bash_profile
:在登录时用到的
Kenny.Lee
·
2012-07-12 15:00
ubuntu
cygwin+NDK的基本使用mark下
3.配置.
bash_profile
: 到cygwin的安装目录,/home/Administrator这里一
thearyong
·
2012-07-12 11:00
cygwin
android ADB命令的使用
只需要在手机上打开选项settings-applications-development-USBdebugging.对于Mac和Linux用户,下载好的sdk解压后,可以放~或者任意目录.然后修改~/.
bash_profile
voiceofnet
·
2012-07-11 10:00
Linux core文件生成及设置
首先是生成core文件,可以通过ulimit命令设置,但是要想在整个系统中生效光在shell里面设置是不行的,可以通过如下方法:1编辑/root/.
bash_profile
文件,在其中加入:ulimit-S-cunlimited
juven_yan
·
2012-07-10 11:46
linux
suse
core
ulim
Linux应用
Linux core文件生成及设置
首先是生成core文件,可以通过ulimit命令设置,但是要想在整个系统中生效光在shell里面设置是不行的,可以通过如下方法:1编辑/root/.
bash_profile
文件,在其中加入:ulimit-S-cunlimited
juven_yan
·
2012-07-10 11:46
linux
ulimit
SuSE
core
coredump
winscp(Linux服务器)控制台输出编辑 .
bash_profile
文件:控制乱码等问题
# .
bash_profile
# Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi #
330546494
·
2012-07-06 12:00
profile
linux下安装完oracle后字符问题
可是安装完成之后,发现字符问题,就是每当从root切换到oracle用户之后在切换回来就会不能使用退格键了,并且编辑文件的时候也不能使用退格键功能,最好查了半天最后发现是因为在/home/oracle/.
bash_profile
封神其
·
2012-07-06 11:49
oracle
linux
centos配置代理上网
在文件.
bash_profile
(在root目录下)文件中添加//----------------------http_proxy=192.168.0.1:3128 (假如这个是代理iP和端口)ftp_proxy
q546809757
·
2012-07-06 10:05
centos
centos配置代理上网
解决Linux中文乱码 收藏
解决Linux中文乱码 收藏 方法一: 修改/root/.
bash_profile
文件,增加export LANG=zh_CN.GB18030
akycza
·
2012-07-04 15:00
linux
修改环境变量
1)如果只想在本次开机过程中临时性的添加修改,下次开机就无效的话,可以: 输入export PATH=$PATH:/sbin(2)如果只给当前用户永久添加,则: 在~/.
bash_profile
I_am_JoJo
·
2012-07-03 18:00
shell
ubuntu
bash
Path
login
Terminal
关于Linux/Unix的Profile文件
/home/username/.profile或.
bash_profile
是针对特定用户的,可以针对用
wsql
·
2012-07-03 12:00
profile
关于Linux/Unix的Profile文件
/home/username/.profile或.
bash_profile
是针对特定用户的,可以针对用户,来配置自己的环境变
pan_tian
·
2012-07-03 12:00
oracle
linux
unix
bash
关于Linux/Unix的Profile文件
/home/username/.profile或.
bash_profile
是针对特定用户的,可以针对用
xitong
·
2012-07-03 12:00
profile
关于Linux/Unix的Profile文件
/home/username/.profile或.
bash_profile
是针对特定用户的,可以针对用
wsql
·
2012-07-03 12:00
profile
关于Linux/Unix的Profile文件
/home/username/.profile或.
bash_profile
是针对特定用户的,可以针对用
wsql
·
2012-07-03 12:00
profile
关于Linux/Unix的Profile文件
/home/username/.profile或.
bash_profile
是针对特定用户的,可以针对用
xitong
·
2012-07-03 12:00
profile
上一页
98
99
100
101
102
103
104
105
下一页
按字母分类:
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
其他