<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / suse</title>
<link>http://netvouz.com/falko/tag/suse?feed=rss&amp;pg=2</link>
<description>falko&#39;s bookmarks tagged &quot;suse&quot; on Netvouz</description>
<item><title>Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 11.4</title>
<link>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-opensuse-11.4</link>
<description>Nginx (pronounced &quot;engine x&quot;) 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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 10 Apr 2011 21:15:14 GMT</pubDate>
</item><item><title>Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 12.1</title>
<link>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-opensuse-12.1</link>
<description>Nginx (pronounced &quot;engine x&quot;) 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.1 server with PHP5 support (through PHP-FPM) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 05 Jan 2012 13:13:12 GMT</pubDate>
</item><item><title>Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 12.2</title>
<link>http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-lemp-on-opensuse-12.2</link>
<description>Nginx (pronounced &quot;engine x&quot;) 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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 08 Nov 2012 10:36:34 GMT</pubDate>
</item><item><title>Installing Nginx With PHP5 And MySQL Support On OpenSUSE 11.3</title>
<link>http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-opensuse-11.3</link>
<description>Nginx (pronounced &quot;engine x&quot;) 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.3 server with PHP5 support (through FastCGI) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 10 Aug 2010 15:58:32 GMT</pubDate>
</item><item><title>Managing A Headless VirtualBox Installation With phpvirtualbox (OpenSUSE 12.1)</title>
<link>http://www.howtoforge.com/managing-a-headless-virtualbox-installation-with-phpvirtualbox-opensuse-12.1</link>
<description>phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox on headless servers. This tutorial explains how to install phpvirtualbox on an OpenSUSE 12.1 server to manage a locally installed, headless VirtualBox.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 29 Jul 2012 09:59:16 GMT</pubDate>
</item><item><title>Managing A Headless VirtualBox Installation With phpvirtualbox (OpenSUSE 12.2)</title>
<link>http://www.howtoforge.com/managing-a-headless-virtualbox-installation-with-phpvirtualbox-opensuse-12.2</link>
<description>phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox on headless servers. This tutorial explains how to install phpvirtualbox on an OpenSUSE 12.2 server to manage a locally installed, headless VirtualBox.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 04 Oct 2012 09:09:31 GMT</pubDate>
</item><item><title>Preventing Brute Force Attacks With Fail2ban On OpenSUSE 10.3</title>
<link>http://www.howtoforge.com/fail2ban_opensuse10.3</link>
<description>In this article I will show how to install and configure fail2ban on an OpenSUSE 10.3 system. Fail2ban is a tool that observes login attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if it finds failed login attempts again and again from the same IP address or host, fail2ban stops further login attempts from that IP address/host by blocking it with an iptables firewall rule.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 15 Oct 2007 07:04:56 GMT</pubDate>
</item><item><title>Serving CGI Scripts With Nginx On OpenSUSE 12.2</title>
<link>http://www.howtoforge.com/serving-cgi-scripts-with-nginx-on-opensuse-12.2</link>
<description>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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 15 Nov 2012 09:14:38 GMT</pubDate>
</item><item><title>Setting Up An NFS Server And Client On OpenSUSE 11.3</title>
<link>http://www.howtoforge.com/setting-up-an-nfs-server-and-client-on-opensuse-11.3</link>
<description>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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 19 Sep 2010 15:32:49 GMT</pubDate>
</item><item><title>The Perfect Desktop - OpenSUSE 10.3 (GNOME)</title>
<link>http://www.howtoforge.com/the_perfect_desktop_opensuse10.3</link>
<description>This guide shows how you can set up an OpenSUSE 10.3 desktop that is a full-fledged replacement for a Windows desktop, incl. Skype, Flash Player, Adobe Reader, multimedia codecs, and Google Earth. The benefits are: you get a secure system without DRM restrictions that works even on old hardware, and the best is: all software comes free of charge.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 07 Oct 2007 16:42:16 GMT</pubDate>
</item></channel></rss>