| |
| 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/ |
|
|
| |
| |
|
|
| |
| 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' |
|
|
|
|
| |
| |
| |
| |
| __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 |
| |
|
|
| 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 |