Linux Tutorials on the topic “fedora”
-
Installing Ubuntu Or Fedora From A Windows Or Linux System With UNetbootin
Author: Falko Timme • Tags: desktop, fedora, ubuntu • Comments: 6Installing Ubuntu Or Fedora From A Windows Or Linux System With UNetbootin 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).
-
Managing Packages And Repositories With Yum And Yumex On Fedora 7
Author: o.meyer • Tags: desktop, fedora • Comments: 1Managing Packages And Repositories With Yum And Yumex On Fedora 7 This article explains how to improve/optimize/speed up package installation with Yum, install packages with "Yum Extender" (a GUI for Yum with extensive features to manage packages), and manage different external package repositories - with focus on prevention of problems with different repositories - on Fedora 7.
-
Watching Your Power Consumption With Powertop On Fedora 7
Author: Falko Timme • Tags: fedora • Comments: 0Watching Your Power Consumption With Powertop On Fedora 7 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.
-
-
Integrating eAccelerator Into PHP5 (Fedora 7)
Author: Falko Timme • Tags: fedora, php • Comments: 1Integrating eAccelerator Into PHP5 (Fedora 7) This guide explains how to integrate eAccelerator into PHP5 on a Fedora 7 system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times."
-
How To Use NTFS Write Support (ntfs-3g) On Fedora 7
Author: Falko Timme • Tags: desktop, fedora • Comments: 0How To Use NTFS Write Support (ntfs-3g) On Fedora 7 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.
-
Logitech MX Revolution's Special Buttons On Fedora 7
Author: o.meyer • Tags: desktop, fedora • Comments: 1Logitech MX Revolution's Special Buttons On Fedora 7 This document describes how to enable and configure the Logitech MX Revolution's special buttons on Fedora 7.
-
How To Install Sun Java SE 6 JDK and NetBeans 5.5.1 on Fedora 7
Author: tpop2005 • Tags: fedora • Comments: 5How To Install Sun Java SE 6 JDK and NetBeans 5.5.1 - Fedora 7 This tutorial shows how to install Sun Java JDK and NetBeans IDE on the 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. I tried to follow the HowToForge document format. I have not tried this on the x64 architecture, but it should be very similar. I would welcome any feedback on that.
-
How To Harden PHP5 With Suhosin On Fedora 7
Author: Falko Timme • Tags: fedora, php, security • Comments: 0How To Harden PHP5 With Suhosin On Fedora 7 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
Author: pinguingilo • Tags: fedora • Comments: 9Set Up OpenLdap On Fedora 7 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
Author: Falko Timme • Tags: fedora, ftp • Comments: 0Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 7 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.