Displaying 20 results from an estimated 600 matches similar to: "how to set default proxy?"
2009 Dec 04
2
two questions about ssh tunneling
if I:
ssh -fND localhost:6000 somebody at 192.168.56.5 -p PORTNUMBER
from computer "A" to computer "B" [B = 192.168.56.5] then I can set the
SOCKS proxy for e.g.: Firefox to use "localhost:6000" on computer "A".
Ok. I can surf the web through "B".
But:
- Can anyone sniff the traffic of "A"? [e.g.: computers on same subnet
as
2007 Feb 22
3
How to print a double quote
Can anyone tell me how to get R to include a double quote in the middle
of a character string?
For example, the following code is close:
> fnd<-"Open fnd 'test'"
> cat(fnd)
Open fnd 'test'>
>
But instead of Open fnd 'test' I need: Open fnd "test". Difference
seems minor, but I am writing batch files for another
2007 Aug 21
2
Using HTTP proxy for yum
Is there a way to use an HTTP proxy (with a user/pass) with yum? Or
at least a way to pass a user/pass through yum? I have a situation
with a CentOS server behind a web filter appliance.
Thanks,
Scott
2009 Oct 25
1
permission script
I just wrote a little script, that will echo a message to the user, if it doesn't have enough permission:
$ if ! [ "$(env LC_MESSAGES=C ifconfig wlan0 down | grep -i denied)" == "" ]; then echo "no permission"; fi
SIOCSIFFLAGS: Permission denied
$ sudo su
[sudo] password for USER:
# if ! [ "$(env LC_MESSAGES=C ifconfig wlan0 down | grep -i
2009 Oct 23
1
MAC address generating script
ust can't find a script that generates a valid MAC address :S
Has anyone has one?
thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091023/ca91ea82/attachment-0002.html>
2009 Nov 13
5
smtp+pop3+imap+tls+webmail+anti spam+anti virus
hi!
does anyone has a good howto, docs how to set up an smtp, pop3, imap server, with webmail, and has anti virus solution, and even spam filtering? :D [plus secure connection for the clients :D ]
wich softwares are the best for this? [e.g.: "vsftpd is the most secure ftp server"..]
users would be from /etc/passwd [so not virtual users]
thank you!
p.s.: I've already googled :(
2013 Apr 09
4
quotes in cat() within function
Hello all,
Sorry if this question has been answered in the past, but I could not find
an answer.
I am trying to print quotes within a cat output. The arguments are:
file= "Data labels"
directory= "/home/mylaptop/"
The function returns:
cat("The file", file, "is located in directory", directory, sep=" ")
The output R prints is
The file Data
2009 Nov 02
5
info about hdds in raid
How can I tell wich HDD to swap, when the "cat /proc/mdstat" says one HDD of the RAID1 array has died?
Does the HDD's has some serial numbers, that I can see in "reality", and I can get that number from e.g.: a commands output?
How could I know wich HDD to swap in e.g.: a RAID1 array?
thank you
-------------- next part --------------
An HTML attachment
2009 Sep 11
4
question on wget
Hello,
I've got an ftp site, not mine, that has content on it that i want
to download. It's not anonymous so it requires a log in. The problem is
either the ISP has a bandwidth throttle or the admin does, in either case
inconsistently as to the point in the file, but i rarely get a complete
download. I'm using ncftp. I was wondering if either ncftpget or wget could
do like an auto get
2016 Feb 21
5
Database left unlocked by Tcl bindings
I discovered, while trying to set up Tcl bindings for Notmuch
(https://notmuchmail.org/), which uses Xapian, that flintlock was not
being locked (I had lost updates).
I then found that opening a Xapian database for writing directly via
the Xapian Tcl bindings also silently fails to lock flintlock.
I have taken a copy of flint_lock.cc to play with, and I find that it
locks the file when called
2011 Jan 12
2
aggredating date data
I tried a date by date forecast of a time series and it seems to be
too wild. How can I aggregate the date into weeks or months as
required?
Thanks.
The input looks like
ID datadate("YYYY-MM-DD") value_for_day
-- ----- -------
-- ------ --------
and I want to be able to change it to
ID dataweek value_for_week
or
2007 Oct 16
3
R-2.6.0 - packages installation through a proxy - not working
Hello everyone,
I run R on Gentoo Linux and this week I upgraded R from 2.5.0 to
2.6.0. With the new build, I have stumbled upon an unpleasant problem:
I can no longer install packages from CRAN through a transparent
proxy. With the previous version, I simply added to
/usr/lib/R/etc/Renviron the following line and it functioned like a
charm:
## Proxy settings
http_proxy="SERVER:3128"
2016 Feb 24
4
Database left unlocked by Tcl bindings
On Wed, 24 Feb 2016 03:17:35 +0000, Olly Betts <olly at survex.com> wrote:
>On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
>> On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
>>> On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
>>>> I discovered, while trying to set up Tcl bindings for Notmuch
>>>>
2002 May 13
3
lib/debug.c:reopen_logs(349)
Windows 2000 sp2 with Terminal Services and Citrix 1.8 Metaframe as 'client'.
---
Problem starts at 40 to 50 users logged on. 7-9 shares mapped at login. Effect is
'access denied' on accessing directories restricted by group access even though
user has valid unix /etc/group access.
---
Machine SunFire 880
Samba 2.2.4
Configured with "-without-winbind"
Solaris 8
2016 Feb 22
3
Database left unlocked by Tcl bindings
On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
> On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
> > I discovered, while trying to set up Tcl bindings for Notmuch
> > (https://notmuchmail.org/), which uses Xapian, that flintlock was not
> > being locked (I had lost updates).
>
> It seems to work for me, testing with this:
>
2016 Feb 25
2
Database left unlocked by Tcl bindings
On Thu, 25 Feb 2016 02:24:51 +0000, Olly Betts <olly at survex.com> wrote:
> On Wed, Feb 24, 2016 at 04:30:55PM +0100, Eric J wrote:
>> On Wed, 24 Feb 2016 03:17:35 +0000, Olly Betts <olly at survex.com> wrote:
>>>On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
>>>> % package require xapian 1.0.0
>>>> 1.2.18
>>>
>>>
2005 Jan 07
1
winetools + proxy
Hi!
Winetools hangs trying to download arial32.exe because we have a proxy here.
Is there a way (e.g. environment variable) to tell winetools to use a proxy?
Thanks,
Sabine Sagner-Weigl
2016 Nov 07
2
Proxy server settings
Hello All,
I'm sure this must be a fairly quick and easy configuration, but I have
not been able to figure it out yet.
How do you configure the proxy settings in the OS itself (not in a
browser or other application) so that anytime the server tries to get
out to the internet, that it can direct its traffic to go through a
proxy server?
I tried putting the proxy settings in .bash_profile
2010 Feb 24
1
Sketchup 7 and proxy settings.
Hi everyone,
I've got stuck trying to get Sketchup 7 ( Version 7.1.6860 ) to connect to the 3D warehouse via a proxy using Wine 1.1.38 (same problem with older version 1.1.35) on a linux machine ( Gentoo, Kernel 2.6.32.3 )
I have followed the instructions for setting up a proxy for Wine from:
http://wiki.winehq.org/FAQ#head-d582e2a4e92f4d8ae6c3401daebd7d5621eb220f
######
My
2016 Feb 27
2
Database left unlocked by Tcl bindings
On Thu, 25 Feb 2016 23:37:52 +0000, Olly Betts <olly at survex.com> wrote:
> On Thu, Feb 25, 2016 at 05:21:17PM +0100, Eric J wrote:
> > On Thu, 25 Feb 2016 02:24:51 +0000, Olly Betts <olly at survex.com> wrote:
> > > It's clearly not as simple as execl() always releasing the lock, but I
> > > don't think we've ruled out the OS entirely yet - the