Linux profile File
umask 022
alias vim="/pd/vim/7.1/bin/vim"
if [ -e /usr/bin/vim ]; then
        alias vim="/usr/bin/vim"
fi
alias ll="ls -l"
alias l='ls -altrF'
alias c='clear'
#alias pssuez="/usr/ucb/ps -auxwwww | grep hh"
alias pssuez="/bin/ps -auxwwww | grep hh"
PS1="\u@\h:\w $ "
alias mvn="/ci/apache-maven-3.0.4/bin/mvn"
export M2_HOME="/ci/apache-maven-3.0.4"
export M2=%M2_HOME%\bin
export JAVA_HOME="/sun/jdk/v1.6.0_45-64bit/"
export PATH=$PATH:$JAVA_HOME/bin
Linux profile File的更多相关文章
- linux C file format analysis
		
c语言文件格式 source file file.c C source, ASCII text pretreatment 预处理文件 file.i C source, ASCII text assem ...
 - linux move file / folder bash command
		
linux move file / folder bash command mv $ which mv $ man mv # mv [-f] source target/ target folder ...
 - Linux Kernel File IO Syscall Kernel-Source-Code Analysis(undone)
		
目录 . 引言 . open() syscall . close() syscall 0. 引言 在linux的哲学中,所有的磁盘文件.目录.外设设备.驱动设备全部被抽象为了"文件" ...
 - [POST] What Is the Linux fstab File, and How Does It Work?
		
If you’re running Linux, then it’s likely that you’ve needed to change some options for your file sy ...
 - Linux:file命令显示自定义文件类型
		
file 命令可以查看文件类型信息,原理见: 非常Linux-file命令与magic file 修改 /ect/magic 文件后,可用 file 命令显示自定义文件类型信息. man magic ...
 - linux flushing file system caches
		
We may drop the file system caches on Linux to free up memory for applications. Kernels 2.6.16 and n ...
 - Oracle:ORA-09925 and linux Read-only file system error
		
今天上午有同事反映应用数据库连接不上:于是排查数据库: [oracle@db ~]$ sqlplus / as sysdba SQL*Plus: Release - Production on Thu ...
 - linux command file/type which/whereis
		
今天遇到几个命令,初见时感觉好像啊,不太能区分其具体功能和区别,因此特来记录一下. 1. file和type file: 查看文件类型 type: display information of com ...
 - Linux 命令 - file: 确定文件类型
		
命令格式 file [-bchikLNnprsvz0] [--apple] [--mime-encoding] [--mime-type] [-e testname] [-F separator] [ ...
 
随机推荐
- 【转】字符集和字符编码(Charset & Encoding)
			
相信大家一定碰到过,打开某个网页,却显示一堆像乱码,如"бЇЯАзЪСЯ"."�????????"?还记得HTTP中的Accept-Charset.Accept ...
 - XSLT教程
			
XSL 指扩展样式表语言(EXtensible Stylesheet Language), 它是一个 XML 文档的样式表语言. XSLT 指 XSL 转换.即使用 XSLT 将 XML 文档转换为其 ...
 - centos 安装 py pyhs2
			
1. yum install gcc-c++ cyrus-sasl-develpip2.7 install pyhs2 --->好像不行,在试试 用于 hive thrift 访问 2. os. ...
 - UVA 111 History Grading
			
读题读了好久,其实就是在输入数据时要对数据的位置进行相应的改变 #include<iostream> #include<cstring> #include<cstdio& ...
 - jquery学习笔记-----ajax
			
$(selector).load( url [,date] [,callback] ) url:请求页面的url地址 date:发送至服务器的key:value数据 callback:请求完成时的回调 ...
 - poj 2001:Shortest Prefixes(字典树,经典题,求最短唯一前缀)
			
Shortest Prefixes Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 12731 Accepted: 544 ...
 - 深入理解JavaScript定时机制和定时器注意问题
			
容易欺骗别人感情的JavaScript定时器 JavaScript的setTimeout与setInterval是两个很容易欺骗别人感情的方法,因为我们开始常常以为调用了就会按既定的方式执行, 我想不 ...
 - GENERATED_UCLASS_BODY 和 GENERATED_BODY  区别
			
the GENERATED_BODY() macro allows the class to build without having a constructor defined. If you ne ...
 - Java Hour 62 J2EE App 服务器
			
目前略微瓶颈了,准备换工作. tomcat.weblogic.jboss的区别,容器的作用 Apache 是一个http 服务器. Tomcat 是一web 应用程序服务器,支持部分的j2ee. Jb ...
 - android 入门-Service实时向Activity通过BroadcastReceiver传递数据
			
引文: http://www.cnblogs.com/linjiqin/p/3147764.html <RelativeLayout xmlns:android="http://sch ...