similar to: laptop wiki request

Displaying 20 results from an estimated 8000 matches similar to: "laptop wiki request"

2016 Nov 22
3
New laptop recomendation
On 11/22/2016 12:41 PM, wwp wrote: > Latitude OK, I run CentOS6/7 on that. which Latitude? they've probably made 100 different laptops over the last couple decades branded 'Latitude'. I bet my wife's new Latitude 15 5000 would be problematic, it uses USB C/Thunderport for its docking station which has 2 additional video adapters in it. She's even having some issues
2016 Nov 22
8
New laptop recomendation
On Tuesday 22 November 2016 18:32:14 Gordon Messmer wrote: > On 11/22/2016 07:23 AM, Tony Molloy wrote: > > I am looking for a laptop to run CentOS 6/7. My university was a > > traditional Dell site so I've used Latitude laptops for years, > > currently E6500/E6510. > > Dell's Linux laptops are listed here: > >
2015 Jun 12
2
CentOS 7 + Dell Latitude E6420 laptop = thermal shutdown
On 6/12/2015 7:09 PM, jd1008 wrote: >> > I want to thank you for posting your installation experience with > Centos 7. > My laptop is Latitude E6500 and I am quite certain it will experience > the same issue > because it is almost the same as your laptop. Difference might be in > cpu speed > and in RAM. My cpu is 2.81GHz dual core, and RAM is 8GB. the E6x00, E6x10,
2016 Nov 22
8
New laptop recomendation
Hi, I'm recently retired from my university job. I am looking for a laptop to run CentOS 6/7. My university was a traditional Dell site so I've used Latitude laptops for years, currently E6500/E6510. Anybody got any experience of running CentOS on the newer Dell Latitudes E5000 or E7000. These are not certified according to Redhats' Hardware Guide. Alternatively Precision
2013 Feb 01
1
Wiki Contribution on installation Centos on laptop
Name : Tanzilur Rahman Proposal : Installation of Centos 6.3 on Dell latitude E5420 Location : http://wiki.centos.org/HowTos/Laptops/Dell/Latitude-E5420 Thank You -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20130201/0de5486a/attachment-0006.html>
2015 Jun 15
1
CentOS 7 + Dell Latitude E6420 laptop = thermalshutdown
deoren <centos-list at whyaskwhy.org>schreef: On 6/12/2015 4:10 AM, johan.vermeulen7 at telenet.be wrote: > Hello, > > I had C6 running on a lot of Latitude E6500 laptops and I now have C7 on all of them, and I do > not have any complaints on overheating. In fact, I get no complaints at all on the laptop, apart from being heavy. > I never had that on any laptop running
2015 Jun 19
3
CentOS 7 + Dell Latitude E6420 laptop = thermalshutdown
----- Oorspronkelijk bericht ----- Van: "Nicolas Thierry-Mieg" <Nicolas.Thierry-Mieg at imag.fr> Aan: "CentOS mailing list" <centos at centos.org> Verzonden: Woensdag 17 juni 2015 14:46:37 Onderwerp: Re: [CentOS] CentOS 7 + Dell Latitude E6420 laptop = thermalshutdown On 06/17/2015 04:49 AM, deoren wrote: > > I'm still puzzled why the laptop appears to
2015 Jun 23
2
CentOS 7 + Dell Latitude E6420 laptop = thermalshutdown
----- Oorspronkelijk bericht ----- Van: "Nathan Duehr" <denverpilot at me.com> Aan: "CentOS mailing list" <centos at centos.org> Verzonden: Zaterdag 20 juni 2015 02:06:18 Onderwerp: Re: [CentOS] CentOS 7 + Dell Latitude E6420 laptop = thermalshutdown We also saw some problems with recent Dell machines with ?SpeedStep? or whatever Intel calls their power/speed
2008 Mar 04
1
battery.temperature vs ups.temperature
The (2.2.1) upshid-ups driver reports battery.temperature rather than ups.temperature. Here's a quick patch to have it show up in the status page... --- clients/upsstats.c.DIST 2008-03-04 09:15:40.000000000 +0000 +++ clients/upsstats.c 2008-03-04 09:16:20.000000000 +0000 @@ -787,6 +787,11 @@ return 1; } + if (!strcmp(cmd, "BATTTEMP")) { +
2012 Nov 13
8
[Bug 57081] New: dell latitude laptop E6510 with nouveau and nvs3100 nvidia doesn't resume properly
https://bugs.freedesktop.org/show_bug.cgi?id=57081 Priority: medium Bug ID: 57081 Assignee: nouveau at lists.freedesktop.org Summary: dell latitude laptop E6510 with nouveau and nvs3100 nvidia doesn't resume properly QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified
2009 Apr 08
2
Reshape - strange outputs
Dear R Users, I am using the reshape package to reformat gridded data into column format using the code shown below. However, when I display the resulting object, a single column is fomed (instead of three) and all the latitude values (which should be in either column one or two) are collected at the bottom. Also, the NA values aren't removed, despite this being requested in the code. Code:
2009 Oct 15
4
Subset returning unexpected result
Dear all, I am attempting to subset a data frame based on a range of latitude values. I want to extract the values of 'interception' where latitude ranges between 50 and 60. I am doing this using the following code, yet it doesn't return the results I expected: > test <- subset(int1901, Latitude>=50 & Latitude <60, select=c(Latitude, Interception)) > head(test)
2013 Jan 21
2
Regex for ^ (the caret symbol)?
Hello R-helpers, I am trying to search for string that includes the caret symbol, using the following code: grepl("latitude^2",temp) And R doesn't like that. It gives me: > temp<-c("latitude^2","latitude and latitude^2","longitude^2","longitude and longitude^2") > temp [1] "latitude^2" "latitude and
2010 Apr 15
1
(semi-) rugged laptop running CentOS 5?
We're looking for a laptop to run in a 10,000', cold, occasionally wet environment, and it needs to run CentOS 5. Perhaps something like the Dell Latitude E6400 ATG? There's a reference to a minor trackball bug for the 6400 under CentOS 5 (http://bugs.centos.org/view.php?id=4192) but otherwise it sounds like the x86_64 version should run on it. Ideally the system would use a SSD too.
2009 Apr 30
1
Using 'aggregate' when dependent on row value increments
Dear all, I have a data frame of three columns, which I have sorted by Latitude as follows: > test2[60:80,] Latitude Longitude Sim_1986 61948 85.25 -29.25 2.175345 61957 85.25 -28.75 8.750486 61967 85.25 -28.25 33.569305 61977 85.25 -27.75 23.702572 61988 85.25 -27.25 26.488602 62000 85.25 -26.75 23.915724 62012 85.25 -26.25 25.055082 62027
2009 Mar 06
1
help to use ppp in spatial analysis
Hi, i am using spatstat package for spatial data analysis and now i have a problem to create a point pattern. The points are in file "points.txt" (first column for Latitude and second column for Longitude ) and I imported them and separated each columns in two arrays x and y. If I plots x and y ( e.g plot(x,y) ) the result appears in square area without problems and the scale is
2002 Oct 02
6
help to make a map on R
Hi all, I need a little help for construct an state's map on R. The first problem is to get the data. I have a datafile of longitude and latitude in the follow format: trajectory latitude longtude T -22.045618 -51.287056 T -22.067078 -51.265888 T -22.067039 -51.207249 T -22.059690 -48.089695 T -22.075529 -48.074608 T -22.072460 -48.044472 T -22.062767 -48.298473 T -22.077349
2012 Oct 26
1
using match-type function to return correctly ordered data from a dataframe
I am regularly running into a problem where I can't seem to figure out how maintain correct data order when selecting data out of a dataframe. The below code shows an example of trying to pull data from a dataframe using ordered zip codes. My problem is returning the pulled data in the correct order. This is a very simple example, but it illustrates a regular problem that I am running into.
2016 Nov 22
3
New laptop recomendation
On 11/22/2016 1:14 PM, wwp wrote: > D800 series (810, etc.), E6500 series (E6500, E6530, etc.), at least. D series are 10 years or more old. ancient in laptop terms. I had a D600 for a long time (new in 2003). The E6x00, '10, '20, and '30 are also fairly old (2008, 2010, 2011, and 2012, respectively). The current models branded like Latitude 15 5000, 14 7000, etc, are in
2016 Apr 27
1
Determine if a set of x and y-latitude points are inside of a polygon using R
Objective: Determine if a set of x and y-latitude points are inside of a polygon using R. Lets say I have 9 polygons. Where I have labeled the polygons to be checked from 1-9. The problem I?m running into is running the point.in.polygon to check if those points are in one of several polygons, as my code overwrites the result. To accomplish this I am using the R-built in function called