Handling multiple pdf’s can be a pain, and combining multiple pdf’s is not as easy as merging doc files. So how to achieve this?
The simplest and the fastest way is using pdftk. Install Ubuntu if you are not a regular user, install this on a VirtualBox image and install pdftk on your instance by typing
sudo apt-get install pdftk
Once the installation is complete, you can now start merging pdf files on the fly by using the following command
pdftk *.pdf cat output merged.pdf
or
pdftk 1.pdf 2.pdf 3.pdf cat output merged.pdf
There are mutiple options to this which you can find out using man or using google
The default desktop for the VNC Server is “TWM”, though most people are used to KDE or Gnome instead. Here is how to change it:
Edit ~/.vnc/xstartup
For KDE, replace “twm &” with “startkde &”
For Gnome, replace “twm &” with “exec gnome-session &”
Kill any existing VNC servers with “vncserver -kill xx” where xxx is the display number.
Start a new server.
If you are using Linux on multiple monitors you are surely going to miss Utramon, but don’t worry. Gnome has the option of Ultramon in built so no extra application needed.
You can get your task-bar on multiple monitors using the following instructions
Instructions:
1.) Right click on anywhere on the launch-bar, click “New Panel”
2.) Drag that to any monitor.
3.) Right click on that panel, and click “Add to Panel”
4.) Select “Window List” under Desktop and Windows
5.) Click Add.
6.) Click Close, and you’re done.
No more having windows from all monitors listed on the primary monitor itself