Linux Tutorials on the topic “fedora”
-
Installing Cherokee With PHP5 And MySQL Support On Fedora 14
Author: Falko Timme • Tags: cherokee, fedora, web server • Comments: 1
Installing Cherokee With PHP5 And MySQL Support On Fedora 14 Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on a Fedora 14 server with PHP5 support (through FastCGI) and MySQL support.
-
Reading Files From The Linux Kernel Space (Module/Driver) (Fedora 14)
Author: Pavel Abrosimov • Tags: kernel, fedora, c-programming • Comments: 8
Reading Files From The Linux Kernel Space (Module/Driver) (Fedora 14) It seems like operations that communicate with userspace are really discouraged. And I am not arguing with that. Although it doesn't mean that they cannot be accomplished. A driver loads configuration that could be stored only on HDD. When MS Windows XP boots up it remembers that I have turned Bluetooth off so it is not powered on, unlike even the latest Linux (Fedora 14 at the moment of writing) – such functionality in many drivers was not implemented. When developer uses procfs or character devices there should be another software or script in boot sequence that is actually sending information from a file to particular device. After some time looking over the internet I have managed to write such module that reads a file.
-
How To Install VMware Server 2 On A Fedora 14 Desktop (Kernel 2.6.35)
Author: Falko Timme • Tags: desktop, fedora, virtualization, vmware • Comments: 13
How To Install VMware Server 2 On A Fedora 14 Desktop (Kernel 2.6.35) This tutorial provides step-by-step instructions on how to install VMware Server 2 on a Fedora 14 desktop system (with kernel 2.6.35). 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).
-
-
Virtualization With KVM On A Fedora 14 Server
Author: Falko Timme • Tags: fedora, kvm, virtualization • Comments: 0
Virtualization With KVM On A Fedora 14 Server This guide explains how you can install and use KVM for creating and running virtual machines on a Fedora 14 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V.
-
Installing And Using OpenVZ On Fedora 14
Author: Falko Timme • Tags: fedora, openvz, virtualization • Comments: 0
Installing And Using OpenVZ On Fedora 14 In this HowTo I will describe how to prepare a Fedora 14 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 14
Author: Falko Timme • Tags: fedora, nginx, web server • Comments: 1
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Fedora 14 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Fedora 14 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On Fedora 14
Author: Falko Timme • Tags: fedora, lighttpd • Comments: 2
Installing Lighttpd With PHP5 And MySQL Support On Fedora 14 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 14 server with PHP5 support (through FastCGI) and MySQL support.
-
Enabling Compiz Fusion On A Fedora 14 GNOME Desktop (NVIDIA GeForce 8100)
Author: Falko Timme • Tags: desktop, fedora • Comments: 1
Enabling Compiz Fusion On A Fedora 14 GNOME Desktop (NVIDIA GeForce 8100) This tutorial shows how you can enable Compiz Fusion on a Fedora 14 GNOME desktop (the system must have a 3D-capable graphics card - I'm using an NVIDIA GeForce 8100 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop. I will use the free nouveau driver in this tutorial instead of the proprietary NVIDIA driver. nouveau is an accelerated Open Source driver for NVIDIA cards that comes with experimental 3D support on Fedora 14 - on my test system 3D support was working without any problems.
-
Installing SugarCRM Community Edition On Fedora 14
Author: Falko Timme • Tags: fedora • Comments: 2
Installing SugarCRM Community Edition On Fedora 14 SugarCRM is a webbased CRM solution written in PHP. SugarCRM is available in different flavours called "Editions" ("Community" (free), "Professional", and "Enterprise"). For a detailed overview of the different editions, have a look at the SugarCRM website. In this tutorial I will describe the installation of the free Community Edition on Fedora 14. With the modules My Portal, Calendar, Activities, Contacts, Accounts, Leads, Opportunities, Cases, Bugtracker, Documents and Email, SugarCRM Community Edition offers everything that can be expected from a CRM solution.
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 14 (LAMP)
Author: Falko Timme • Tags: apache, fedora, web server • Comments: 6
Installing Apache2 With PHP5 And MySQL Support On Fedora 14 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 14 server with PHP5 support (mod_php) and MySQL support.