Posts Tagged ‘sources’
Creando un repositorio GIT a partir de las fuentes
De cara al desarrollo de aplicaciones es muy interesante tener algún software de control de versiones, tipo Subversion o GIT. Os comento a modo de “chuleta” cómo hacer esto desde las fuentes. Para ello, algunas consideraciones preliminares: Servidor y SO: Linux myserver.com 2.6.18-194.3.1.el5 #1 SMP Sun May 2 04:17:42 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux [...]
Install pdftk from sources in Linux RedHat
Yesterday I talked about pdftk and how to modify pdf metadata using this software. Well, today I’ll show you how to install this great tool in your Redhat systems. In my case, I am using: $ uname -r 2.6.18-164.9.1.el5 This are the steps I followed: Download the last version available: wget http://www.pdfhacks.com/pdftk/pdftk-1.41.tar.gz Extract the tar [...]