Linux Tutorials on the topic “suse”

  • Virtualization With KVM On An OpenSUSE 11.3 Server

    opensuse Author: Falko TimmeTags: , , Comments: 1

    Virtualization With KVM On An OpenSUSE 11.3 Server This guide explains how you can install and use KVM for creating and running virtual machines on an OpenSUSE 11.3 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.

  • How To Configure PureFTPd To Accept TLS Sessions On OpenSUSE 11.3

    opensuse Author: Falko TimmeTags: , , Comments: 0

    How To Configure PureFTPd To Accept TLS Sessions On OpenSUSE 11.3 FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to configure PureFTPd to accept TLS sessions on an OpenSUSE 11.3 server.

  • OpenSUSE 11.3 Samba Standalone Server With tdbsam Backend

    opensuse VMWare Image Download Author: Falko TimmeTags: , , Comments: 0

    OpenSUSE 11.3 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on OpenSUSE 11.3 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.

  • The Perfect Server - OpenSUSE 11.1 [ISPConfig 3]

    opensuse VMWare Image Download Author: Till BrehmTags: , Comments: 24

    The Perfect Server - OpenSUSE 11.1 [ISPConfig 3] This is a detailed description about how to set up an OpenSUSE 11.1 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP, CGI and SSI support, Postfix mail server with SMTP-AUTH, TLS and virtual mail users, MyDNS DNS server, Pureftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc.

  • The Perfect Server - OpenSUSE 11.1 x86_64 [ISPConfig 3]

    opensuse Author: Till BrehmTags: , Comments: 1

    The Perfect Server - OpenSUSE 11.1 x86_64 [ISPConfig 3] This is a detailed description about how to set up an OpenSUSE 11.1 64bit (x86_64) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP, CGI and SSI support, Postfix mail server with SMTP-AUTH, TLS and virtual mail users, MyDNS DNS server, Pureftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc.

  • The Perfect Server - OpenSUSE 11.2 x86_64 [ISPConfig 3]

    opensuse VMWare Image Download Author: Falko TimmeTags: , Comments: 9

    The Perfect Server - OpenSUSE 11.2 x86_64 [ISPConfig 3] This is a detailed description about how to set up an OpenSUSE 11.2 64bit (x86_64) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP, CGI and SSI support, Postfix mail server with SMTP-AUTH, TLS and virtual mail users, MyDNS DNS server, Pureftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc.

  • The Perfect Server - OpenSUSE 11.3 x86_64 [ISPConfig 3]

    opensuse VMWare Image Download Author: Falko TimmeTags: , Comments: 8

    The Perfect Server - OpenSUSE 11.3 x86_64 [ISPConfig 3] This is a detailed description about how to set up an OpenSUSE 11.3 64bit (x86_64) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP, CGI and SSI support, Postfix mail server with SMTP-AUTH, TLS and virtual mail users, BIND DNS server, Pureftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc.

  • Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.3

    lighttpd VMWare Image Download Author: Falko TimmeTags: , , , Comments: 0

    Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.3 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.3 server with PHP5 support (through FastCGI) and MySQL support.

  • Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On OpenSUSE 11.3

    opensuse VMWare Image Download Author: Falko TimmeTags: , Comments: 0

    Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On OpenSUSE 11.3 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.

  • Setting Up An NFS Server And Client On OpenSUSE 11.3

    opensuse Author: Falko TimmeTags: , Comments: 8

    Setting Up An NFS Server And Client On OpenSUSE 11.3 This guide explains how to set up an NFS server and an NFS client on OpenSUSE 11.3. 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.