Sep 17, 2009

Netspeed applet


Netspeed is just a little GNOME-applet that shows how much traffic occurs on a specified network device. You can configure and select more network cards if you have more than one. You can install it from command line: apt-get install netspeed
More info available on project homepage http://projects.gnome.org/netspeed/

Sep 16, 2009

How to merge two pdf files in command line

To do this, we will use ghostscript (in1.pdf and in2.pdf are files to be merged):

gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=out.pdf in1.pdf in2.pdf