User Tools

Site Tools


переменные_окружения

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
переменные_окружения [2022/09/21 08:30]
val
переменные_окружения [2023/12/09 06:40]
val [Установка переменных окружения]
Line 25: Line 25:
 export http_proxy=http://​proxy.isp.un:​3128/​ export http_proxy=http://​proxy.isp.un:​3128/​
 export https_proxy=http://​proxy.isp.un:​3128/​ export https_proxy=http://​proxy.isp.un:​3128/​
 +export no_proxy=localhost,​127.0.0.1,​isp.un,​corpX.un
 ... ...
 </​code><​code>​ </​code><​code>​
 +# cat /​etc/​skel/​.pam_environment
 +
 # cat /​etc/​environment # cat /​etc/​environment
 </​code><​code>​ </​code><​code>​
-http_proxy=http://​proxy.isp.un:3128 +... 
-https_proxy=http://​proxy.isp.un:3128 +http_proxy=http://​gate.corpX.un:3128 
-no_proxy=localhost,​::1,.debian.org+https_proxy=http://​gate.corpX.un:3128 
 +no_proxy=localhost,​127.0.0.1,isp.un,corpX.un
 </​code>​ </​code>​
- 
- 
 <​code>​ <​code>​
 +$ set -a; source .env; set +a
 +
 $ LANG=""​ date $ LANG=""​ date
  
Line 121: Line 125:
 ==== Чтение значений переменных окружения ===== ==== Чтение значений переменных окружения =====
 <​code>​ <​code>​
-i=sip.conf.sample +request='GET /​index.html ​HTTP/1.1
- +$ echo ${request#GET /
-$ echo $i +$ echo ${request% HTTP*}
-$ echo ${i}  +
-$ echo ${i%.sample} +
- +
-$ i='GET /​index.html'​ +
-$ echo ${i#GET /}+
  
 $ PHONE=''​ $ PHONE=''​
Line 134: Line 133:
 $ PHONE=84951111111 $ PHONE=84951111111
 $ echo ${PHONE:​-84959999999} $ echo ${PHONE:​-84959999999}
 +
 +BRANCH=${1:​-master}
  
 bash$ PHONE=+74951234569 bash$ PHONE=+74951234569
переменные_окружения.txt · Last modified: 2024/01/31 14:00 by val