Why Red Hat doesn’t need a deal with Microsoft

This is a good article, talks about RedHat and Microsoft and how RedHat knows whats actually going down. Why Red Hat doesn't need a deal with Microsoft – The trade press reported a lot of rumors this past week about the chances for a patent protection pact between Red Hat and Microsoft similar to the agreements Microsoft negotiated with Novell, Xandros, and Linspire. Red Hat doesn’t appear to be interested in the least. Here’s why. [Linux.com]

This is a good article, talks about RedHat and Microsoft and how RedHat knows whats actually going down.

Why Red Hat doesn't need a deal with Microsoft

The trade press reported a lot of rumors this past week about the chances for a patent protection pact between Red Hat and Microsoft similar to the agreements Microsoft negotiated with Novell, Xandros, and Linspire. Red Hat doesn’t appear to be interested in the least. Here’s why.

[Linux.com]


Did you like this article?


0 Shares:
You May Also Like

Sweden is different: Guy is awarded unemployment benefits because he’s addicted to Rock Music!

Sweden is different: Guy is awarded unemployment benefits because he’s addicted to Rock Music! - “Gonna have to face it I live in my parents’ basement!” Ananova: A heavy metal fan has been awarded sickness handouts after doctors said his addiction to music was a disability. The ruling means Roger Tullgren, 42, will pocket thousands of pounds in state benefits to help finance his 36-year obsession. Roger will get a £65 a week top [...] [Dvorak]
Read More

Stanford Gets First Sun Blackbox

Stanford Gets First Sun Blackbox - miller60 writes "The Stanford Linear Accelerator Center (SLAC) will be the first end-user to get a Project Blackbox portable data center from Sun Microsystems. The 20-foot shipping container (which will be white, not black) will sit on a concrete pad behind the computer building with hookups to power, a 10-gigabit network connection and a chiller located on an adjacent pad. The 'data center in a box' will allow the SLAC to expand its computing capacity even though its existing data center has maxed out its power and cooling."

Read more of this story at Slashdot.

[Slasdot]
Read More

Installing Drupal Part I

The Drupal setup portion was pretty easy, I just had to create a database and provide the database login credentials to the Drupal install page. This page is the default page of where you put the install. After this, I was able to post and do all sorts of things. I did hit a hitch though, when I started playing around with the Drupal "Administer/Site configuration Clean URLs/Clean URL's". At first it wasn't enabled, and of course for Search Engine Optimization I wanted them to work. I knew this could only be done by a .htaccess file, but where was it? Well, after further searching on Google I find this little article: http://drupal.org/node/15365 Where it tells you what needs to be in the missing .htaccess file, however the information they provided was: RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] Which then gave me an Internal 500 server error, and I kinda new what was going on. But I was being kinda lazy about it. I checked the apache2 log: [Thu Jun 14 13:17:58 2007] [alert] [client 64.180.78.228] /home/geektank/public_html/.htaccess: <Directory not allowed here, referer: http://geektank.net/?q=admin/settings/clean-urls You will need to remove the "<Directory" portions to make it work as .htaccess files can't have this information, otherwise they will get this error. Duh, I mean it even said on the the Drupal page about the information they provided: If you don't use the .htaccess that comes with Drupal you'll need to add some rewrite rules into your apache directory directive. Consult the .htaccess file in Drupal for examples of rules. I was still getting a 500 Internal Server Error, and I saw this in the apache2 error log: [Thu Jun 14 13:18:22 2007] [alert] [client 64.180.78.228] /home/geektank/public_html/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://geektank.net/?q=admin/settings/clean-urls LOL, I didn't enable mod_rewrite in apache2. Mind you this is a new install of Debian Etch, so I just did a2enmod rewrite and viola, nice clean links! Now I just need to get the formatting down for Drupal. I'm use to MediaWiki, which powns.
Read More

Fluxbox-1.0 released!

This is one of the best xwindows/xorg windows managers ever made. I use this on all my work stations because of its awesome features which include.
Read More