similar to: Ask password when booting Web Server

Displaying 20 results from an estimated 400 matches similar to: "Ask password when booting Web Server"

2012 May 12
1
[ask] how register become contribute
Dear All, i want to ask about contribute for centos, in site http://wiki.centos.org/Contribute i see L10n, my question how to register to L10n so i can contribute how to centos for my languange (Indonesia), whether in CentOS Community don't a kind of ambassador centos for example "ambassador fedora" and i am sorry speak english still bad Thank for information :) With best regards,
2012 Jun 11
2
Error dovecot restart
Dear all, i have a problem when install dovecot on CentOS 5, below my configuration [root at mail home]# vim /etc/dovecot-sql.conf driver = mysql connect = host = localhost dbname=postfix user=mail password=password default_pass_scheme = PLAIN password_query = SELECT password FROM mailbox WHERE username = '%u' [root at mail home]# vim /etc/dovecot.conf log_path = /var/log/dovecot.log
2012 May 22
1
CentOS in the world
Hi all, Now, i still analyse about CentOS user, how to know the amount of centos users around the world that can be get a result CentOS percentage of all distributions. thank you very much -- http://mafatahna.web.id @mafatahna
2012 Jul 24
1
Forum CentOS Indonesia
Dear All, Forum discuss (Indonesia) about CentOS have done, so if you can join this forum you can register on this site http://forum.centos-id.org/ comments and suggestions will be very helpful for the progress this forum :) Thank you very much -- http://mafatahna.web.id
2012 Mar 22
4
getting multiple plots on a single plot
Hi all, I have the following R script : #!/usr/bin/Rscript out_file = "hybrid.pdf" pdf(out_file, height=8.5, width=11) myvalues_1M <- read.csv("hybrid_sims_1M.csv",head=TRUE,sep=",") plot(myvalues_1M$num_sims_per_thread,myvalues_1M$time_per_sim,xlab="Number of Simulations per Thread",ylab="Time per 1 million Simulations(in
2009 Jan 11
1
Problem with wine doors
Hello. I have wine doors and wine installed. I can install some tools from the list in wine doors, but some other tools i cant install. The download will be done and installation starts, but after it i become following bug info: [Image: http://www.postimage.org/Pq2nhPF0.jpg ] (http://www.postimage.org/image.php?v=Pq2nhPF0)
2012 Mar 19
1
fitting a histogram to a Gaussian curve
Hello, I am trying to fit my histogram to a smooth Gaussian curve(the data closely resembles one except a few bars). This is my code : #!/usr/bin/Rscript out_file = "irc_20M_opencl_test.png" png(out_file) scan("my.csv") -> myvals hist(myvals, breaks = 50, main = "My Distribution",xlab = "My Values") pdens <- density(myvals, na.rm=T) plot(pdens,
2012 Aug 21
1
Imap Ghost folder
Hi list, i have a strange "ghost" folder in my subscription list and just can't find out how to get rid of it. It seems to be someones Inbox, but it doesn't tell me whose. Here's a screenshot of Open-Xchanges Web-GUI: /http://s9.postimage.org/6aohh97ov/iehadjhb.jpg / As you can see there is an unamed folder just under Freigaben (Shares). In Thunderbird:
2012 Feb 14
4
How to run 3D Studio 7
I used crossover to install 3DSMax 7 in ubuntu. Unlike other versions, this one is known to run with wine (and crossover). Even though the software indeed is starting and running, I'm facing trouble with directx and my ATI-graphics-card now: The viewports just don't refresh (see screenshot below). Changing to OpenGL causes ubuntu to freeze. Software-rendering doesn't work either. Are
2012 May 11
3
Documentation question
Apologies if this is a FAQ or it's simply due to a lack of volunteers. I'm curious why the CentOS Documentation here: http://www.centos.org/docs/5/ ...stops at CentOS 5.5. And also why there is no: http://www.centos.org/docs/6/ *** Curiosity killed the cat. *** Thanks, Nate
2011 May 01
1
regressing on variable with heavy tails
I have a dependent variable with is very peaked and has heavy tails, something I haven't encountered before. (histogram: http://postimage.org/image/2sw9bn8pw/). What could be an appropriate family or transformation to do regress on this?-- View this message in context: http://r.789695.n4.nabble.com/regressing-on-variable-with-heavy-tails-tp3486973p3486973.html Sent from the R help mailing list
2008 Apr 02
2
why i can't install wine even i had used the wineinstall
Hi, i had installed the wine by wineinstall.Here is the result : Installation complete for now. Good luck (this is still beta software). If you have problems with WINE, please read the documentation first, as many kinds of potential problems are explained there. [cjzjm100 at localhost wine-0.9.58]$ wine /media/F_drive/Thunder5.7.4.401.exe bash: /usr/bin/wine: there is't that file or content
2005 Mar 12
2
data frame excerption
Hello, is't possible to get excerptions of data frame using some contstraints, something like q1 = q[q$V3<1] ? Regards, Oleg _____________________________________________________________ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astronomical Institute, Moscow University (Russia) Internet: oleg at sai.msu.su, http://www.sai.msu.su/~megera/ phone:
2011 Nov 05
1
Correlation between matrices
> regions = c('cortex', 'hippocampus', 'brain_stem', 'mid_brain', 'cerebellum') > mice = paste('mouse', 1:5, sep='') > for (n in c('Cu', 'Fe', 'Zn', 'Ca', 'Enzyme')) { + assign(n, as.data.frame(replicate(5, rnorm(5)))) + } > names(Cu) = names(Zn) = names(Fe) = names(Ca) = names(Enzyme) =
2019 Jan 21
2
force re-authentication when accessing different shares
On Mon, 21 Jan 2019 10:43:35 -0400 Robert Marcano via samba <samba at lists.samba.org> wrote: > On 1/21/19 10:24 AM, Harald Glanzer via samba wrote: > > hello & thx for your fast response! > > > > i need a way to create samba shares without creating system user > > accounts: > > > > - add users via smbpasswd with unique password > > - no
2013 Oct 23
2
performance on document.get_data()
I got some performance issue for document.get_data() and enquire.get_mset(). It costs 35 seconds for matches = enquire.get_mset(0,200), and 3 seconds for iterating all doc in matches to get_data. Is't normal? My index contains 30millions documents. I use python binding to operate xapian. Bellow it's my index structure # value: 0:date, 1:site # data: json message which contains: author,
2011 Apr 06
2
[LLVMdev] Incompatible types at call site
Hi Arushi, > I got this from C code compiled by llvm-gcc. > > There is a consistent prototype for the function > > TypHandle Cyclotomic ( hdRes, n, m ) > TypHandle hdRes; > long n, m; > > the call looks as follows, > hdI = ProdCyc( hdI, Cyclotomic( HdResult, n, 1 ) ); I bet the call occurs before the function is defined.
2013 Jul 13
2
Efi64 boot fail during download from kernel and initrd via http
Op 2013-07-13 om 19:58 schreef Michael Szerencsits: > Hi, > > I tested the following config: > > DEFAULT AutoInstall > PROMPT 0 > LABEL AutoInstall > KERNEL http://server/vmlinuz64 > APPEND initrd=http://server/initrd64.img > root=live:http://server/LiveOS/squashfs.img quiet lang=en > keymap=de-latin1 systemd.unit=rescue.target > system.unit=rescue.target
2007 May 21
2
sequentially process a list
Hi dear R users, I'm a R beginner and I have a basic question about sequential treatments of lists. I have a time based (i.e. events are consecutive) list of values of a biological property. Like : time value 1 5 2 10 3 7 4 10 5 19 6 21 7 20 8 18 9 10 10 7 11 8 12 12 13 17 14 19 15 24 16 18 17 15 18
2012 Mar 30
1
Wine, Mac, and MDAC
Hi all, I have been searching around for the past few days for a way to emulate a MySQL database access program called ES2 (http://www.veracross.com/resources/es2-setup.html) on the Mac. I have been in contact with the developer about components that the program needs, but the communication has been slow from them, so I have been exploring on my own. I believe I am close to cracking the egg, but