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命令随记(CentOS)
aliyun-test.com/ 启动目录: # cd /etc/init.d 设置环境变量: --系统级别 # vi /etc/profile --用户级 # cd ~ # vi .
bash_profile
Andy_Dou
·
2014-07-30 08:00
linux
centos
sqlplus中上下键无效的解决办法
/configure make makeinstall vi/home/oracle/.
bash_profile
最后执行:#. ~o
kuangzilong
·
2014-07-28 20:14
oracle
sqlplus
Mac 环境下在终端输入 javac 乱码问题
解决办法:将根目录下.
bash_profile
文件增加两行,aliasjavac='javac-J-Dfile.encoding=UTF-8-encodingUTF-8'aliasjava='java-Dfile.encoding
jinzhu117
·
2014-07-24 23:00
linux下配置Java和Go环境
limux系统,由于长时间没有配置过java环境和Go环境,竟然不知道了都需要哪些东西了,因此就在博客里面总结一下,以免再次忘记,我都配置在/etc/profile文件里面,以前用Ubuntu时,配置在.
bash_profile
渊泉如渊
·
2014-07-24 20:00
mac terminal not auto load bashrc
+-----------------++------FIRST-------++-----------------+|||~/.
bash_profile
|||loginshell----
wangeen
·
2014-07-23 21:00
Linux下的sqlplus的默认编辑器如何设置成为Vi(我这里用的是Oracle Linux 5.4)
此方法是参考的ITPUB的某一个论坛做个笔记,同时也跟大家分享一下,方便以后再用,嘿嘿方法一: su-oracle 编辑Oracle用户下家目录下的.
bash_profile
向里面加入 export
wangjingshuai3
·
2014-07-23 10:22
oracle
sql
linux
source命令
同样的,当前脚本中设置的变量也将作为脚本的环境,source(或点)命令通常用于重新执行刚修改的初始化文件,如.
bash_profile
和.profile等等。
dtwangquan
·
2014-07-19 10:22
linux知识
解决导致kdm无法正常启动的原因
因为~/.
bash_profile
和~/.xinitrc中加入了exportXAUTHORITY="/tmp/${USER}.Xauthority"所以每次启动桌面都无法成功注释掉后即可正常进入桌面使用登录管理器后
3444542
·
2014-07-17 20:52
linux
Arch
kdm
解决导致kdm无法正常启动的原因
因为~/.
bash_profile
和~/.xinitrc中加入了exportXAUTHORITY="/tmp/${USER}.Xauthority"所以每次启动桌面都无法成功注释掉后即可正常进入桌面使用登录管理器后
3444542
·
2014-07-17 20:52
linux
kdm
arch
archlinux
mac os 搭建golang
list2.安装go1.xx.darwin-amd64.pkg ,安装完成后会在mac os 自动创建目录:/usr/local/go/ 3.打开终端修改环境配置:$ sudo vim ~/.
bash_profile
stephen830
·
2014-07-17 17:00
golang
mac os 搭建golang
list2.安装go1.xx.darwin-amd64.pkg ,安装完成后会在mac os 自动创建目录:/usr/local/go/ 3.打开终端修改环境配置:$ sudo vim ~/.
bash_profile
stephen830
·
2014-07-17 17:00
golang
服务器退还操作
crondstop/root/mysql_stop\pkillphp\pkillphp\pkillnginx\pkillnginxrm-rf/data/*rm-rf/root/*/bin/rm-f/root/.
bash_profile
perofu
·
2014-07-17 16:00
操作
服务器退还
Linux下profile和bashrc四种的区别
/etc/profile、/etc/bashrc、~/.
bash_profile
、~/.bashrc很容易混淆,他们之间有什么区别?它们的作用到底是什么?
xiaoxinyu316
·
2014-07-17 16:00
iTerm2的环境设置问题
今天遇到一个头痛的问题,iTerm2启动怎么也不调用配置文件.
bash_profile
,查了半个多小时,才发现我装了oh-my-zsh,启动terminal的之后直接调用.zshrc文件,解决办法是在.
bigfish101
·
2014-07-15 09:00
LINUX 命令ifconfig 无效
vi~/.
bash_profile
里,添加PATH=$PATH:/sbin回车expor
鸣不明
·
2014-07-13 11:49
linux
command
Export
cocos2d-x3.0 后配置信息重置
找到 /Users/你的用户名/.
bash_profile
将这个文件中有关cocos的内容全部都删了就可以重新设置cocos的配置信息了。显示:defaultswr
qqMCY
·
2014-07-12 10:00
android
ant
NDK
sdk
cocos2d-x3.0
Linux 之 /etc/profile、~/.
bash_profile
等几个文件的执行过程
blog.csdn.net/ithomer/article/details/6322892在登录Linux时要执行文件的过程如下:在刚登录Linux时,首先启动/etc/profile文件,然后再启动用户目录下的~/.
bash_profile
fax5201314
·
2014-07-11 16:00
linux
rbenv
Installation$ brew update $ brew install rbenv ruby-build $ echo 'eval "$(rbenv init -)"' >> ~/.
bash_profile
rickboy
·
2014-07-10 12:00
关于bash的配置文件加载
bash的配置文件分为两类全局配置 /etc/profile /etc/profile.d/*.sh /etc/bashrc个人配置 ~/.
bash_profile
~/.bashrcprofile类的配置
foolish239587
·
2014-07-09 22:41
linux
bash
linux下使profile和.
bash_profile
立即生效的方法
使profile生效的方法1.source/etc/profile使用.
bash_profile
生效的方法1 ..bash_profile2 source.bash_profile3 execbash-
ALittleBitStep
·
2014-07-09 21:13
linux
profile
source
PhantomJS + CasperJS 安装和配置
配置 gedit .
bash_profile
-------------------------------- export PHANTOMJS_HOME=/mnt/D/OutsourcingServer
pyzheng
·
2014-07-08 09:00
ant
PhantomJS + CasperJS 安装和配置
配置 gedit .
bash_profile
-------------------------------- export PHANTOMJS_HOME=/mnt/D/OutsourcingServer
pyzheng
·
2014-07-08 09:00
ant
[Mac入门]如何在Mac下显示Finder中的所有文件
在Unix下工作,你可能需要处理一些“特殊“文件或文件夹,例如/usr,/bin, etcf,或一些"dotfiles"(如.
bash_profile
)。
qdujunjie
·
2014-07-05 23:00
Linux中profile、bashrc、
bash_profile
之间的区别和联系
文章转自:http://blog.csdn.net/chenchong08/article/details/7833242 /etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.并从/etc/profile.d目录的配置文件中搜集shell的设置. 英文描述为: # /etc/profile # System wide environment an
·
2014-07-04 14:00
profile
普通用户显示bash4.1 解决办法
将/root下的.
bash_profile
和.bashrc文件拷贝到家目录就行了:cp /root/.
bash_profile
/home/用户名/cp /root/.bashrc//home/用户名
woshiliulei0
·
2014-07-03 20:00
mac 使用 brew install git
使用brewinstallgit安装最新gitvi~/.
bash_profile
下添加如下exportGIT_HOME=/usr/local/binexportPATH=$MYSQL_HOME/bin:
mingle
·
2014-07-03 19:00
mac
git
updategit
mac下创建
bash_profile
步骤
1.启动终端Terminal2.进入当前用户的home目录 输入cd~3.创建.
bash_profile
输入touch.bash_profile4.编辑.
bash_profile
文件 输入
openglnewbee
·
2014-07-03 15:00
Bash配置文件详解
中的配置文件一般为:纯文本格式 XML格式 Bash配置文件:1) profile类:交互式登录用户/etc/profile(它还包含-à/etc/profile.d/*.sh对全局用户有效)--à~/.
bash_profile
ben_robinson
·
2014-06-30 17:40
Bash配置文件详解
.
bash_profile
和.bashrc的什么区别(.bash_history .bash_logout .
bash_profile
.bashrc )
.~/.
bash_profile
:每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时,该文件仅仅
feng27156
·
2014-06-30 11:00
《学习bash》笔记--定制用户环境
1..bash_profile、.bash_logout和.bashrc文件当用户和退出一个新的shell时,文件.
bash_profile
、.bash_logout和.bashrc文件被bash所读取
TODD911
·
2014-06-27 15:00
oracle问题汇总-字符界面下:-bash: rlwrap: command not found
的RUNLEVEL进入字符界面,输入sqlplus提示:-bash:rlwrap:commandnotfound,(可以肯定sqlplus我们肯定是有的)根据提示应该是rlwrap没有安装,另我们在.
bash_profile
u013038861
·
2014-06-26 23:00
速查笔记(Linux Shell编程<下>
初始化顺序:/etc/profile (~/.
bash_profile
|~/.bash_login|~/.profile) ~/.bashrc2.
chenlycly
·
2014-06-24 19:00
mac的环境变量设置
mac的环境变量设置sudosublime~/.
bash_profile
ashqal
·
2014-06-24 13:00
android adb的简单介绍
只需要在手机上打开选项settings-applications-development-USBdebugging.对于Mac和Linux用户,下载好的sdk解压后,可以放~或者任意目录.然后修改~/.
bash_profile
cnmilan
·
2014-06-23 16:00
DM365 montavista交叉编译链arm_v5t配置
1.配置ARMv5t交叉编译器PATH修改root目录下/root/.
bash_profile
文件,在文件的最后添加如下内容:PATH=$PATH:$HOME/binPATH="/home/workdir
zhangjikuan
·
2014-06-20 15:00
配置
DM365
MontaVista
交叉编译链
arm_v5t
设置 .
bash_profile
aliasll='ls-alF'aliassublime='open-a"SublimeText2"'
qdujunjie
·
2014-06-19 23:00
python设置用户环境变量
在自己的用户bin目录下在.
bash_profile
中导入path路径exportPATH=$HOME/bin:$PATH这样就可以将任何的python包或者文件放在自己的目录下,加载用户自己的特性包和
xubcing
·
2014-06-18 11:05
python环境变量
MAC 配置环境变量
1首先查看PATH命令:$PATH2如何设置PATH命令:echo"exportPATH=xxxxxx:$PATH">>~/.
bash_profile
解释:把"exportPATH=xxxxxx:$PATH
shijiucdy
·
2014-06-17 20:00
Hadoop学习---- Mac OSX下Hadoop 2.3.0安装及配置
下载好解压缩安装之后,需要对Java环境变量(我都是直接改的~/.
bash_profile
)进行配置。
chenrui
·
2014-06-15 22:14
osx
mac
hadoop
mapreduce
yarn
hadoop
大数据
Java
Hadoop学习---- Mac OSX下Hadoop 2.3.0安装及配置
下载好解压缩安装之后,需要对Java环境变量(我都是直接改的~/.
bash_profile
)进行配置。
chenrui
·
2014-06-15 22:14
hadoop
大数据
Java
centos6.3 tomcat上传文件名乱码
en_USLC_CTYPE=zh_CN.UTF-83.修复所有用户生效,/etc/profile.d中加入setlang.sh:exportLC_CTYPE=zh_CN.UTF-8特定用户生效,~/.
bash_profile
yingtju
·
2014-06-15 15:12
tomcat
乱码
文件名
mac下配置cocos2d-x3.0
今天看到3.0的正式版发布了,就立即荡下来试试3.0,下面记录下环境变量配置过程 打开用户目录下.
bash_profile
文件,配置环境 1、首先配置下android
hulefei29
·
2014-06-13 17:00
cocos2d-x
Ubuntu 环境变量及 ADB 配置
用户环境变量通常被存储在下面的文件中:~/.profile~/.
bash_profile
或者~./bash_login~/.bashrc上述文件在Ubuntu10.0以前版本不推荐使用。
huangyabin001
·
2014-06-13 14:00
timed out waiting for input: auto-logout 这是怎么回事?
/etc/profile加载echo$TMOUT会显示60,单位应该是秒或在.
bash_profile
文件中添加
邓美男1989
·
2014-06-13 10:01
timed
out
waiting
fo
日常操作技巧
create a cocos2d-x-3.0 project in Xcode
STEP1:OpenTerminalSETP2:Runsetup.pySETP3:Runsource/Users/your_user/.
bash_profile
(sothatenvironmentvariablesareactuallyupdated
angel22xu
·
2014-06-11 17:00
Oracle
bash_profile
设置
[oracle@localhost~]$cat~/.
bash_profile
#.bash_profile#Getthealiasesandfunctionsif[-f~/.bashrc];then
kingkissking
·
2014-06-10 19:20
oracle
specific
linux 大量生成core dump文件
近日发现个别服务器大量生成core文件,以前一直没有注意这个问题,经过排查发现,这些服务器设置了ulimit-cunlimited经过查找$HOME/.
bash_profile
$HOME/.bashrc
chamtianjiao
·
2014-06-10 15:00
ORA-12162: TNS:net service name is incorrectly specified
netservicenameisincorrectlyspecified找了好多文档,发现当echo$ORACLE_HOME是可以正常显示,而echo$ORACLE_SID时没有信息显示,所以判断是在.
bash_profile
zheng0518
·
2014-06-06 22:00
ORA-12162
ser
TNSnet
02 java 程序环境
path) ( 在~/.cshrc文件里增加) linux: export PATH=/usr/local/jdk/bin:$PATH (在 ~/.bashrc 或 ~/.
bash_profile
·
2014-06-06 19:00
java
Linux平台Oracle多个实例启动说明
1.切换Oracle用户:#suoracle2.切换到Oracle目录下: # cd$oracle_home3.执行配置文件.
bash_profile
[oracle@db~]$..ba
柴火
·
2014-06-06 13:30
oracle
数据库
配置文件
初学者
Export
上一页
86
87
88
89
90
91
92
93
下一页
按字母分类:
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
其他