Displaying 20 results from an estimated 600 matches similar to: "ssh keyforwarding"
2009 May 05
2
ssh logging
Dear All,
I am a newbie in the unix world.
I have a problem. I try to log all my typed, edited (via vi/vim) and of course the output/result of a command into a file (specific file e.g.: hostname_date_time.log into my home directory).
I would like to reach the same logging what the putty does. But I do not want to use putty under linux.
This is why I ask you is it possible to logging the ssh as
2004 Aug 19
4
MASQUERADE problem again...
Dear list members,
Masquerading does''not work for me. This is a Mandrake Linux 10 system,
but I use another kernel, that included in the original distribution
(original: 2.6.3, now used 2.6.8 because of a lot of suck with OpenSwan
with kernels prior 2.6.4).
The problem seems to be similar or identical mentioned here:
2012 Jul 12
1
Modifying a list: what gets copied?
Hi all,
In my continued effort to understand when and what R copies, I've
designed a small experiment to try and figure out what goes on when a
list gets copied - is it a shallow copy or a deep copy. I believe the
following experiment isolates the difference:
options(digits = 2)
powers <- 4:6
n <- setNames(10 ^ powers, paste0("e", powers))
xs <- lapply(n, seq_len)
zs <-
2024 Aug 09
1
WDI package commands timing out and not working
Thanks, Martin. I am trying this in Bengaluru, India, using R-studio. I
tried downloading a single variable. It happened fast, in less than 5
seconds. I tried downloading six variables, it took much longer, but less
than a minute. Tried eight variables and it did not download even in five
minutes. My internet speed is well above 40Mbps. This should not take that
long. It seems the process timed
2005 Jan 26
1
summarizing daily time-series date by month
Message: 63
Date: Wed, 26 Jan 2005 04:28:51 +0000 (UTC)
From: Gabor Grothendieck <ggrothendieck at myway.com>
Subject: Re: [R] chron: parsing dates into a data frame using a
forloop
To: r-help at stat.math.ethz.ch
Message-ID: <loom.20050126T052153-333 at post.gmane.org>
Content-Type: text/plain; charset=us-ascii
Benjamin M. Osborne <Benjamin.Osborne <at> uvm.edu>
2002 Aug 14
0
automake 1.6 compatability patch
This patch cleans up the vorbis-tools Makefile.am files so they work with both
automake 1.4 and 1.6. Some changes to configure.in were also needed in order
to get things to work (and to fix some ac 2.50 issues).
Please remove config.h from cvs as it is a generated file and empty anyway.
automake 1.6 isn't really incompatable with 1.4, it's just more picky about
you sticking to the rules:
2005 Jan 25
1
chron: parsing dates into a data frame using a forloop
I have one data frame with a column of dates and I want to fill another data
frame with one column of dates, one of years, one of months, one of a unique
combination of year and month, and one of days, but R seems to have some
problems with this. My initial data frame looks like this (ignore the NAs in
the other fields):
> mans[1:10,]
date loc snow.new prcp tmin snow.dep tmax
1
2006 Nov 07
1
Patch for zoom with mixed resolutions
Hey, David, with the latest changes for output-specific zoom it wasn't focusing
properly for me with mixed resolutions. I think this patch corrects that.
(Oh, and on my previous comment I meant struts and not extents, if that was
confusing to anyone. It was to me when I re-read it, heh.)
...MC
-------------- next part --------------
--- plugins/zoom.c
+++ plugins/zoom.c
@@ -480,8 +480,12
2012 Feb 27
2
compare two data frames of different dimensions and only keep unique rows
Dear list,
I am still struggling with something that should be easy: I compare two data frames with a lot of common rows and want to keep only rows that are NOT in both data frames, unique.
Here are an example of these data frame.
reported <-
structure(list(Product = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 3L, 4L, 5L, 5L), .Label = c("Cocoa", "Coffee C", "GC",
2019 Aug 15
0
[libnbd PATCH] docs: Ensure .3 files get built
Running 'make clean && make' loses all the .3 man pages produced from
generated .pod files. Why? When Makefile.inc does not exist (on the
first run), the value of $(api_built) is updated prior to re-reading
the Makefile, so when the 'all-am: Makefile $(MANS)' dependency from
automake is encountered, $(MANS) includes all the .3 files. But after
'make clean',
2024 Aug 08
1
WDI package commands timing out and not working
There is some problem getting data with the WDI package. It gets data from
World Development Indicators and other databases of The World Bank. I let
the code run for several minutes and nothing happens. Sometimes it gives a
time out message. I ran the same code last year and it worked. Any idea
what the problem is and how to fix it?
> dat1EU = WDI(indicator = c('NY.ADJ.NNAT.GN.ZS',
2018 Sep 11
1
Running libvirtd outside of a shell results in qemu defunct processes
Hi,
In KubeVirt we are right now starting libvirt via a wrapper shell
script. I want to remove that wrapper and directly start libvirtd from
our golang code. This means that our golang code is PID 1 in the
container and we start libvirtd as a fork from there.
When I did this, strange things started to happen. Libvirt was still
able to start and manage qemu processes, but stopping the qemu
2019 Aug 15
1
[PATCH libnbd] docs: Change docs/Makefile.inc back to a regular include, readd to git.
‘make clean && make’ was not rebuilding the docs/*.3 files. The
reason is obscure:
- docs/Makefile has rules:
MANS = $(man_MANS)
all: all-am
all-am: Makefile $(MANS)
- sinclude docs/Makefile.inc happened long after MANS is defined, so
MANS held the earlier version of $(man_MANS) without the api-built
man pages listed.
This was confirmed by looking at the output of
2004 Aug 06
5
CVS login failed: Connection Refused
I am trying to login to cvs but the server refuses the connection:
# cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login
# Logging in to :pserver:anoncvs@xiph.org:2401/usr/local/cvsroot
# CVS password: anoncvs
# cvs [login aborted]: connect to xiph.org(140.211.166.134):2401 failed: Connection refused
I have tried to log in several times the last 2 days with no success.
cvs version:
2024 Aug 09
1
WDI package commands timing out and not working
>>>>> Ivan Krylov via R-help
>>>>> on Fri, 9 Aug 2024 15:23:58 +0300 writes:
> ? Thu, 8 Aug 2024 12:43:23 +0530
> Anupam Tyagi <anuptyagi at gmail.com> ?????:
>> In open.connection(con, "rb") :
>> URL
>>
2009 Apr 11
1
USB Headset - No Master Control
Hi guys,
I have an onboard Audigy2 ZS that is connected to a set of speakers. I use this generally to listen to music/movies etc. I also have a generic USB Headset that I use, generally for skype/teamspeak. It is detected as /dev/dsp1 and works fine in all my Linux applications.
Code:
0 [Audigy2 ]: Audigy2 - SB Audigy 2 ZS [SB0350]
SB Audigy 2 ZS [SB0350] (rev.4,
2006 Mar 13
1
bihistogram plots
Does anyone have code to plot bihistograms in R?
See http://www.itl.nist.gov/div898/handbook/eda/section3/bihistog.htm
for a description of
a bihistogram.
--
Hal Varian voice: 510-643-4757
SIMS, 102 South Hall fax: 510-642-5814
University of California hal at sims.berkeley.edu
Berkeley, CA 94720-4600 http://www.sims.berkeley.edu/~hal
2005 Oct 23
0
brewing stats
I guess this isn't so much of a help request as a show-and-tell from a
non-statistician homebrewer who has been fumbling around with R. If
nothing else it provides yet another data set. I hope it is not out of
line.
Anyway, the plots I have produced are at
http://brewiki.org/BatchSparge#poll
The polling method is somewhat simple, its just one of those multiple
choice style polls you
2012 Feb 27
1
compare two data frames with same columns names but of different dimensions
Dear List,
I want to compare and return the rows which are NOT in the two data frames. Classic methods don't work as the df have NOT the same dimensions.
Here are one example of my df:
reported <-
structure(list(Product = structure(c(1L, 1L, 1L, 1L, 2L, 2L,
3L, 4L, 5L, 5L), .Label = c("Cocoa", "Coffee C", "GC", "Sugar No 11",
"ZS"),
2017 Nov 30
1
Admins supporting both RHEL and CentOS
> No, it's Varian/Agilent. A big player in lab instruments.
>
> Funny thing, just googled them and apparently they've opensoured the culprit
> software, and according to the below link, it's not locked to a particular
> point release anymore!
>
> http://openvnmrj.org/Downloading/
>
> It does however still require the original software - which _is_ locked