File size: 2,152 Bytes
548a7bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

export http_proxy=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/
export https_proxy=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/
export HTTP_PROXY=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/
export HTTPS_PROXY=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/

# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=

# User specific aliases and functions
alias proxy_on='export http_proxy=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/; export https_proxy=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/ ; export HTTP_PROXY=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/; export HTTPS_PROXY=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/'
alias proxy_off='unset http_proxy; unset https_proxy; unset HTTP_PROXY; unset HTTPS_PROXY'


# export PATH=$PATH:/mnt/petrelfs/zhuchenglin/Python3/bin/python3
# alias python='/mnt/petrelfs/zhuchenglin/Python3/bin/python3'
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/mnt/petrelfs/zhuchenglin/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
    eval "$__conda_setup"
else
    if [ -f "/mnt/petrelfs/zhuchenglin/anaconda3/etc/profile.d/conda.sh" ]; then
        . "/mnt/petrelfs/zhuchenglin/anaconda3/etc/profile.d/conda.sh"
    else
        export PATH="/mnt/petrelfs/zhuchenglin/anaconda3/bin:$PATH"
    fi
fi
unset __conda_setup
# <<< conda initialize <<<

export PATH=~/bin:$PATH
export CUDA_HOME=/mnt/lustre/share/cuda-11.8
alias aws_perf="aws --profile=default --endpoint-url=http://10.140.85.159 s3"
export LD_LIBRARY_PATH=/mnt/petrelfs/zhuchenglin/anaconda3/lib:$LD_LIBRARY_PATH