Archive for April, 2008

Interview: Anaconda and Fedora 9

In this installment of our co-published Fedora Interviews, Jeremy Katz, David Cantrell, and Chris Lumens talk about the improvements to Anaconda in Fedora 9. » Read more


Tips and tricks: How do I check the software integrity on Red Hat Enterprise Linux 5?

There is an integrity checking software called AIDE shipped by Red Hat® Enterprise Linux® 5. AIDE provides some general strategy for implementing integrity checking to detect the intrusions when they have occurred. » Read more


Tips and tricks: How do I find information (version, etc.) about php?

To get information about the version of PHP installed on the system, create a php file on the web server called phptest.php with the following code in the file:

<?

phpinfo();

?>

Save the file and open it from a web browser. This will display information about php.


From camera to website: Building an open source video streamer

YouTube is a very popular web service that allows people to share video content online. Although YouTube and other streaming video websites satisfy many users, you may have reasons to create your own streaming video website. Perhaps you work for a company that wants a more professional face on their media. Or, you may want more control over exactly how your videos are presented.

I am a soldier in the U.S. Army, currently deployed to Afghanistan. I wanted to be able to share videos with my family from away from home. I wished to maintain my privacy and have better control over my audience. Whether you wish to share videos for educational purposes, share screencasts for documenting software features, or simply entertain, this article will show you how to set up a streaming video website using open source software.

This technique outlines acquiring a video stream from a digital video camera, processing the video stream to the distribution format, and creating a website that will stream the video to users. » Read more


Video: Mark Little on SOA

We hope you’ve enjoyed our videos from JBoss World–here’s one more. While we were in Orlando, we talked with Dr. Mark Little, technical development manager for the SOA (service-oriented architecture) platform at Red Hat. Little talks about these highly adaptable and agile environments, and the (government) customers that require them. He also details how MetaMatrix additions serve this project, and what kinds of tools and applications will be supported in the future.

Download this video: [Ogg Theora]



» Read more


Tips and tricks: How do I resize multiple image files using command-line tools?

Image file size depends on the amount of image details it has. The higher the image quality, the better the resolution but the larger the resulting file size. Web galleries tend to load very slow and sometimes inaccessbile if photos have very high resolutions.

The mogrify command allows users to resize multiple image files at once. mogrify comes with the ImageMagick package. ImageMagick is a program used to resize, rotate, manipulate and display images. It can read, convert and write images in JPEG, TIFF, PNM, GIF and other Photo CD image formats. » Read more


Got ink?

Shadowman on your shoulder?
Fedora on your forearm?
Tux on your tush?

We’re looking for people with Red Hat, Fedora, Creative Commons, and other awesome open source and related tattoos to feature in the magazine.

Even better, have you been thinking about getting some new geek ink but haven’t yet? Have a friend videotape it and send us the footage.

If you’re interested in showing off your ink, drop us a line.

Thanks!


Fedora 9 and Summit preview: Confining the user with SELinux

This one’s a two-fer! Dan Walsh covers the evolution of SELinux from Fedora 2 all the way to the upcoming Fedora 9 launch. Find out how it started and how user access controls will grow in the newest release. As a bonus, this is also a preview of Walsh’s scheduled talk at the upcoming Red Hat Summit. Want more? Check out the schedule of talks and register–and we’ll see you in Boston.

History

When SELinux was first developed, the goal was to confine as many system processes as possible to the least amount of privilege required. Fedora 2 was released with SELinux policy that confined users as well as system processes. We quickly realized that SELinux policy was not mature enough to handle a modern mainstream desktop operating system. After a quick redesign of the policy, we created “targeted” policy, replacing the previously named “strict” policy. The goal of targeted policy was to “target” certain processes in the operating system for confinement and leave the rest of the processes “unconfined.” » Read more