Another option would be to use an Home Theater PC (HTPC), more expensive but also more versatile.
http://www.linuxtech.net/features/best_linux_htpc_motherboards.html has some good tips for building your own.
October 24th, 2009 Alex Posted in electronics, media, video Comments Off
Another option would be to use an Home Theater PC (HTPC), more expensive but also more versatile.
http://www.linuxtech.net/features/best_linux_htpc_motherboards.html has some good tips for building your own.
September 1st, 2009 Alex Posted in linux, pdf Comments Off
After installing Acrobat Reader in my home directory, I was getting the following error when trying to view a PDF using Firefox:
Could not launch Adobe Reader 9.1.2. Please make sure it exists in PATH variable in the environment. If the problem persists, please reinstall the application..
I fixed it by creating a “.profile” file in my home directory (/home/user/.profile) with the following line:
export PATH=$PATH:$HOME/apps/acrobatreader/Adobe/Reader9/bin/
Note: You might need to adapt acrobat reader’s binary path.