Ubuntu :PDF <-> DJVU

linux to convert from PDF to DJVU you can use pdf2djvu

sudo apt-get install pdf2djvu

then type

pdf2djvu -o output.djvu imput.pdf

useful options are

–monochrome –lossy -d XXX (where XXX is the desired page resolution)

To convert from DJVU to PDF you can use djview4

sudo apt-get install djview4

then in menu File -> Export [...]

Ubuntu :how to install 32bit deb on 64bit system

I am using ubuntu 64 bit most of the time i can get only 32bit versions . googled got some thing

you have to use the ia32 compatibility libraries.

in a terminal type:

sudo apt-get install ia32-libs

then

sudo dpkg -i –force-architecture your-package.deb

Possibly Related Posts:

Linux local privilege escalation via SUID CisCO UCS Required Documentation listed
Tech : RealVNC demos BIOS-based server at IDF 2011
How to uninstall Vmware workstation v 8.0.0.471780.bundle
Windows : HOw to delete Tmp filed through cmd?

Install VMWare Workstation 6.5 on Ubuntu 9.10

Install VMWare Workstation 6.5 on Ubuntu 9.10 I was able to get everything installed by skipping the installation of the modules on the inital install. Then when I tried to open the application it installed the modules without any more problems.

Seems for at least Ubuntu 9.10 the fix ??

# chmod +x VMware-Workstation-6.5.3-185404.x86_64.bundle [...]