public marks

PUBLIC MARKS from falko with tag fedora

October 2007

How To Set Up Mumble Voice Chat On Fedora 7 | HowtoForge - Linux Howtos and Tutorials

(via)
This document describes how to set up a Mumble voice chat environment with Fedora 7. Mumble is a low-latency voice chat software with focus on games.

Installing Lighttpd With PHP5 And MySQL Support On Fedora 7 | HowtoForge - Linux Howtos and Tutorials

(via)
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 7 server with PHP5 support (through FastCGI) and MySQL support.

Installing Ubuntu Or Fedora From A Windows Or Linux System With UNetbootin | HowtoForge - Linux Howtos and Tutorials

(via)
UNetbootin is a tool that allows you to install various Linux distributions (Ubuntu, Fedora, Mandriva, OpenSuSE, Debian, ArchLinux) from a Windows or a Linux desktop over the internet (i.e., you don't need to burn the Ubuntu, Fedora, ... CDs). Unlike the Ubuntu installation with Wubi, real partitions are created during the installation. In the end, you have a dual-boot system (Linux/Windows or Linux/Linux).

Watching Your Power Consumption With Powertop On Fedora 7 | HowtoForge - Linux Howtos and Tutorials

(via)
Powertop is a command-line tool released by Intel that shows you the power consumption of the applications running on your system. It works best on notebooks with Intel mobile processors and can help you find out the programs that put a strain on your notebook battery. It requires kernel 2.6.21 or newer with tickless idle enabled (CONFIG_NO_HZ) (which is currently available for 32-bit kernels only). Fedora 7 comes with a 2.6.21 kernel by default, so we can use Powertop on it.

September 2007

Xen With Graphical User Interface On A Fedora 7 Desktop | HowtoForge - Linux Howtos and Tutorials

(via)
This document describes how to set up Xen on Fedora 7. Xen enables the paravirtualization of your hardware for its virtual machines if you have a CPU with Vanderpool (Intel) or Pacifica (AMD) technology. The paravirtualization provides high performance to your virtual machines. Fedora's virt-manager provides an easy to use GUI for setting up and managing your virtual machines. It does not have the extensive features like VMware Server, but the basics are in place.

August 2007

How To Use NTFS Write Support (ntfs-3g) On Fedora 7 | HowtoForge - Linux Howtos and Tutorials

(via)
Normally Linux systems can only read from Windows NTFS partitions, but not write to them which can be very annoying if you have to work with Linux and Windows systems. This is where ntfs-3g comes into play. ntfs-3g is an open source, freely available NTFS driver for Linux with read and write support. This tutorial shows how to use ntfs-3g on a Fedora 7 desktop to read from and write to Windows NTFS drives and partitions.

How To Install Sun Java SE 6 JDK and NetBeans 5.5.1 on Fedora 7 | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how to install Sun Java JDK and NetBeans IDE on a fresh Fedora 7 installation. The readers I had in mind when assembling this are the people who are anxious to start using NetBeans and Sun's Java SE on their newly installed Fedora systems. Some of the bits and pieces on the topics I found on the Internet are assembled into this tutorial in order to make it as comprehensive as possible.

Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 7 | HowtoForge - Linux Howtos and Tutorials

(via)
This document describes how to install a Proftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota with this setup.

July 2007

How To Harden PHP5 With Suhosin On Fedora 7 | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how to harden PHP5 with Suhosin on a Fedora 7 server. From the Suhosin project page: "Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections."

Set Up OpenLDAP On Fedora 7 | HowtoForge - Linux Howtos and Tutorials

(via)
This document describes how to set up OpenLDAP on Fedora 7. OpenLDAP is a directory server based on the LDAP protocol, that same protocol MS Active Directory is based on. OpenLDAP is an open-source implementation of the Lightweight Directory Access Protocol.

Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 7 | HowtoForge - Linux Howtos and Tutorials

(via)
This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.

Installing Beryl Or Compiz Fusion On A Fedora 7 Desktop | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how you can install and use Beryl or Compiz Fusion on a Fedora 7 desktop (the system must have a 3D-capable graphics card). With both Beryl and Compiz Fusion, you can make your desktop use beautiful 3D effects like wobbly windows or a desktop cube.

June 2007

Set Up A Fedora 7 Mail Server Using Qmail Toaster | HowtoForge - Linux Howtos and Tutorials

(via)
This document describes how to install a Fedora 7 mail server based on Qmail using Qmail Toaster. Qmail is an Internet Mail Transfer Agent (MTA) for UNIX-like operating systems. It is a drop-in replacement for the Sendmail system provided with UNIX operating systems. Qmail uses the Simple Mail Transfer Protocol (SMTP) to exchange messages with MTAs on other systems.

The Perfect Server - Fedora 7 | HowtoForge - Linux Howtos and Tutorials

(via)
This is a detailed description about how to set up a Fedora 7 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 Fedora 7, but should apply to the 64-bit version with very little modifications as well.

How To Install VMware Server On A Fedora 7 Desktop | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial provides step-by-step instructions on how to install VMware Server on a Fedora 7 desktop. With VMware Server you can create and run guest operating systems (virtual machines) such as Linux, Windows, FreeBSD, etc. under a host operating system. This has the benefit that you can run multiple operating systems on the same hardware which saves a lot of money, and you can move virtual machines from one VMware Server to the next one (or to a system that has the VMware Player which is also free).

The Perfect Desktop - Fedora 7 | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how you can set up a Fedora 7 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.

March 2007

How To Install VMware Server On A Fedora Core 6 Desktop | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial provides step-by-step instructions on how to install VMware Server on a Fedora Core 6 desktop system. With VMware Server you can create and run guest operating systems (virtual machines) such as Linux, Windows, FreeBSD, etc. under a host operating system. This has the benefit that you can run multiple operating systems on the same hardware which saves a lot of money, and you can move virtual machines from one VMware Server to the next one (or to a system that has the VMware Player which is also free).

February 2007

The Perfect Desktop - Part 1: Fedora Core 6 | HowtoForge - Linux Howtos and Tutorials

(via)
With the release of Microsoft's new Windows operating system (Vista), more and more people are looking for alternatives to Windows for various reasons. This tutorial is the first of a series of articles where I will show people who are willing to switch to Linux how they can set up a Linux desktop (Fedora Core 6 in this article) that fully replaces their Windows desktop, i.e. that has all 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, and the best thing is: all software comes free of charge.

Resolving Domains Internally And Externally With Bind9 And Caching Nameserver | HowtoForge - Linux Howtos and Tutorials

(via)
Sometimes, we are required to resolve our internal domains on a local nameserver and external (internet) domains on our ISP's nameserver. There are different solutions to this problem, but in this tutorial, we are going to solve it through configuring a combination of caching-nameserver and BIND 9.

VirtualBox On FC6 / CentOS 4 / OpenSuSE 10.2 | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how to install and use VirtualBox on Fedora Core 6, CentOS 4, and OpenSuSE 10.2. InnoTek VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also freely available as Open Source Software under the terms of the GNU Public License (GPL).

How To Set Up An IRC Server And Anope IRC Services | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial describes how to set up and run an UnrealIRCD server on OpenSuSE 10.2 and Fedora Core 6. It also shows how to install Anope IRC services. Anope is a set of Services for IRC networks that allows users to manage their nicks and channels in a secure and efficient way, and administrators to manage their network with powerful tools.

November 2006

How To Compile A Kernel - The Fedora Way | HowtoForge - Linux Howtos and Tutorials

by 1 other (via)
Each distribution has some specific tools to build a custom kernel from the sources. This article is about compiling a kernel on Fedora systems. It describes how to build a custom kernel using the latest unmodified kernel sources from www.kernel.org (vanilla kernel) so that you are independent from the kernels supplied by your distribution. It also shows how to patch the kernel sources if you need features that are not in there.

April 2006

The Perfect Setup - Fedora Core 5 (64-bit) | HowtoForge - Linux Howtos and Tutorials

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