Displaying 20 results from an estimated 3000 matches similar to: "maintenance workflow agreement software"
2006 Jan 12
1
KSH tab completion
does anyone know how to get ksh to use tab completion?
--
Andrew Rice Jr
Systems Analyst
Carrier Management Systems, Inc.
500 Chestnut Street, Suite 500
Abilene, TX 79602 USA
support: (325) 672-0975
office: (325) 677-5900
fax: (325) 676-0529
http://www.nams.net
NAMS III, NAMS 2000 Centralized, NAMS BMX
2006 Feb 24
2
installing centos x86_64 on AMD Turion laptop
hey all...just curious if anyone has dealt with any issues regarding installing centos x86_64 on a laptop running
with an AMD turion 64 bit processor
--
Andrew Rice Jr
Systems Analyst
Carrier Management Systems, Inc.
500 Chestnut Street, Suite 500
Abilene, TX 79602 USA
support: (325) 672-0975
office: (325) 677-5900
fax: (325) 676-0529
http://www.nams.net
NAMS III, NAMS 2000 Centralized, NAMS
2006 Jan 16
1
vpn tools
Does anyone know if I can use traceroute on a vpn connection to
see if everything on my end is working ok?
I ran ipsec eroute and it shows the tunnel is up and passing
traffic to it but just curious what all tests that I can run on
them.
--
Andrew Rice Jr
Systems Analyst
Carrier Management Systems, Inc.
500 Chestnut Street, Suite 500
Abilene, TX 79602 USA
support: (325) 672-0975
office:
2006 Jan 19
1
yum updates
Hey all...just curious if anyone has ever run into any trouble using yum for updates..
anything at all? just curious.
I use it all the time...finds the dependencies and never had any real issues.
just curious how you would downgrade a package though if that option is even at all available or not.
--
Andrew Rice Jr
Systems Analyst
Carrier Management Systems, Inc.
500 Chestnut Street, Suite 500
2006 Feb 01
4
pdf to text converter
Anyone know of any good pdf to text converters that will run on *nix platforms?
--
Andrew Rice Jr
Systems Analyst
Carrier Management Systems, Inc.
500 Chestnut Street, Suite 500
Abilene, TX 79602 USA
support: (325) 672-0975
office: (325) 677-5900
fax: (325) 676-0529
http://www.nams.net
NAMS III, NAMS 2000 Centralized, NAMS BMX
2006 Feb 13
1
upgrading with yum to 2.6.9-22.0.2 kernel
Hey,
just curious if anyone has had any trouble upgrading to the 2.6.9-22.0.2 kernel using yum
--
Andrew Rice Jr
Systems Analyst
Carrier Management Systems, Inc.
500 Chestnut Street, Suite 500
Abilene, TX 79602 USA
support: (325) 672-0975
office: (325) 677-5900
fax: (325) 676-0529
http://www.nams.net
NAMS III, NAMS 2000 Centralized, NAMS BMX
2006 Feb 02
3
ftp access directory
using vsftpd, I know its possible to specify what directory you want a user to be dropped into when he ftps
in...but I dont remember where to go to change that.
any suggestions?
--
Andrew Rice Jr
2006 Jan 25
3
Screwed up my iptables firewall
I have a server that I screwed up iptables on. Now when the server
restarts it locks up trying to apply the firewall rules.
How can I remove the rules (set to all ACCEPT) in a linux rescue mode or
knoppix or other way of getting to the file system?
Any suggestions how to fix this?
Thanks,
James
2006 Jan 27
5
md5sum rpms >> list
Does anyone know in centos how to create an md5sum list based on the current rpms that I have installed right now
on my box?
I tried something like rpm -q -v | md5sum >> list
but didnt work.
Andrew
1997 Nov 03
0
Cranked Online BMX Magazine
You have been selected to receive this message because of your interest
in BMX.
http://w3.one.net/~thunder
We are starting a new web site called Cranked Online BMX Magazine.
Currently there are only a few links and a chat room (which seems to
work really well). In the near future we plan to add a track directory,
product reviews, pro interviews, photo shoots, etc.
Now is the time we need to
2009 Feb 24
0
[SoC09-Idea] Movement Ecology add-ons for adehabitat package
Hi all,
here's a proposal for a SoC project on wildlife movement patterns analysis.
A MSc student is available to anwser the call, of course. The idea has already
been briefly discussed with the mantainer of the adehabitat package and the
AniMov project community.
Short description
Develop some add-on functions to use the adehabitat package to perform basic
movement ecology analysis, in
2006 Dec 08
3
how to create data.frame with dynamic count of values
Hello R-Group
I found how to fill the data.frame ->
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/70843.html
N1 <- rnorm(4)
N2 <- rnorm(4)
N3 <- rnorm(4)
N4 <- rnorm(4)
X1 <- LETTERS[1:4]
###################
nams <- c(paste("N", 1:4, sep = ""), "X1")
dat <- data.frame(lapply(nams, get))
names(dat) <- nams
dat
But I need also to create
2012 Apr 27
1
multivariate xts merge question
Hi,
I have an xts starting with a number of columns (currency pairs see below),
then I add new ones which are derived from existing ones (like adding the
moving average of a column) by merging the new columns one by one. These
get the name of the column they are calculated from concatenated with ".1".
All done by merge.xts, easy.
Now, I have a function (procState below) which generates
2007 Mar 16
1
Rownames are always character?
Gurus,
Can I rely on the rownames() function, when applied to a matrix,
always returning either NULL or an object of type character? It
seems that row names can be entered as integers, but as of now
(R 2.4.1 on Windows) the function returns character vectors, not
numbers (which is my desired result).
I am using elements of the returned vector to index the matrix.
e.g.,
nams <-
2007 Apr 19
1
AudioCodes MP-104 MGCP?
Greetings;
We are trying to get Asterisk up and happy at our site-we tried VOIP
using Sphere about a year ago, spent a *boodle* on expensive hardware
and services from a local "expert", but it never was happy.
I'm brand-spanking new at VOIP, and I've learned a *ton* getting
Asterisk breathing in the last couple of days. I have three Polycom
Soundpoint IP 500 SIP phones, which
2006 Jul 25
2
convert decimals to fractions - sorted
Dear all,
Based on my question a few months ago
https://stat.ethz.ch/pipermail/r-help/2006-January/086952.html
and solved with
https://stat.ethz.ch/pipermail/r-help/2006-January/086955.html
https://stat.ethz.ch/pipermail/r-help/2006-January/086956.html
and from
https://stat.ethz.ch/pipermail/r-help/2006-January/086958.html
frac.fun <- function(x, den){
dec <- seq(0, den) / den
nams
2003 Jul 24
3
trellis plot question
Greetings,
Does anyone know how to get an id number in the little header
above each individual plot within a trellis plot? The default
seems to be to print the word id and add a line indicating on
a linear scale where the current id sits.
Thanks in advance for any help you can send,
Suzette
=================================
Suzette Blanchard, Ph.D.
Research Scientist
Frontier Science
2012 Nov 28
3
write out list of lists with names
Hello List
I have a list question. I'm doing some data wrangling for a colleague and I have nested list in the following format:
structure(list(MU10 = structure(c(0.80527905920989, 0.4350488707836,
0.455195366623, 0.565174432205497, 0.208180556861924), .Names = c("MU.16",
"MU.19", "MU.21", "mean", "sd")), MU11 =
2016 Jan 27
6
Alternative HTML Editor
I've been using the SeaMonkey built-in HTML editor from the epel repo
for CentOS 6.7:
$ repoquery -i seamonkey
Name : seamonkey
Version : 2.39
Release : 1.el6
Architecture: x86_64
Size : 127340745
Packager : Fedora Project
Group : Applications/Internet
URL : http://www.seamonkey-project.org
Repository : epel
Summary : Web browser, e-mail, news,
2013 Jan 28
1
Anything Like Solaris' Live Upgrade?
Does anyone know of any sort of Linux utility that does something like
what Solaris' Live Upgrade
(http://docs.oracle.com/cd/E19455-01/806-7933/index.html) does?
In my past life as a Solaris sys-admin, I found this an extremely useful
tool for upgrading and patching running systems, as well as for
maintaining redundant boot environments on separate system disks for
disaster situations.