similar to: yum update

Displaying 20 results from an estimated 1000 matches similar to: "yum update"

2011 Oct 19
4
Back up system
I have centos 5.7 (server). I need to configure it for backup system, that means it have to back up or back up documents shall be posted or send to this server from various users (clients using windows machine and ubuntu). Can someone help me with instructions on how i can make this possible? And /or is it possible to set active directory on this machine and if possible how? Please help, i am not
2010 Sep 17
1
Bandwidth limit per user or ip
Greetings all, I would like to set the use of bandwidth in my network per user or ip address, is it possible using my linux box running Centos 5.1? regards, Damas -- "If opportunity doesn't knock, build a door". Says, Makweba Sir -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Mar 02
4
Problem.
Greetings all, I am using Centos-5.3 in my server which is running dns, apache and mail. When the power went off and back then all of my services are not be able to run, i visited log files esp for httpd it says read-only and httpd cant start, this cause all of my services to stop. i tried to fix by fsck but still i cant be able to log in my mails via web access because httpd is not running, in
2004 Dec 02
0
Quantian 0.6.9.2 with over 500 CRAN / BioC packages
I posted the following a little earlier on the quantian-announce list -- but it may be of interest here as well as this version contains all (but three, see below) packages from CRAN, and all of BioConductor. Quantian strives to provide the easiest way to set up a very complete scientific computing environment with a wide variety of tools -- including R, ESS, Ggobi, almost all of CRAN, all of
2004 Dec 02
0
Quantian 0.6.9.2 with over 500 CRAN / BioC packages
I posted the following a little earlier on the quantian-announce list -- but it may be of interest here as well as this version contains all (but three, see below) packages from CRAN, and all of BioConductor. Quantian strives to provide the easiest way to set up a very complete scientific computing environment with a wide variety of tools -- including R, ESS, Ggobi, almost all of CRAN, all of
2008 Jun 29
2
Weird problems with OpenOffice
Hi: 1. Samba PDC and OpenOffice: I've an strange problem with OpenOffice (2.3 and 2.4) and Samba as PDC (Debian version 3.0.24-6etch10): I have a Windows XP Professional (SP3) connected to a Samba PDC. When I click on a document located in my desktop, OO seems to freeze for more than one minute, and then it loads the document. If I try to load more documents, they load normally. But,
2004 Jul 09
1
cron/rsync issue
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've got an rsync command... rsync -av --stats --progress --partial --delete-after --bwlimit=2000 rsync://sunsite.uio.no/Mandrakelinux /export/ftp/mandrakelinux This works just fine when runfrom the command line (as user 'mwatts'). I've put it in the 'mwatts' users' crontab: MAILTO="m.watts@eris.qinetiq.com"
2005 May 20
12
send patchs
Hi all, I''m working on a patch for shorewall to make it run with a Crossbeam X40 machine (www.crossbeamsystems.com) and I would like to know where to send it, is this list the correct location?. The patch is necesary because of Crossbeam X series running mode: when you make a shorewall start, restart or clear, there are a packet dropping until shorewall is Started or cleaned. At
2000 Feb 25
1
r-excel interface code
some of you might be interested. i just uploaded the first release of my r-excel interface package to CRAN. it is in contributed extensions nonstandard extensions erich neuwirth -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax: +43-1-4277-9386
2000 Feb 25
1
r-excel interface code
some of you might be interested. i just uploaded the first release of my r-excel interface package to CRAN. it is in contributed extensions nonstandard extensions erich neuwirth -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax: +43-1-4277-9386
2004 Jul 14
5
RGui Titlebar
In the windows version (RGui), is there a way to set the text displayed in the titlebar of the R window? When I have 2 instances of RGui running, it would be helpul if the titlebar could help to understand which is which. -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax: +43-1-4277-9386
2005 Dec 14
0
New Quantian release with over 800 CRAN/BioC packages
[ Reposting this here as this Quantian release contains - all CRAN packages as of December 10, 2005 * except the Windows only ones (BRugs, mimR, rcom, RWinEdt) * and three that would not build (Rlsf, ROracle, rJava) for lack of Java, Oracle or rlsf - all BioC packages for release 1.8 * excecpt RMAGEML (needs Java) - for a total of over 800 R packages - a
2005 Dec 14
0
New Quantian release with over 800 CRAN/BioC packages
[ Reposting this here as this Quantian release contains - all CRAN packages as of December 10, 2005 * except the Windows only ones (BRugs, mimR, rcom, RWinEdt) * and three that would not build (Rlsf, ROracle, rJava) for lack of Java, Oracle or rlsf - all BioC packages for release 1.8 * excecpt RMAGEML (needs Java) - for a total of over 800 R packages - a
2005 May 13
2
In/out calls from/to same sip provider
Hi. I'm new to asterisk and, one way or the other, I manage to get it working for me. But I'm having a hard time getting calls going to and coming from the same provider, since the definition of the peer in sip.conf seems to be different AND not compatible for incoming and outgoing call. Outgoing calls need a "secret" and "username" definition in the peer context of
2001 Nov 12
3
histogram question
hist(rbinom(1000,10,0.5),col=2,xlim=c(0,10),ylim=c(0,300)) gives a histogram with "touching bars" hist(rbinom(100000,10,0.5),col=2,xlim=c(0,10),ylim=c(0,30000)) gives a histogram with space between the bars. is there a way to control the space betweent he bars easily? -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at
2004 Sep 08
4
factor always have type integer
typeof applied to a factor always seems to return "integer", independently of the type of the levels. This has a strange side effect. When a variable is "imported" into a data frame, its type changes. character variables automatically are converted to factors when imported into data frames. Here is an example: > v1<-1:3 >
2002 Oct 31
1
new package RColorBrewer available
RColorBrewer 0.1-1 is available on CRAN. The packages provides palettes for drawing nice maps shaded according to a variable as an R function. The palettes have been designed by and are copyrighted by the ColorBrewer project. An interactive palette selection tool byt the original designers is available at http://colorbrewer.org -- -- Erich Neuwirth, Computer Supported Didactics Working Group
2002 Oct 31
1
new package RColorBrewer available
RColorBrewer 0.1-1 is available on CRAN. The packages provides palettes for drawing nice maps shaded according to a variable as an R function. The palettes have been designed by and are copyrighted by the ColorBrewer project. An interactive palette selection tool byt the original designers is available at http://colorbrewer.org -- -- Erich Neuwirth, Computer Supported Didactics Working Group
2001 Dec 13
1
windows build
with todays r-devel..tar.gz make distribution hangs on my win98 machine. this is the las message i see MAKE[2]: Leaving directory `/cygdrive/c/devel/R-devel/src/gnuwin32/bitmap/jpeg-6 b' cp Rbitmap.dll ../../../bin MAKE[1]: Leaving directory `/cygdrive/c/devel/R-devel/src/gnuwin32/bitmap' after that, the it seems that sed is running and somehow hangs. i do have the tools from brians
2009 Oct 19
1
source and textConnection
Is this warning given on purpose? > myconn<-textConnection("print(11*11)") > source(myconn) [1] 121 Warning message: In source(myconn) : argument 'encoding = "native.enc"' will be ignored Could it be omitted, since the docs state that encoding is only use if the corresponding argument is a file name or url? -- Erich Neuwirth, University of Vienna