similar to: Setting hostname and network settings in 6.0 text mode installer

Displaying 20 results from an estimated 20000 matches similar to: "Setting hostname and network settings in 6.0 text mode installer"

2006 Mar 15
7
matrix indexing
Can someone please give me a pointer here. I have two matrices matA A B C 1 5 2 4 2 2 4 3 3 1 2 4 matB A B C 1 TRUE FALSE TRUE 2 FALSE TRUE TRUE 3 FALSE FALSE FALSE how do I extract all the values from matA where the coresponding entry in matB == TRUE (or FALSE), perferably in vector form. Many thanks tom
2013 Jan 02
2
In which column and in which row a number is in a matrix
Dear all, Happy New Year for all of you! I hope we have an year of essential freedom for everyone! I am trying to manipulate a matrix in order to know in which column and in which row a number is allocated. But, when we use the function "which" it returns the position of the number in the "vector representation of the matrix". For example: >
2011 Jul 11
8
6.0 text-mode installer broken?
(I'm doing tests in a VirtualBox instance, so take this with a grain of salt.) If you give the VM only 512 MB of RAM, the text-mode installer kicks in. It does not prompt you to configure anything related to the network or hostname. The system boots up without a network interface configured. Also, it won't let you choose the install mode, I guess it defaults to Minimal (which is fine
2006 Jan 20
2
Using same passwords as the linux machine
Hi, I would like to know how to enable samba to use the same user/passwords that those that exists in the linux machine. Best regards, Nestor Mata Cuthbert
2012 Dec 02
1
overlapping graphs in logarithmic y-axis
dear useRs, i want to overlap graphs of two matrices in such a way that the y-axis of graph should be "logarithmic" against normal x-axis. i am, unsuccessfully, trying the followings >matplot(mata, log="mata",type = "l", col="red)>lines(mata, log="matb",type = "l", col="yellow") could you please help me out on it?? thanks in
2009 Apr 26
4
comparing matrices
I'm trying to compare two matrices made up of bits. doing a simple comparison of matA == matB yields this sort of output. [,1] [,2] [,3] [,4] [,5] [,6] [1,] FALSE TRUE FALSE TRUE TRUE FALSE [2,] TRUE TRUE TRUE TRUE TRUE TRUE [3,] FALSE TRUE FALSE FALSE FALSE TRUE [4,] FALSE TRUE TRUE FALSE FALSE FALSE [5,] TRUE TRUE TRUE TRUE FALSE FALSE [6,] TRUE TRUE
2013 Apr 24
2
Distance matrices Combinations
Dear UseRs, MY PROBLEM IS A SMALL PIECE OF A REAL BIG AND A COMPLICATED PROBLEM. IF I DELIBERATE IN A VERY SIMPLE WAY THEN ALL I WANT IS TO PUT ALL THE POSSIBLE COMBINATIONS OF 75 DISTANCE MATRICES (BY TAKING 4 MATRICES, MORE COMMONLY 75C4), in the following equation. t<-as.matrix((MAT1)^2+(MAT2)^2+(MAT3)^2+(MAT4)^2+,upper=T,diag=T)) Then "1215450" values of "t"(one for
2009 Mar 16
1
ATA react to phone but unresponsive to fax modem
Hi, I'm rather new to this domain so I may be doing stupid things without being concious of that. I've got a Patton MATA I'm trying to setup as T.38 fax adapter. Whenever I connect a fax machine (Dell MFP1815dn) or a phone to it, I can successfully send a fax or talk to the other end. Whenever I connect a fax modem (Dell Inspiron 6400 laptop), I keep getting "No signal. Line is
2004 Jul 27
3
explain me exactly about ldap
Hi i wanna know exactly the principal functions of ldap, if is posible send me a example because im not very clear about this protocol with samba. thanks in advance Cristhian Dominican Republic -- "No basta saber, se debe tambi?n aplicar. No es suficiente querer, se debe tambi?n hacer"(Goethe, Johann Wolfgang von). Saludos Cristhian Nunez AGB-CDI Dominicana Abraham Lincoln
2003 Feb 19
1
AW: H323 & asterisk
Hay, if you get answer, so please inform me too thank Stephan -----Urspr?ngliche Nachricht----- Von: Luis Mata [mailto:mataluis at xtremenetworks.biz] Gesendet: Mittwoch, 19. Februar 2003 03:10 An: asterisk-users at lists.digium.com Betreff: Re: [Asterisk-Users] H323 & asterisk George: Hi, if you get the answer can you please share it with me. Thanks... glinyu at attbi.com said:
2004 Aug 06
1
icecast protocol
On Monday 28 April 2003 07:29, Leonardo Luiz Padovani da Mata wrote: > Which protocol icecast uses for stream the audio? > HTTP. Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body.
2009 Jun 20
1
how to apply the dummy coding rule in a dataframe with complete factor levels to another dataframe with incomplete factor levels?
Dear R helpers: Sorry to bother for a basic question about model.matrix. Basically, I want to apply the dummy coding rule in a dataframe with complete factor levels to another dataframe with incomplete factor levels. I used model.matrix, but could not get what I want. The following is an example. #Suppose I have two dataframe A and B
2011 Sep 02
2
Classifying large text corpora using R
Dear everyone, I am new to R, and I am looking at doing text classification on a huge collection of documents (>500,000) which are distributed among 300 classes (so basically, this is my training data). Would someone please be kind enough to let me know about the R packages to use and their scalability (time and space)? I am very new to R and do not know of the right packages to use. I
2006 Mar 04
16
Unacceptibly slow.
I currently have a fairly simple Rails application running on FreeBSD under Apache 1.3 and normal CGI, and the performance I''m getting is alarmingly poor. I realize CGI or WebBrick are quite a bit slower than FastCGI, and I''ll probably use one of those instead when I have the time. However, I''m just curious if CGI is really supposed to be that slow, or if
2014 Dec 05
0
CentOS 5 text mode installer: minimum requirements?
Hi, A company I do some teaching for has a load of legacy hardware, among which a Dell Poweredge 1300 server. Rough specs: Pentium-III 500 MHz processor, 110 MB RAM, 3 x 9 GB SCSI disks. This thing is a dinosaur, and horribly loud, but apparently it takes a meteor strike to wipe it. I like using it for training purposes, mainly to poke fun at the Windows Server trainer, who complained that 8
2013 Jun 06
3
[PATCH RFC] virtio-pci: new config layout: using memory BAR
Gleb Natapov <gleb at redhat.com> writes: > On Wed, Jun 05, 2013 at 07:41:17PM -0500, Anthony Liguori wrote: >> "H. Peter Anvin" <hpa at zytor.com> writes: >> >> > On 06/05/2013 03:08 PM, Anthony Liguori wrote: >> >>> >> >>> Definitely an option. However, we want to be able to boot from native >> >>>
2013 Jun 06
3
[PATCH RFC] virtio-pci: new config layout: using memory BAR
Gleb Natapov <gleb at redhat.com> writes: > On Wed, Jun 05, 2013 at 07:41:17PM -0500, Anthony Liguori wrote: >> "H. Peter Anvin" <hpa at zytor.com> writes: >> >> > On 06/05/2013 03:08 PM, Anthony Liguori wrote: >> >>> >> >>> Definitely an option. However, we want to be able to boot from native >> >>>
2004 Aug 06
3
Tutorial For Icecast
Hey all I am a Linux newbie wanting to broadcast with MD 9.1 and icecast. I have been broadcasting on shoutcast with winamp with success but want a more stable system. Where can I find a tutorial to set everything up? I checked icecast.org but there isnt much there. So can anyone help? Thanks In Advance!
2009 Jul 03
2
Deos anyone know of a summary of conformability rules? along with a specific problem
The rules for conformability of objects required for various operators remain a mystery as do some related problems like the rules for recycling in creating arrays etc. Would someone be able to direct me to where such rules are stated? In a related vein, there are all manner of operations that are readily coded in Gauss or in MATA that fail, often mysteriously, in R. Are there some
2008 Sep 26
1
Diablo 2 Glide Wrapper does not work with full screen mode
As the title mentions, full screen mode does not work with Diablo 2 while using Glide Wrapper, but it does "work" for Direct3D (it's incredibly choppy/laggy though). Another problem: In window mode, it runs very smoothly, but if I happen to click outside of the window, Wine freezes and I have to terminate the program. I'm running Ubuntu 8.04 and using the latest wine