Linux Tutorials on the topic “suse”
-
How To Run LinOTP On OpenSuSE 12.3 With PostgreSQL
Author: cornelinux • Tags: security, suse • Comments: 0
How To Run LinOTP On OpenSuSE 12.3 With PostgreSQL This tutorial describes the installation of LinOTP on OpenSUSE 12.3 using PostgreSQL as a token database. LinOTP is a two factor authentication solution with One Time Passwords. In the following Howto we are showing how to enable SSH authentication with LinOTP.
-
How To Upgrade OpenSUSE 12.2 To 12.3 (Desktop & Server)
Author: Falko Timme • Tags: desktop, suse • Comments: 3
How To Upgrade OpenSUSE 12.2 To 12.3 (Desktop & Server) This guide shows how you can upgrade your OpenSUSE 12.2 desktop and server installations to OpenSUSE 12.3.
-
OpenSUSE 12.3 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: samba, storage, suse • Comments: 0
OpenSUSE 12.3 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on OpenSUSE 12.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 Desktop - OpenSUSE 12.3 (GNOME Desktop)
Author: CSch • Tags: desktop, suse • Comments: 5
The Perfect Desktop - OpenSUSE 12.3 (GNOME Desktop) This tutorial shows how you can set up an OpenSUSE 12.3 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.
-
Using PHP5-FPM With Apache2 On OpenSUSE 12.2
Author: Falko Timme • Tags: apache, php, suse, web server • Comments: 0
Using PHP5-FPM With Apache2 On OpenSUSE 12.2 This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.2 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
-
How To Build mod_fastcgi For Apache2 On OpenSUSE 12.2
Author: Falko Timme • Tags: apache, suse, web server • Comments: 0
How To Build mod_fastcgi For Apache2 On OpenSUSE 12.2 mod_fastcgi is needed for Apache prior to 2.4 to work with PHP-FPM. There is an apache2-mod_fastcgi package for OpenSUSE, but unfortunately it is buggy: it does not allow you to use the FastCgiExternalServer directive inside a vhost, although the official mod_fastcgi documentation says that this is allowed. This guide explains how to build a new mod_fastcgi from the sources for Apache2 on an OpenSUSE 12.2 system to fix this problem.
-
Encrypt Your Data With EncFS (OpenSUSE 12.2)
Author: Falko Timme • Tags: security, storage, suse • Comments: 1
Encrypt Your Data With EncFS (OpenSUSE 12.2) EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on OpenSUSE 12.2 to encrypt your data.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 12.2
Author: Falko Timme • Tags: apache, php, suse, web server • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 12.2 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on OpenSUSE 12.2. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
Serving CGI Scripts With Nginx On OpenSUSE 12.2
Author: Falko Timme • Tags: suse, web server, nginx • Comments: 0
Serving CGI Scripts With Nginx On OpenSUSE 12.2 This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on OpenSUSE 12.2. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 12.2
Author: Falko Timme • Tags: nginx, suse, web server • Comments: 0
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 12.2 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 12.2 server with PHP5 support (through PHP-FPM) and MySQL support.