Displaying 20 results from an estimated 800 matches similar to: "how to set proxy systemwide (wget and docker)"
2019 Jan 07
0
how to set proxy systemwide (wget and docker)
> Hallo,
> what is the right way to set a proxy systemwide using centos 7?
> I need this for wget and docker.
> My first idea was /etc/environment but allthough the proxy is set wget and
> docker don? t connect to their target-systems.
I have this in /etc/profile.d/proxy-config.sh:
-----%<---------------------------------
PROXYHOST="proxy"
PROXYPORT="8080"
2008 Sep 11
3
Tomcat with squid username/password
Hi,
I am trying to help my friend on this
------------------------------------------------------------------------
--
Hi,
I have an application deployed on tomcat 5.5 with java 1.6.0_07.
Occasionally the application needs to connect through our proxy to the
outside to collect patches.
I've added the following options to the JAVA_OPTS and restarted tomcat.
-Dhttp.proxyUser
2011 Aug 19
3
installing packages systemwide
I installed some downloaded packages in R. I always do
$sudo R CMD INSTALL <anRpackage.tar.gz>
By default it is storing these packages into my directory
/home/mary/R/x86_64-pc-linux-gnu-library/2.13/.
However I want them to be systemwide into /usr/local/lib/R/site-library/
folder.
I tried
$sudo R
R> install.packages("anRpackage", dep=TRUE)
I did not succeed into getting
2011 Aug 19
3
installing packages systemwide
I installed some downloaded packages in R. I always do
$sudo R CMD INSTALL <anRpackage.tar.gz>
By default it is storing these packages into my directory
/home/mary/R/x86_64-pc-linux-gnu-library/2.13/.
However I want them to be systemwide into /usr/local/lib/R/site-library/
folder.
I tried
$sudo R
R> install.packages("anRpackage", dep=TRUE)
I did not succeed into getting
2020 Mar 26
4
TCP connect timeout with proxy
Dear openssh developers and users,
I'm new to the list, and my apologies if this question has been asked
before. I've tried to look for answers and haven't succeeded, which is
why I'm asking.
Here's the situation: I'm connect to a dual-stacked host with A and AAAA
records. The IPv6 connectivity to the host is broken.
When connecting to the host directly from my client
2004 Jul 06
6
is srv lookup being done when REGISTERing?
it looks (to me) like asterisk is not doing an SRV lookup when
REGISTERing with another sip proxy. is that correct?
what i am trying to achieve is to register jasko@telia.net with a
proxy using
register => jasko:secret:dilbert@telia.net
my problem is that asterisk is doing a simple A RR lookup for the
domain telia.net which is pointing to a host that is NOT the proxy for
that domain
2020 Mar 26
4
TCP connect timeout with proxy
Hi Scott,
You've entirely missed my point.
Yes, if I connect directly to a host, I can use '-4' to force IPv4.
When connecting through a proxy, I can't easily control which address
family to use, nor the TCP connect timeout. Sure, if I use netcat to
proxy, I could supply a '-4' to it to force connecting over IPv4. But
making that permanent is also a pain because I want
2017 Jul 04
1
Request WIKI for docker / docker swarm on CentOS 7.x
Dear Sir,
I would like to contribute Rancher / Docker Swarm on CentOS and related
WIKI.
Please advise what do I need to for this WIKI. Thank you!
Xlord
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20170704/c197bbc3/attachment.html>
2009 Nov 06
2
firefox systemwide settings
Hi,
I would like to change default settings in firefox (homepage and some
security settings) and I would like to do this system wide for all users.
Does anybody know where firefox has it's default configuration files.
BR
Janez
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2001 Jan 25
2
Systemwide default for ogg123
MoiN
I thought you should be able to set system wide defaults for the
output device of ogg123. The following patch will look for
/etc/ogg123rc, if no ~/.ogg123rc can be found. So the user can
still override the system defaults, but not every user needs to
have an ~/.ogg123rc file.
Ingo
--
16 Hard coded constant for amount of room allowed for
2007 Jul 27
1
MRTG with 14all.cgi on centos 5
Hi,
I have setup MRTG with 14all.cgi cgi script.
I downloaded it from below URL.
http://my14all.sourceforge.net/14all-1.1.txt
and did only below 3 changes to that file. those can be seen in BOLDletters.
# if MRTG_lib.pm (from mrtg) is not in the module search path (@INC)
# uncomment the following line and change the path appropriatly:
#use lib qw(/usr/local/mrtg-2/lib/mrtg2);
use lib
2008 Aug 11
2
debian package from svn / errors and non working debian rules
Hello,
I tried to build an debian package from svn. First I checked out trunk
and the 2.3.2 branch, which both build this quite "old" package :-)
icecast2_1.9+2.0alphasnap2+20030802-1_amd64.deb
Then I tried the kh branch, which doesn't build with dpkg-buildpackage:
debian/rules:6: debian/cdbs/1/rules/buildinfo.mk: No such file or directory
make: *** No rule to make target
2005 Nov 11
2
[PATCH] icecast video preview 2
Updated version of video preview covering frame writing every 3 keyframe
and a xsl typo.
Best regards :)
kysucix
--
Make things as simple as possible, but no simpler. - Albert Einstein
2005 Nov 11
1
[PATCH] icecast video preview
Hi. Here it is my patch to put a video preview of a theora stream in
status.xsl.
I just added a:
<video-preview>1</video-preview>
parameters in icecast.xml.in that control the previewing function.
It encodes a png in $webroot/$mountname.tmp and then move it to
$webroot/$mountname.png
As for now it saves a frame every theora keyframe, which is probably
too heavy for the server but
2015 Mar 22
2
exposed-port option for Icecast behind reverse proxy
Hello,
I didn't want to have to choose between Icecast running on port 80 and all
my Apache virtual hosts, running also on port 80, on my sole external IP
address.
I didn't want either to open port 8000 on my firewall because I wanted all
users being able to reach Icecast even the ones behind enterprise firewalls.
So I managed to run Apache 2.2 listening on port 80 and Icecast 2.3.2
2008 May 08
10
GetAsyncKeyState
I wrote an application in c++ which should return the GetAsyncKeyState(0x01). But I always get 0. If I click on the window of my app,I will get the right answer. GetAsyncKeyState should return systemwide clicks! The same things happens when I write a VB application.
I found an app written in Delphi which uses the GetAsyncKeyState call and returns systemwide clicks. Can someone tell me whats the
2008 Aug 11
1
encoding accentsand tildes in R Macosx
Hello,
In R under Mac OS X 10.5.4 I've had problems when I've tried to read a data.frame with characters including tildes and accents.
For instance Floreña is changed to Flore\x96a and Ranchería is changed to Rancher\x92a
In the code: section<-read.table('Sectiondic.txt',sep='\t',header=T,stringsAsFactors=F,encoding=" ")
I've changed the
2004 Aug 10
3
[PATCH] Tighten /etc/crontab permissions
Hi folks,
While investigating OpenBSD's cron implementation, I found that they set
the systemwide crontab (a.k.a. /etc/crontab) to be readable by the
superuser only. The attached patch will bring this to FreeBSD by moving
crontab out from BIN1 group and install it along with master.passwd.
This change should not affect the current cron(1) behavior.
Cheers,
--
Xin LI <delphij frontfree
2011 Oct 31
2
Xen 4.1.2 PVHVM guest with Linux 3.1.0 network problem, empty MAC address (all zeroes)
Hello,
While testing Fedora 16 Xen PVHVM guests I noticed the following problem:
When starting F16 PVHVM guest I can see the vifX.0 and tapX.0 interfaces appear on dom0,
but after the guest kernel (Linux 3.1.0) starts and loads PVHVM drivers the
vif/tap interfaces disappear from dom0..
so the bridge in dom0 doesn''t have any vifs/taps connected to it anymore.
Has anyone seen that
2018 Nov 03
2
limit-rate
Hi,
Where is the mount option 'limit-rate' in the current version?
I checked in cfgfile.c and in the documentation, no mention.
Yet this option did exist at one time:
http://lists.xiph.org/pipermail/icecast/2010-October/011703.html
http://lists.xiph.org/pipermail/icecast/2009-January/011391.html
I try to limit the bitrate of a mount-point, is there another solution?
Do you know why this