Linux Tutorials on the topic “Ubuntu”

  • Setting Up An NFS Server And Client On Ubuntu 10.04

    ubuntu Author: Falko TimmeTags: , Comments: 12

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

  • Setting Up An OpenVPN Server With Authentication Against OpenLDAP On Ubuntu 10.04 LTS

    ubuntu Author: eddiechenTags: Comments: 8

    Setting Up An OpenVPN Server With Authentication Against OpenLDAP On Ubuntu 10.04 LTS OpenVPN, or Open Virtual Private Network, is a tool for creating networking "tunnels" between and among groups of computers that are not on the same local network. This is useful if you have services on a local network and need to access them remotely but don't want these services to be publicly accessible. By integrating with OpenSSL, OpenVPN can encrypt all VPN traffic to provide a secure connection between machines. The OpenLDAP backend of iRedmail allows you to integrate all kinds of applications and to realize centralized account management. This tutorial shows you how to integrate OpenVPN into the iredmail ldap backend on Ubuntu 10.04; passwords will be stored in ldap and you can change passwords through webmail.

  • Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04)

    ubuntu Author: kjetteTags: , , , Comments: 7

    Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) In this post I will explain how to install Nginx with PHP 5.3.3 and PHP-FPM on Ubuntu Lucid Lynx (10.04-amd64). The Lucid release is a Long-Term Support (LTS), meaning that it will be supported for three years on the desktop and for five years with the server version.

  • Installation Of Liferay Portal 6.0.5 Community Edition With Java And MySQL On Ubuntu 10.04 Server

    ubuntu Author: owainbaberTags: Comments: 2

    Installation Of Liferay Portal 6.0.5 Community Edition With Java And MySQL On Ubuntu 10.04 Server Liferay Portal is an enterprise web platform for building business solutions that deliver immediate results and long-term value. Get the benefits of packaged applications and an enterprise application framework in a single solution.

  • Creating An NFS-Like Standalone Storage Server With GlusterFS On Ubuntu 10.04

    ubuntu Author: Falko TimmeTags: , Comments: 1

    Creating An NFS-Like Standalone Storage Server With GlusterFS On Ubuntu 10.04 This tutorial shows how to set up a standalone storage server on Ubuntu 10.04. Instead of NFS, I will use GlusterFS here. The client system will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.

  • How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 10.04

    ubuntu VMWare Image Download Author: Falko TimmeTags: , , Comments: 5

    How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 10.04 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 10.04. 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.

  • Installing Liferay 6.0.5 Community Edition Bundled With Tomcat On Ubuntu 10.04

    ubuntu Author: owainbaberTags: Comments: 6

    Installing Liferay 6.0.5 Community Edition Bundled With Tomcat On Ubuntu 10.04 Liferay Portal is an enterprise web platform for building business solutions that deliver immediate results and long-term value. Get the benefits of packaged applications and an enterprise application framework in a single solution.

  • Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) Without Compiling Anything

    ubuntu Author: SypherTags: , , , Comments: 13

    Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) Without Compiling Anything Since Apache is most of the time a memory hungy process, people started to look for different ways to host their website. Apache is clearly not the only webserver available. A few good examples are lighttpd and nginx. In this tutorial I will show you how to install it on your Ubuntu server. This tutorial also applies to Debian, though. There is only a very small difference.

  • How To Compile rTorrent From SVN In Ubuntu 10.04 Lucid Lynx / Debian 5 Lenny With Coloured Interface

    ubuntu Author: Stephan JauTags: , Comments: 7

    How To Compile rTorrent From SVN In Ubuntu 10.04 Lucid Lynx / Debian 5 Lenny With Coloured Interface rTorrent is a popular command line based bittorrent client. It provides very powerful features yet it is very light on the system - contrary to other bittorrent clients like Vuze. There are a couple of webinterfaces for it but they are not truly need. SSH access combined with the "screen" program provide you all the tools you need. This howto works for Ubuntu 10.04 Lucid Lynx and for Debian 5 Lenny. The difference is that commands that contain sudo must be executed as root.

  • How To Set Up A USB-Over-IP Server And Client With Ubuntu 10.04

    ubuntu Author: Falko TimmeTags: Comments: 0

    How To Set Up A USB-Over-IP Server And Client With Ubuntu 10.04 This tutorial shows how to set up a USB-over-IP server with Ubuntu 10.04 as well as a USB-over-IP client (also running Ubuntu 10.04). The USB/IP Project aims to develop a general USB device sharing system over IP network. To share USB devices between computers with their full functionality, USB/IP encapsulates "USB I/O messages" into TCP/IP payloads and transmits them between computers. USB-over-IP can be useful for virtual machines, for example, that don't have access to the host system's hardware - USB-over-IP allows virtual machines to use remote USB devices.