[X2Go-Commits] [[X2Go Wiki]] page changed: doc:howto:tce

wiki-admin at x2go.org wiki-admin at x2go.org
Tue Sep 17 13:15:46 CEST 2019


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2019/09/17 11:15
Browser     : Mozilla/5.0 (X11; Linux x86_64; rv:60.9) Gecko/20100101 Goanna/4.4 Firefox/60.9 PaleMoon/28.7.1
IP-Address  : 109.193.81.67
Hostname    : HSI-KBW-109-193-081-067.hsi7.kabel-badenwuerttemberg.de
Old Revision: https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1568717029
New Revision: https://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Configuring the Build] updated apt-cacher-ng detection and actions to take if successful
User        : stefanbaur

@@ -44,14 +44,15 @@
  # we have a successful connect on port 3142, assume
  # it's apt-cacher-ng and use it
  
  if nc -z 127.0.0.1 3142 ; then 
- 	export https_proxy=http://127.0.0.1:3142/ 
- 	export http_proxy=http://127.0.0.1:3142/
- 	export ftp_proxy=http://127.0.0.1:3142/
+ 	# bad idea with apt-cacher-ng, but will work with e.g. squid
+ 	# export https_proxy=http://127.0.0.1:3128/ 
+ 	# export
http_proxy=http://127.0.0.1:3128/
+ 	# export ftp_proxy=http://127.0.0.1:3128/
  
- 	export LB_APT_FTP_PROXY=$ftp_proxy
- 	export LB_APT_HTTP_PROXY=$http_proxy
+ 	export LB_APT_FTP_PROXY=http://127.0.0.1:3142/ 
+ 	export LB_APT_HTTP_PROXY=http://127.0.0.1:3142/ 
  fi
  
  # Select ONE of the following git reposities
  # this one loosely corresponds to "stable"


-- 
This mail was generated by DokuWiki at
https://wiki.x2go.org/



More information about the x2go-commits mailing list