Archive for the 'Software' Category

All-In-One Configuration Tools

Sunday, August 30th, 2009

As I mentioned previously, I run many sites on my web server. Yesterday I decided to clean up some sites that their owners had neglected or not used. One such site was running Apache Tomcat Java Server, which I did not care to leave running.
Now I, like many users of commercial hosting plans, […]

Google Chrome on Fedora

Friday, June 19th, 2009

Try out Chromium. Courtesy of T ’spot’ Callaway:
Using your favorite text editor (as root), create chromium.repo in /etc/yum.repos.d/, with the following contents:
[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F$releasever/
enabled=1
gpgcheck=0
Then run (as root):
# yum install chromium
From spot’s blog:
The packages are i386/i586 only (and the i586 chromium is a bit of a lie, it isn’t compiled with the correct optflags yet) […]

Mailing List Permalinks

Wednesday, June 3rd, 2009

Currently I am subscribed to 19 mailing lists and there are a handful more that I plan on joining (when I get around to it). The benefits of a mailing list (especially in the Linux world) is the massive amount of useful information that is often shared by developers and experienced users that may […]

Installer Formats and Adobe Reader

Wednesday, May 20th, 2009

While open source PDF readers have significantly improved, many people still use Adobe Reader. While Adobe has had a mixed history of supporting their software in Linux/Unix, recently they have significantly improved.
There is a well written post about installer formats on the Acroread Unix blog. I recommend just reading over the post, even […]

Evince and Acrobat PDF Form Edits

Friday, April 10th, 2009

Newer versions of Adobe Acrobat Reader have provided the feature for users to edit the contents of form fields in a PDF file. Depending on the permissions set by the author of the PDF file, Acrobat Reader will allow or deny the ability to save the file with the form edits in place. […]

Various Linux and Fedora News

Friday, February 13th, 2009

A great deal of the following is all old news.
Adobe has has Flash Plugin for x86_64 Linux architecture in Beta since Oct 2008. The only thing, is that since it is provided in a tarball (.tar.gz), you are better off builing an RPM (spec file). Note that the 32bit i386 version still works […]

Xine Crashing in Fedora 10

Tuesday, November 25th, 2008

If you are using Xine from RPMFusion and experiencing crashing immediately after loading in Fedora 10, it is probably due to this bug.
Quick work-around is to use Alsa instead of PulseAudio. Open a shell and launch Xine as follows:
[mirandam@phoebe ~]$ xine -A alsa
To make this setting stick, do the following:
Right-Click in the Xine window […]

Update to RPMFusion

Thursday, November 13th, 2008

The availability of RPMFusion for Fedora was previously announced a few days ago. However I never got a chance to actually perform the update.
For those who are not familiar with Fedora’s third-party software repositories (repo’s), the two most popular repo’s: Freshrpm and Livna were typically the place to find software not permitted in Fedora. […]