similar to: Pentium M in desktop system.

Displaying 20 results from an estimated 1200 matches similar to: "Pentium M in desktop system."

2013 Mar 05
8
Software RAID complete drives or individual partitions
I have been reading about software raid. I configured my first software raid system about a month ago. I have 4 500 Gig drives configured in RAID 5 configuration with a total of 1.5TB. Currently I configured the complete individual drivers as software raid, then created a /dev/md0 with the drives I then created a /file_storage partition on /dev/md0. I created my /boot / and swap partitions on
2017 Jun 20
1
3D plot with coordinates
HelloI have three x,y,z vectors (lets say each is set as ?rnorm(360)). So each one is having 360 elements each one correpsonding to angular coordinates (1 degree, 2 degrees, 3 degrees,.... 360 degrees) and I want to plot those on the xyz axes that have degress. Is there a function or library to look at R cran? The ideal will be that after plotting I will be able to rotate the shape. I would like
2003 Oct 13
1
Rotate a plot, and subplot
Hi all, Is there a way to rotate a plot, e.g. a histogram, by a certain angle (90/180/270 degress)? I spent hours trying to figure out how this is done, but without success. Also, I'm looking for an equivalent to the S-Plus "subplot" command to insert a kind of "thumbnail" graphic into a bigger one. How is this best done in R? Thanks for your help Pascal
2017 Jun 21
2
3D plot with coordinates
Thanks a lot for the reply.After ?looking at different parts of the code today I was able to start with simple 2D polar plots as the attached pdf file. ?In case the attachment is not visible I used the plot.polar function to create something like that.https://vijaybarve.files.wordpress.com/2013/04/polarplot-05.png Now the idea now will be to put three of those (for X,Y,Z) in a 3d rotatable plane.
2012 May 11
1
identify() doesn't return "true" numbers
Dear R community. I am using the identify() function to identify outliers in my dataset. This is the code I am using: #################################################################### # Function to allow identifying points in the QQ plot (by mouseclicking) qqInteractive <- function(..., IDENTIFY = TRUE) { qqplot(...) -> X abline(a=0,b=1) if(IDENTIFY) return(identify(X))
2006 Apr 05
4
SELinux
Who would / Who wouldnt need to run SELinux? I have linux server at home. Would I need to run SELinux? What are the advantages of SELinux? What is the average home user doing?
2011 Mar 11
3
Installation failure
I'm trying to reinstall CentOS on a machine I've reconditioned for it, but for reasons I can't fathom, when the installation disk comes up and prompts for the install type, and I type either <enter> (graphics isntall) or "linux text"<enter>, after it loads the initrd image, the machine shuts off. It's an older machine I built myself (and ran CentOS on for a
2017 Jun 21
0
3D plot with coordinates
On 21/06/2017 5:23 AM, Alaios via R-help wrote: > Thanks a lot for the reply.After looking at different parts of the code today I was able to start with simple 2D polar plots as the attached pdf file. In case the attachment is not visible I used the plot.polar function to create something like that.https://vijaybarve.files.wordpress.com/2013/04/polarplot-05.png > Now the idea now will be
2017 Jun 21
2
3D plot with coordinates
Thanks Duncan for the replyI can not suppress anything these are radiation pattern measurements that are typically are taken at X,Y and Z planes. See an example here, where I want to plot the measurements for the red, green and blue planes (so the image below withouth the 3d green structure inside)https://www.researchgate.net/publication/258391165/figure/fig7/AS:322947316240401 at
2017 Jun 22
0
3D plot with coordinates
Thanks. So after searching 4 hours last night it looks like that there is no R package that can do this right now. Any other ideas or suggestions might be helpful.RegardsAlex On Wednesday, June 21, 2017 3:21 PM, Alaios via R-help <r-help at r-project.org> wrote: Thanks Duncan for the replyI can not suppress anything these are radiation pattern measurements that are typically are
2006 Jun 21
4
Appended 1 in fstab entries CentOS4.X installs
In my /etc/fstab here is just a snippet LABEL=/1 ....<rest of line> LABEL=/boot1 ....<rest of line> When i installed centOS-4.3 and it has appeared after starting to use any version of centOS4 was that the labels in my fstab were getting the "1" appended to each label... but if the all the labels for my partitions are appended with the "1" and i format and
2020 Jan 11
2
interoperability issue with agent and ecdsa-sk keys
Hi, It seems that some versions of ssh-agent get confused by ECDSA-SK keys. >From my OpenBSD-current laptop, I'm trying to do remote system adminstration on a machine running Debian 8 with the stock ssh package (OpenSSH_6.7p1 Debian-5+deb8u8, OpenSSL 1.0.2l 25 May 2017). I need access to a remote gitlab server to fetch files with git, using an ED25519 key in my ssh-agent. Once connected
2005 Oct 18
8
Fax2Mail
Hello, Is there or can anyone provide a comprehensive guide (designed for Linux/Asterisk novices) to installing/setting up Asterisk in order to support Fax2Mail service? In my case, I would like Asterisk to receive fax calls to predefined numbers (ranges) and to associate each of these numbers to email addresses. Thank you in advance. David --------------------------------- Yahoo!
2011 Mar 22
0
Diagonal population density
Dear all. I have to plot a the marginal population density for a heat map that represents the population density of a city. I have been able to plot the heat map in the lower left corner, the marginal density in x in the upper left corner and the marginal density in y in the lower left corner. What I need is to change this plot to include the marginal density in the diagonal direction of 135
2010 Nov 29
0
job offer of Quantitative Developper
Overview Statistical Research Laboratory (SRL) is an established hedge fund and asset management technology company based in London and New York, with significant mandates to provide cutting edge technology solutions to leading investment companies. A highly experienced Quantitative Developer is required to support a rapidly evolving Statitisical Research project based on R. The Quantitative
2005 Jan 12
1
Postfix dep for redhat-lsb rpm
Is it possible to eliminate the postfix dep that is required to update to the latest redhat-lsb rpm when upgrading to 3.4 can i just download the source and remove the postfix dep and rebuild, and update the redhat-lsb rpm on my system. i dont think that the post fix dep was there when i updated to 3.3 from 3.1
2004 Jun 12
1
package rebuild turn around
what is the turn around time from the time srpms are announced on redhat site to be available for centos3 for updating of systems
2006 Feb 28
1
Possible missing packages?
Is there an rpm package for the latest kernel-source? What about perl-CGI I did a search and install using yum and nothing was returned? This seems kind of odd? Any ideas?
2006 Mar 02
1
Issue with /etc/fstab file
I did a clean install of centos4.2 and i noticed on boot up that my mount points had a "1" added to each. For example here is a snippet of my /etc/fstab: /1 ...... /boot1 ...... /var1 ..... of course just what is pertinent to the problem is listed?
2006 Mar 03
1
SeLinux Question
I do not have this directory: /etc/selinux/targeted/src/policy/domains/misc/local.te i dont have the directory src through misc in my /etc/selinux directory. How do i get these directories. Is there a rpm package i need to install? or are those just directories i make my self?