Linux Tutorials on the topic “suse”
-
Install Tomcat And Deploy Web Applications With Rex
Author: jfried • Tags: apache, centos, debian, fedora, linux, mandriva, suse, ubuntu, web server • Comments: 0
Install Tomcat And Deploy Web Applications With Rex In this tutorial I will show you how to manage your Tomcat installations and how to deploy Webapps in a repeatable way with Rex. In this tutorial I will use Debian Squeeze, but Rex is also available for other distributions.
-
Enabling Compiz Fusion On An OpenSUSE GNOME 11.4 Desktop (NVIDIA GeForce 8100)
Author: Falko Timme • Tags: desktop, suse • Comments: 0
Enabling Compiz Fusion On An OpenSUSE GNOME 11.4 Desktop (NVIDIA GeForce 8100) This tutorial shows how you can enable Compiz Fusion on an OpenSUSE 11.4 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.
-
How To Set Up A Postgresql 9.0 Hot Standby Streaming Replication Server With Repmgr On OpenSUSE 11.4
Author: wintel2006 • Tags: suse, high-availability • Comments: 4
How To Set Up A Postgresql 9.0 Hot Standby Streaming Replication Server With Repmgr On OpenSUSE 11.4 This is a tutorial how to set up a postgresql replicated hot standby server with streaming replication, and we also set up the repmgr to monitor and manage the replication cluster. Unlike most tutorials that copy the database file from master to slave (or standby) in the middle of running pg_start_backup() and pg_end_backup(), repmgr is used to simplify the whole procedure. (But I still think that procedure helps you a lot to understand how postgresql warm standby, pitr, and hot standby replication work.)
-
-
OpenSUSE 11.4 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: samba, storage, suse • Comments: 0
OpenSUSE 11.4 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on OpenSUSE 11.4 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.
-
Script For Automatically Setting Up A Perfect Server On OpenSUSE 11.3 And Installing ISPConfig 3
Author: george_yohng • Tags: ispconfig, suse • Comments: 3
Script For Automatically Setting Up A Perfect Server On OpenSUSE 11.3 And Installing ISPConfig 3 Here's a little script that automates the task of setting up a Perfect Server - OpenSUSE 11.3 x86_64 [ISPConfig 3], and in the end it also installs ISPConfig 3.
-
How To Upgrade DRBD Userland Version To 8.3.9 Under OpenSUSE 11.4
Author: wintel2006 • Tags: suse • Comments: 0
How To Upgrade DRBD Userland Version To 8.3.9 Under OpenSUSE 11.4 This documentation shows you how to compile the drbd package 8.3.9 based on the OpenSUSE 11.4 kernel source tree (we do need to build the kernel source tree, but we do not need to recompile the kernel). It is for test purposes only, and it works for my working environment and I cannot guarantee that this works for you.
-
Virtualization With KVM On An OpenSUSE 11.4 Server
Author: Falko Timme • Tags: kvm, suse, virtualization • Comments: 0
Virtualization With KVM On An OpenSUSE 11.4 Server This guide explains how you can install and use KVM for creating and running virtual machines on an OpenSUSE 11.4 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 Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.4
Author: Falko Timme • Tags: lighttpd, suse, web server • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.4 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 11.4 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 11.4
Author: Falko Timme • Tags: nginx, suse, web server • Comments: 0
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 11.4 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 an OpenSUSE 11.4 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.4 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, suse, web server • Comments: 1
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.4 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.4 server with PHP5 support (mod_php) and MySQL support.