merge multiple JPG to PDF

Have you ever wated to create PDF file from multiple JPG images from Linux command line? It is simple, just type: convert `ls -v *.JPG` output.pdf The convert command is part of imagemagick package. In Debian / Ubuntu / Mint you can install it via command: apt-get install imagemagic

Ntopng on Debian

Here is description how to install Ntopng on Debian. “ntopng” is an open-source network traffic monitor that shows the network usage, the next generation version of the original ntop. NEW ntopng v2.4.1 ntopNG Debian repository. Debian 7 (wheezy) wget http://apt-stable.ntop.org/wheezy/all/apt-ntop-stable.deb dpkg -i apt-ntop-stable.deb grep -q "wheezy-backports" /etc/apt/sources.list || echo "deb http://ftp.debian.org/debian wheezy-backports main" >> /etc/apt/sources.list … Read more