- A Guide to Virtualization on Mandriva Linux 2007 Spring
Have you ever wished you had another computer handy? Maybe you want to try a new operating system out. Maybe you want to test something experimental without potentially breaking your own system. Maybe you need to run some software that only runs in a different operating system. Mandriva Linux 2007 Spring comes with a range of virtualization options that can help.
in Public bookmarks with linux machine mandriva qemu spring virtual virtualbox virtualization vm vmware xen
- Compiz Fusion On Mandriva One 2008.1 Spring (GNOME/NVIDIA)
This document describes how to enable and configure Compiz Fusion on a Mandriva One 2008.1 Spring GNOME desktop with an NVIDIA graphics card.
in Public bookmarks with compiz desktop fusion gnome mandriva nvidia
- Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On Mandriva 2010.0
This tutorial shows how to combine four single storage servers (running Mandriva 2010.0) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (replication1) as well as 3 and 4 (replication2) will mirror each other, and replication1 and replication2 will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. If you lose one server from replication1 and one from replication2, the distributed volume continues to work. The client system (Mandriva 2010.0 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parall
in Public bookmarks with cluster filesystem glusterfs high-availability mandriva raid storage
- Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE)
This tutorial shows how to install and use mod_python on various distributions (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.
in Public bookmarks with apache centos debian fedora mandriva mod_python opensuse python ubuntu
- How To Enable NTFS Write Support (ntfs-3g) On Mandriva 2007 Spring
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 install and use ntfs-3g on a Mandriva 2007 Spring desktop to read from and write to Windows NTFS drives and partitions.
in Public bookmarks with linux mandriva ntfs ntfs-3g windows
- How To Install Django On Mandriva 2008.1 (Apache2/mod_python)
This tutorial explains how to install Django on a Mandriva 2008.1 server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.
in Public bookmarks with apache django mandriva mod_python python
- How To Install mod_ruby On Various Linux Distributions For Use With ISPConfig (2.2.20 And Above)
Starting with version 2.2.20, ISPConfig has built-in support for Ruby. Instead of using CGI/FastCGI, ISPConfig depends on mod_ruby being available in the server's Apache. This article explains how to install mod_ruby on various Linux distributions supported by ISPConfig.
in Public bookmarks with apache centos debian fedora ispconfig linux mandriva mod_ruby ruby suse ubuntu
- How To Set Up A USB-Over-IP Server And Client With Mandriva 2010.0
This tutorial shows how to set up a USB-over-IP server with Mandriva 2010.0 as well as a USB-over-IP client (also running Mandriva 2010.0). The USB/IP Project aims to develop a general USB device sharing system over IP network. To share USB devices between computers with their full functionality, USB/IP encapsulates "USB I/O messages" into TCP/IP payloads and transmits them between computers. USB-over-IP can be useful for virtual machines, for example, that don't have access to the host system's hardware - USB-over-IP allows virtual machines to use remote USB devices.
in Public bookmarks with mandriva tcp usb usb-over-ip usbip
- How To Set Up WebDAV With Lighttpd On Mandriva 2008.1
This guide explains how to set up WebDAV with lighttpd on a Mandriva 2008.1 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the lighttpd server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
in Public bookmarks with dav lighttpd mandriva webdav
- Installing Cherokee With PHP5 And MySQL Support On Mandriva 2009.1
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 Mandriva 2009.1 server with PHP5 support (through FastCGI) and MySQL support.
in Public bookmarks with cherokee fastcgi mandriva mysql php
- Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2008.0
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Mandriva 2008.0 server with PHP5 support (through FastCGI) and MySQL support.
in Public bookmarks with lighttpd lighty linux mandriva mysql php php5
- Mandriva Directory Server On Debian Etch
This document describes how to set up the Mandriva Directory Server (MDS) on Debian Etch. The resulting system provides a full-featured office server for small and medium companies - easy to administer via the web-based Mandriva Management Console (MMC).
in Public bookmarks with debian directory domaincontroller ldap mandriva mds samba server
- Server Monitoring With munin And monit On Mandriva 2008.0
In this article I will describe how you can monitor your Mandriva 2008.0 server with munin and monit. munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration, whereas monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that let you recognize current or upcoming problems, and a watchdog that ensures the availability of the monitored services.
in Public bookmarks with linux mandriva monit monitoring munin server
- Server Monitoring With munin And monit On Mandriva 2010.0
In this article I will describe how you can monitor your Mandriva 2010.0 server with munin and monit. munin produces nifty little graphics about nearly every aspect of your server (load average, memory usage, CPU usage, MySQL throughput, eth0 traffic, etc.) without much configuration, whereas monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that lets you recognize current or upcoming problems, and a watchdog that ensures the availability of the monitored services.
in Public bookmarks with mandriva monit monitoring munin rrdtool server
- Setting Up An NFS Server And Client On Mandriva 2010.1 Spring
This guide explains how to set up an NFS server and an NFS client on Mandriva 2010.1 Spring. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.
in Public bookmarks with mandriva nfs storage
- The 3D Desktop on Mandriva Linux 2007 Spring
After having included the AIGLX, Xgl and Compiz 3D desktop technologies in Mandriva Linux 2007, Mandriva has added all the latest 3D desktop updates in Mandriva Linux 2007 Spring, like Metisse and Beryl.
in Public bookmarks with 3d aiglx beryl compiz desktop linux mandriva metisse spring xgl
- The Perfect Desktop - Mandriva 2007 Spring Free (Mandriva 2007.1)
This tutorial shows how you can set up a Mandriva 2007 Spring Free (Mandriva 2007.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.
in Public bookmarks with 2007 desktop gnome linux mandriva spring
- The Perfect Desktop - Mandriva 2008 Free (Mandriva 2008.0)
This tutorial shows how you can set up a Mandriva 2008 Free (Mandriva 2008.0) 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.
in Public bookmarks with adobe desktop flash google linux mandriva realplayer skype vmware
- The Perfect Desktop - Mandriva One 2008 Spring (Gnome)
This document describes step by step how to set up a Mandriva One 2008 Spring (Mandriva 2008.1) desktop (GNOME). The result is a fast, secure and extendable system that provides all you need for daily work and entertainment.
in Public bookmarks with adobe desktop flash gnome mandriva skype vmware
- The Perfect Desktop - Mandriva One 2008 Spring (Mandriva 2008.1) With KDE
This tutorial shows how you can set up a Mandriva One 2008 Spring (Mandriva 2008.1) desktop (with the KDE desktop environment) 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.
in Public bookmarks with adobe desktop flash kde mandriva skype vmware
Next »
mandriva from all users