2010.05.13 07:53:09

Would you like to try Linux before you install it permanently to your hard drive? Is there a way you can try it before you buy it (or in Linux case use it)? Well, there is a way to try Linux without installing it to your computer. It's called a Live CD. You can run Linux off a Live CD even on a computer that doesn't have an internal hard disk. A Linux Live CD runs Linux off the CD/DVD ROM.

Okay let’s get started. Go to:
Web Links → Linux Distribution Downloads and choose your favorite Linux distribution.
Try openSUSE, Ubuntu, Fedora.

Now you need to burn Linux on a DVD/CD.
To Burn Linux to a DVD/CD you need to burn the ISO image.
With Nero at the first command you have to select the “Disc Image or Saved Project”
Then “Image, Project, Copy” menu.
Now select the image.
“All supported compilation and images” is selected.
Open the file and click the “Next” button as many times as it is required…
You’re done.

Now you need to tell your computer BIOS to boot from DVD/CD.
Check your computer manual for this.
Try: ESC, Delete, F1, F2, F12, (Like I said check your computer manual)
Insert the DVD/CD to your DVD/CD ROM.
Now, you just have to follow the menu instructions.
Just answer a couple of questions and you will have a working Linux on your computer.
Play around with it and see what Linux has to offer.
If you fall in love with Linux just choose the icon to permanently install it to your hard drive.
Make sure you do a back up of your files before you install it to your hard drive.
Hope this helps all those that want to try Linux but where afraid to do so.


Tags: Live CDs



2010.05.02 06:08:36

It seems Novell is in a roll they have just won another case this time with Red Hat against IP Innovation LLC, a unit of Acacia Research Corp. It seems that IP Innovation LLC accused Red Hat and Novell of infringing three patents that cover a computer-based graphical user interface that spans multiple workplaces, and lets users access icons remotely, according to court documents.

Red Hat had this on their web site:
RALEIGH, N.C., Apr 30, 2010 (BUSINESS WIRE) -- Red Hat, Inc. (NYSE: RHT), the world's leading provider of open source solutions, announced that today a jury in federal court in Marshall, Texas, returned a verdict in favor of Red Hat, Inc. and Novell, Inc. in a case alleging patent infringement brought by IP Innovation LLC, a subsidiary of Acacia Research Corporation and Technology Licensing Corporation. The patents at issue were found to be invalid and worthless.

"This is the result we expected and we are gratified that the jury recognized the tremendous innovative value of open source software. The jury knocked out three invalid patents that were masquerading as a new and important invention, when they were not," said Michael Cunningham, Executive Vice President at Red Hat. "We appreciate the jury's wisdom and remain committed to providing value to our customers, including through our Open Source Assurance program. We also remain stalwart in resisting bogus shakedown tactics."

Congratulations to Both Red Hat and Novell for not backing down when they knew they where right.

 


Tags: Red Hat | Novell | Patents



2010.03.31 07:31:02

Today March 30, 2010 a U.S. District Court jury has said that Novell not SCO owns Unix copyrights. Without the copyrights, SCO has nothing. SCO no longer has a significant claim that can be made against Linux. After seven years of legal wrangling and after a three-week trial that pitted the two companies over the question of which owned the copyrights the Federal jury has said that SCO never owned Unix's IP (intellectual property) in the first place.

This case had its roots in 2003 when SCO sued IBM for allegedly using Unix code to make improvements to Linux. Novell then said it, not SCO, owned the copyrights to Unix. Novell retracted that statement after SCO showed it an amendment to the sales agreement but then restated its ownership claims a few months later and said SCO had no right to pursue IBM.

All the Linux and Open Source Community can rejoice that the good guys won again.


Tags: IBM | SCO | Novell | Linux



2010.02.16 03:58:45

Start by opening a terminal:
1. rpm -Uvh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
2. yum install flash-plugin nspluginwrapper.{i386,x86_64} pulseaudio-libs.i386 alsa-plugins-pulseaudio.i386 libcurl.i386
3. mozilla-plugin-config -i -g -v

Once again I make no guarantee this will work for you. Also one more point I like to make. There are so many Linux distributions that come preinstalled with Java and Flash Player (PCLinuxOS, Mint, etc). Why not use those distributions to make your life easier.





2009.12.21 07:21:15

I was trying to install Java on CenOS but had a very hard time doing so. I found many tutorials but none worked. Most tutorials did not say you need to download compat-libstdc++-296 compat-libstdc++-33 so that made it more frustrating. This worked for me. I make no guarantee it will work for you. Be sure to switch to root for this to work and download to your /tmp folder.

Download jre-6u17-linux-i586-rpm.bin ( http://www.java.com/ )
su
yum install compat-libstdc++-296 compat-libstdc++-33
cd /bin
sh /tmp/jre-6u17-linux-i586-rpm.bin
cd /usr/lib/mozilla/plugins
ln -s /usr/java/jre1.6.0_17/plugin/i386/ns7/libjavaplugin_oji.so .

Close and reopen Firefox.


Tags: Firefox | Java | CentOS | Linux