My Articles
General
Merging pdf files in one line
February 2, 2015

Merging pdf files into a single one   Merging pdf files has never been so simple using Ghostscript from command line in both Linux and OsX. Just open a console and type:   gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=<yourfile.pdf> <your_list_of_pdfs> This command will merge pdf files your_list_of_pdfs into a single file called yourfile.pdf. So easy, […]

Linux tips

I wanted to write a small article on how to fix “Shellshock” bug on Apple OSX, but there are many around the net. I found this one on ReadWrite and I think that it’s well written and easy to understand! “Apple is aware of the bash “Shellshock” bug that affects OS X users, and issued […]

OSX

Hi all, My faithful Sony Vaio equipped with Ubuntu 14.04 after some honourable years, stopped working properly; since I’m a developer and I need a computer to work, I decided to move into the Mac world. One of the first things I had to learn, was how to start and stop apache properly and how […]

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close