There are infinite ways of doing the following commands but here you can find some examples. They can be very useful when you need to manage a lot of files in different directories.
Using ‘find’
Delete empty files using find:
There are infinite ways of doing the following commands but here you can find some examples. They can be very useful when you need to manage a lot of files in different directories.
Using ‘find’
Delete empty files using find:
To convert PDF to big images like maps you can try with Gimp but it eat too much memory and is a bit slow.
The other option is to use ImageMagick:
If the output image is to small you can try to change the pixel density (dpi) which is 72dpi by default to a bigger one.
Here is an example using 500dpi, 8 bits of color (256), inverting the colors (negate) and saving it in PNG format:
The sample file is here: http://www.osornochile.cl/webimo/documentos/base_actualizado_diciembre_2009.pdf
The PDF size is 7.5M and the output PNG size is 59M.
The objective of this project is to create an GPL client to Lively.com (Dead project)
Read it all..
After getting a file to update the hp iPAQ rx1950 from WM5.0 (Windows Mobile 5.0) to WM6.1 I figure out that this update was only possible to be done in an english iPAQ.
The file used to do the update is: Flasher_Hp_Ipaq_rx1950_ENG_WM6.1.rar (a russian hacked windows version translated to english).
The file that you need to modify to allow you to update an spanish iPAQ with a ROM for another language is hpRUU.exe. You only need to do a little change using an HEX editor. In the following picture you can see the little change that make the difference:
You can use any Hex Editor, my choice was KHexEdit. Also I do it from Linux but running a Virtual Machine (VirtualBox) with Windows XP.
Para poder ejecutar el NASA World Wind version java (y sus demos) en Linux utilizando el driver open source para las tarjetas radeon necesitas configurar el DRI para que se muestren las texturas.
Read it all..
A mas de alguno le habra pasado que cuando estan en un directorio con muchos niveles de profundidad del tipo:
/home/user/mis_archivos/personal/documentos/documentos-importantes/
Les ocupa la mitad de la linea del terminal. Para solucionar eso solo necesitan cambiar la variable PS1.
Read it all..
Despues de obtener las Bases de Datos filtradas a Internet, decidi cargarlas a una Base de Datos MySQL (tiene soporte para fulltext index).
Despues de crear las tablas con los scripts dados, se debe importar los CSV de la siguiente forma:
LOAD DATA LOCAL INFILE 'mineduc.csv' INTO TABLE mineduc FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' (rut, nombre, establecimiento, jornada, tipo, estado);
Quisas necesites tener una lista de nombres, apellidos o ciudades.
Si es asi aqui puedes bajarlos (Nombres y Apellidos ordenados por frecuencia):
Bienvenido a mi blog !
Luego de varios meses sin blog he decidido que ya era hora de volver a aparecer en los resultados de google!
Encontraran basicamente lo mismo que antes, una que otra idea o proyecto que tengo en mente.