similar to: Compiling CentOS kernel

Displaying 20 results from an estimated 300 matches similar to: "Compiling CentOS kernel"

2006 Feb 24
2
NSD 2.3.3 Load Balancing
Can nsd 2.3.3 make load balancing? Example: www 600 IN A 10.0.0.1 600 IN A 10.0.0.2 600 IN A 10.0.0.3 Greet Sebastian Schikora
2008 Jun 12
1
rebuilding kernel modules issues
I have a Tyan S3870 (K855A) motherboard which I would like to perform a burn in test with. lm_sensors needs a kernel module compiled to be support this motherboard's sensors. The instructions, for compiling the module, by tyan (ftp://ftp.tyan.com/software/lms/3870.sensors.conf) match closely with the instructions I found here (http://www.howtoforge.com/kernel_compilation_centos). I
2008 Mar 20
1
build custom kernel
Hi guys! i followed tutorial for building custom kernel for centos5 http://howtoforge.com/kernel_compilation_centos with lastest kernel downloaded from kernel.org . in menuconfig i used /boot/config-(mycurrentcentoskernel) as a configuration. then i compiled with make rpm. Result was ok, but my kernel was about 400MB of size! :( Next problem was that alltought i we had ip_nat as a module selected
2006 Mar 02
7
Problem with duplicate route entry
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello! I have a problem with a duplicate route entry, when using a pre-installed route and automatic take-over by the "heartbeat" daemon, which adds an address and the kernel adds an route automatically. Maybe anyone has an explanation... > ip addr 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue inet 127.0.0.1/8 scope host lo
2020 Apr 17
3
Convertir lista de precios a dolares por gramo
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20200417/11369880/attachment.html>
2007 Jan 30
3
yum install netpbm - where?
I'm a noob with CentOS so I appreciate your valuable time and patience with my silly questions. Hopefully, I won't be a noob much longer :-) I'm using CentOS 4.4 and Plesk 8.1 on my Apache web server. I installed netPBM via yum: # yum install netpbm-devel.i386 # yum install netpbm-progs I saw no errors, and when I run "yum list installed" I see the packages. The problem
2006 Jul 18
2
newbie help re: loading data and relationships in migrations
Hi folks, I''m new to Ruby & Rails, and have been reading the Agile Web dev & Pickaxe books with much joy! However, I need some guidance re: using migrations to load in data for tables that have relationships. For example, I have one products table and one product_photos table (defined in separate migration files). The second table has a foreign key associated with the
2006 Apr 09
2
EXT_texture_from_pixmap update
Patch for mesa with a set of updates for EXT_tfp. Includes necessary FBConfig support, adds attrib_list to BindTexImage and fixes CreateDrawable so that glXCreatePixmap works. Xgl and compiz requires this patch. Can I commit this to head? -David -------------- next part -------------- A non-text attachment was scrubbed... Name: mesa-tfp-update-1.patch Type: text/x-patch Size: 8154 bytes Desc:
2018 Apr 19
2
Interpretación NA's
Hola Carlos Muchas gracias por tu respuesta. Saludos ________________________________ De: Carlos Ortega <cof en qualityexcellence.es> Enviado: jueves, 19 de abril de 2018 10:47:54 a. m. Para: Javier Nieto CC: r-help-es en r-project.org Asunto: Re: [R-es] Interpretaci?n NA's Pues que la peque?a variaci?n en las ventas no pueden explicarse con un precio constante. Hay otra variable
2018 Apr 19
2
Interpretación NA's
Hola Tal vez la pregunta que tengo tenga una respuesta muy f?cil, sin embargo lo entiendo. Tengo una data frame que se ve as?: R> df semana precios ventas preciosCan 1 11724 3.512441 2 33.53 2 11726 3.512441 1 33.53 3 11727 3.512441 2 33.53 4 11728 3.512441 1 33.53 5 11729 3.512441 4 33.53 6 11730 3.512441 3 33.53
2010 Jul 08
4
Duda con orden Cars93
Cordial saludo, Estoy haciendo una grafica de la base de datos Cars93 conde relaciono Manufacturer con Price con este codigo library(MASS) with(Cars93,plot(Manufacturer, Price, las=2, ylab="Precio (en $1,000)")) necesito el comando para que queden ordenados de manera ascendente como en la grafica 2, muchas gracias por su ayuda Grafica 1 [image: M-P.JPG] Grafica 2 [image: M-P
2017 Aug 08
2
unir varios archivos .csv en una serie historica
Hola Eric. Muchas gracias. Era exactamente lo que quería. Te agradezco mucho. Saludos, Sebastián. Enviado desde Correo para Windows 10 De: eric Enviado: martes, 8 de agosto de 2017 8:25 Para: Sebastian Kruk; Lista R Asunto: Re: [R-es] unir varios archivos .csv en una serie historica hola sebastian, invente 3 archivos con la estructura que describes y probe el codigo, le hice un par de arreglos
2017 Aug 08
2
unir varios archivos .csv en una serie historica
Hola Eric. Me diste una muy buena orientación. Para algunos años los archivos son de excel donde cada uno tiene 12 hojas, una hoja por mes. Cada hoja tiene el siguiente formato: Hora 1 2 3 4 ? 31 1 0 0 0 0 ? 23 2 0 0 0 24 ? 0 3 0 0 0 24,5 ? 21 4 0 0 0 26 ? 12 ????????? 24 0 0 0 0 ? 0 Por ejemplo en el día 1 el precio en las horas 1, 2, 3, 4 y 24 es 0, en cambio el día 31 el precio a la hora 1
2006 Sep 08
3
URL authentication
In my case that's not needed, but yes it would be really nice if all mount options could be retrieved from the database using an authenticated URL. KJ Stefan de Konink wrote: > On Fri, 8 Sep 2006, Klaas Jan Wierenga wrote: > > >> I guess if the <authentication type="url> section could be used as a >> top-level tag (instead of as a sub-tag of
2018 Feb 07
4
Contar comas de una variable
Buenas tardes, Necesito contar cuántas comas hay en cada celda. Los datos tienen esta forma: Pros Comas Opinión 1 calidad, 1 Opinión 2 calidad, diseño, color, 3 Opinión 3 precio, accesibilidad, sienta bien, luminoso, 4 La variable Pros es la que tengo y la variable Comas es la
2017 Aug 07
2
unir varios archivos .csv en una serie historica
Estimados usuarios-R: Muy buenas noches. Tengo una serie de archivos csv que contienen los precios mayoristas de electricidad por hora. Cada archivo csv corresponde a un mes de un cierto año. Cada columna corresponde a un día del mes y cada fila a una hora del día (1 a 24 horas). ¿Hay alguna forma rápida de importar todos los datos y formar un vector columna en que cada observación
2017 Oct 14
2
Pasar cotización en pesos a dólares usando tipo cambio día hábil anterior
Estimados Usuarios-R: Muy buenas tardes. Tengo un listado de precios en pesos por día: Día        Precio en $        01/01/04           0,04 02/01/04           0,11 03/01/04           0,11 04/01/04           0,04 05/01/04           0,10 06/01/04           0,00 07/01/04           0,10 08/01/04           0,10 09/01/04           0,14 10/01/04           0,21 11/01/04           0,21
2013 Dec 09
1
Mejor CPU para ejecutar R en Linux
Hola Fernando, yo en mi trabajo tengo un asus i7(pensaba que era i5) con 4 gb de RAM (windows7) en casa tengo uno portatil con 16 gb funcionando con ubuntu marca dell (alienware). Sinceramente, mi experiencia me dice que no hay color de una marca buena a una normal. De hecho el alienware corre más rápido que un sobremesa mac que tenemos en el laboratorio de caracteristica similares. Problema,
2011 Nov 08
3
Consulta sobre mensaje de error al aplicar un Filtro.
Hola Estimdos, Quería consultar por si alguien sabe que puede estar pasando con la aplicación de un filtro. Arroja el siguiente mensaje: *Mensajes de aviso perdidos In TransAcProv$idDepartamento == filtro2 : longitud de objeto mayor no es múltiplo de la longitud de uno menor* Este es el filtro: *filtro2 <- c (450, 30 , 449, 862 , 452)* Y se aplica sobre este data frame: *TransAcDepto
2006 Jul 16
6
Pin in the Map - "tinyurl for maps" rails app
Hi there, A little while ago we launched Pin in the Map (http://pininthemap.com), a rails application which allows you to easily mark a spot on a map, attach some text to it, and get a simple link to pass around. It''s basically tinyurl for maps. It''s proved useful for organising after-work drinks, meetings, weddings plus a whole variety of other things. http://pininthemap.com.