Showing headlines posted by falko

« Previous ( 1 ... 21 22 23 24 25 26 27 28 29 30 31 ... 92 ) Next »

Mounting Remote Directories With SSHFS On Debian Squeeze

  • HowtoForge; By Falko Timme (Posted by falko on Sep 22, 2011 7:30 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial explains how you can mount a directory from a remote server on the local server securely using SSHFS. SSHFS (Secure SHell FileSystem) is a filesystem that serves files/directories securely over SSH, and local users can use them just as if the were local files/directories. On the local computer, the remote share is mounted via FUSE (Filesystem in Userspace). I will use Debian Squeeze for both the local and the remote server.

Continuous Deployment With Jenkins And Rex

  • HowtoForge; By Jan Gehring (Posted by falko on Sep 21, 2011 7:49 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this tutorial I will show you how to do continuous deployment with Jenkins as a ci tool and Rex as a deployment tool. Together, we will set up Jenkins, the build and test process, a Subversion repository and our example Perl App. This tutorial can be used with Java-, PHP-, Rails-, ... projects as well. But for simplicity I've chosen Perl. This howto focuses on Ubuntu 11.04 but it can also be done with other Linux Distributions.

Running Magento 1.6.0.0 On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.04

This tutorial shows how you can install and run Magento 1.6.0.0 on a Debian Squeeze or Ubuntu 11.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). Magento is an open-source, feature-rich ecommerce platform; I will use the Magento Community Edition here which is licensed under an open source certified license (OSL v3.0). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

Tiny Web Proxy And Content Filtering Appliance On CentOS 6 (Version 1.4)

  • HowtoForge; By Rafael Akchurin (Posted by falko on Sep 19, 2011 9:02 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This small HOWTO will show you how to set up a small virtual machine to speed up and secure your home / small enterprise web surfing network using CentOS 6, Squid 3.1 and QuintoLabs Content Security 1.4 applications deployed in a VMware Virtual Player running on Windows 7 x64 as a host operating system. This howto is targeted at novice users and may sometimes seem too thorough for more advanced gurus.

The Perfect Desktop - Mepis 11

  • HowtoForge; By Christian Schmalfeld (Posted by falko on Sep 18, 2011 4:07 PM EDT)
  • Story Type: Tutorial; Groups: Debian, GNOME
This tutorial shows how you can set up a Mepis 11 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. Mepis is a Linux distribution based on Debian Stable.

Basic HTTP Authentication With Nginx

  • HowtoForge; By Falko Timme (Posted by falko on Sep 16, 2011 2:27 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial shows how you can use basic HTTP authentication with Nginx to password-protect directories on your server or even a whole website. This is the Nginx equivalent to basic HTTP authentication on Apache with .htaccess/.htpasswd.

How To Create A Debian Wheezy (Testing) OpenVZ Template

  • HowtoForge; By Falko Timme (Posted by falko on Sep 15, 2011 3:22 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial explains how to create an OpenVZ template for Debian Wheezy (Debian Testing) that you can use to create virtual Debian Wheezy machines under OpenVZ. I searched for a Debian Wheezy OpenVZ template, but couldn't find one, that's why I decided to create it myself. This guide can also be used for creating Debian Lenny templates and templates for recent Ubuntu versions.

How To Set Up SSL Vhosts Under Nginx + SNI Support (Ubuntu 11.04/Debian Squeeze)

This article explains how you can set up SSL vhosts under nginx on Ubuntu 11.04 and Debian Squeeze so that you can access the vhost over HTTPS (port 443). SSL is short for Secure Sockets Layer and is a cryptographic protocol that provides security for communications over networks by encrypting segments of network connections at the transport layer end-to-end. In addition to that I will show how to make use of SNI (Server Name Indication) to allow multiple SSL vhosts per IP address.

Virtual Users/Domains With Postfix, Courier, MySQL, SquirrelMail (CentOS 6.0 x86_64)

  • HowtoForge; By Falko Timme (Posted by falko on Sep 12, 2011 10:19 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database that Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.

Upgrade/Migrate VMware ESX/ESXi 4.x To ESXi 5.0

  • HowtoForge; By Kyle Hartigan (Posted by falko on Sep 11, 2011 4:06 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial outlines how to upgrade VMware ESX/ESXi 4.x to ESXi 5.0. VMware has recently released its new VM hypervisor product, VMware ESXi 5.0. VMware is replacing its current ESX model with ESXi and the biggest change (between ESX and ESXi) is the architecture.

Apache2: How To Redirect Users To Mobile Or Normal Web Site Based On Device Using mod_rewrite

  • HowtoForge; By Falko Timme (Posted by falko on Sep 9, 2011 2:23 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Since the massive rise of smartphones and tablets like the iPhone, iPad, Android phones and tablets, BlackBerries, etc. you might have considered creating a mobile version of your web site. This tutorial explains how to configure Apache to serve the mobile version of your web site if the visitor uses a mobile device, and the normal version if the visitor uses a normal desktop PC. This can be achieved with Apache's rewrite module.

Running Drupal 7.7 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04

This tutorial shows how you can install and run a Drupal 7.7 web site on Debian Squeeze or Ubuntu 11.04 with nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). In addition to that I will also show you how you can use the Drupal Boost plugin with nginx. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

Installing Lighttpd With PHP5 And MySQL Support On Fedora 15

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 15 server with PHP5 support (through FastCGI) and MySQL support.

Restricting Users To SFTP Plus Setting Up Chrooted SSH/SFTP (Debian Squeeze)

  • HowtoForge; By Falko Timme (Posted by falko on Sep 6, 2011 8:06 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial describes how to give users chrooted SSH and/or chrooted SFTP access on Debian Squeeze. With this setup, you can give your users shell access without having to fear that they can see your whole system. Your users will be jailed in a specific directory which they will not be able to break out of. I will also show how to restrict users to SFTP so that they cannot use SSH (this part is independent from the chroot part of this tutorial).

How To Upgrade VMware ESXi 3.5 To 4.1 Update 1 (Free Version)

  • HowtoForge; By Kyle Hartigan (Posted by falko on Sep 5, 2011 8:29 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this guide I will show you how to upgrade VMWare ESXi 3.5 to ESXi 4.1 Update 1 (Free Version) without going through the pain of reinstalling your host server and then restoring your VMs.

The Perfect Desktop - Pinguy OS 11.04

  • HowtoForge; By Christian Schmalfeld (Posted by falko on Sep 4, 2011 5:20 PM EDT)
  • Story Type: Tutorial; Groups: GNOME, Ubuntu
This tutorial shows how you can set up a Pinguy OS 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. Pinguy OS 11.04 is a Linux distribution based on Ubuntu 11.04.

How To Install VMware Player On Ubuntu 11.04/Linux Mint 11

  • HowtoForge; By Falko Timme (Posted by falko on Sep 2, 2011 6:27 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial provides step-by-step instructions on how to install VMware Player on an Ubuntu 11.04 or Linux Mint 11 desktop system. With VMware Player you can create and run guest operating systems ("virtual machines") such as Linux, Windows, FreeBSD, etc. on your desktop, i.e., you can run multiple operating systems on the same hardware which saves a lot of money.

Running WordPress On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.04

This tutorial shows how you can install and run a WordPress blog on a Debian Squeeze or Ubuntu 11.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). In addition to that I will also show you how you can use the WordPress plugins WP Super Cache and W3 Total Cache with nginx. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

Installing PowerDNS (With MySQL Backend) And Poweradmin On Debian Squeeze

  • HowtoForge; By Falko Timme (Posted by falko on Aug 31, 2011 2:53 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This article shows how you can install the PowerDNS nameserver (with MySQL backend) and the Poweradmin control panel for PowerDNS on a Debian Squeeze system. PowerDNS is a high-performance, authoritative-only nameserver - in the setup described here it will read the DNS records from a MySQL database (similar to MyDNS), although other backends such as PostgreSQL are supported as well. Poweradmin is a web-based control panel for PowerDNS.

The Perfect Server - CentOS 6.0 x86_64 ISPConfig 2

  • HowtoForge; By Falko Timme (Posted by falko on Aug 30, 2011 2:18 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial shows how to set up a CentOS 6.0 server (x86_64) that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably and where ISPConfig runs out of the box.

« Previous ( 1 ... 21 22 23 24 25 26 27 28 29 30 31 ... 92 ) Next »