GameLayers gets on track with Ruby on Rails

Read More: GameLayers gets on track with Ruby on Rails

GameLayers' Passively Multiplayer Online Game (PMOG), which allows users to immerse themselves in a virtual world of adventures, challenges, and intrigue, has been picking up traction thanks in part to its robust open source framework. Underpinning the popular online game is Ruby on Rails, a full-stack framework for developing database-backed Web applications that works with a variety of Web servers and databases.



Oracle Adds Data-integrity Code To Linux Kernel

Read More: Oracle Adds Data-integrity Code To Linux Kernel

"ZDNet is reporting that Oracle has added code to the Linux kernel for ensuring data integrity. The code has been developed in partnership with Emulex and was recently accepted into the 2.6.27 kernel release." According to the article, "The code adds metadata to data at rest or in transit, to monitor whether that data has been corrupted. It helps make sure that I/O operations are valid by looking at that metadata — which acts as verification information — exchanged during data transmissions."



Eliminate privilege access security holes

How tight is your privilege access security?

Close the security gaps in high-privilege access control and authentication by selecting the right security products for the job. This whitepaper details how.

Not all security products are created equally. EMA outlines how to find products that offer strong shared access management, better control and clear visibility and multifactor authentication.

Discover products that are easy to deploy and offer a wide range of security, compliance, operational and business risk benefits.
Click here to learn more.



Fedora 10 a Solid Linux Choice for Workstations, Development Servers


Fedora 10 a Solid Linux Choice for Workstations, Development Servers

The latest version of Fedora, the Linux-based operating system, gives users a peek at what they can expect to see in future Linux distributions from Red Hat and other vendors. Fedora 10 offers a broad security framework and new audit capabilities, and gives Linux enthusiasts a good way to upgrade from Fedora 9. However, those who use the Linux-based OS shouldn't expect any support from Red Hat.
- Fedora 10 is the latest version of the community-supported, Linux-based operating system that serves as the proving ground for future Red Hat software products. As a result, Fedora offers organizations and individuals early access to the state of the art in the Linux and open-source world. 



Using pam_mount to automount filesystems at login

Using pam_mount to automount filesystems at login

Vincent Danen introduces the automounter, pam_mount, which can take a password entered at login and use it to mount an encrypted filesystem. It can also mount non-encrypted filesystems. This allows for mounting a filesystem at login, and having it unmount at logout. by Vincent Danen



How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu

How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu

How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu

This document describes how to add WiKID two-factor authentication to Apache 2.x using mod_auth_radius on Ubuntu 8.1. A previous article described how to add two factor authentication to apache on Fedora. Interestingly, a patch has been created to update mod_auth_radius to work with Apache 2.2+, however, it has only been updated for Debian and Ubuntu. For Fedora and other RedHat flavors of Linux, it is recommended that you use mod_auth_xradius.



The Perfect Desktop - OpenSUSE 11.1 (GNOME)

The Perfect Desktop - OpenSUSE 11.1 (GNOME)

The Perfect Desktop - OpenSUSE 11.1 (GNOME)

This tutorial shows how you can set up an OpenSUSE 11.1 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.



Red Hat Launches New Maintenance Service

Red Hat Launches New Maintenance Service

Red Hat has announced a new software maintenance service for Red Hat Enterprise Linux (RHEL), known as Extended Update Support (EUS). This allows customers to standardize on one RHEL environment for up to 18 months.
- Red Hat has launched a new software maintenance service, Extended Update Support. Company officials said the new service offers customers extended service level support and cost savings by allowing them to standardize on one Red Hat Enterprise Linux environment for up to 18 months. 



OpenSUSE 11.1

The Perfect Server - OpenSUSE 11.1

The Perfect Server - OpenSUSE 11.1

This is a detailed description about how to set up an OpenSUSE 11.1 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of OpenSUSE 11.1, but should apply to the 64-bit version with very little modifications as well.

You received this email because you are subscribed to the real_time feed for http://www.howtoforge.com/rss/linux.rss. To change your subscription settings, please log into RSSFWD.



How To Rebuild The Squid 2.6 Debian Package with Support For X-Forwarded-For Headers

How To Rebuild The Squid 2.6 Debian Package with Support For X-Forwarded-For Headers

How To Rebuild The Squid 2.6 Debian Package with Support For X-Forwarded-For Headers

This article describes how you can rebuild the Squid 2.6 package for Debian Etch with support for X-Forwarded-For headers - this feature is not enabled in the default Debian Etch Squid package. This feature is useful if you are using Squid as a reverse proxy for your web site and are using a load balancer (such as HAProxy) in front of Squid - it allows us to track the client's original IP address instead of the load balancer's IP address (which to Squid appears as the client).