Feedback Form
Go back to fronty page View most popular entries View latest additions Submit tutorials to UnixTutorials.info
UnixTutorials logo
Ubuntu tutorials
Ubuntu VBoxHeadless - Running Virtual Machines With VirtualBox 3.1 On A Headless Ubuntu 9.10 Server
Post date: February 2, 2010, 07:02 Category: Installing Views: 120 Comments: 0
Tutorial quote: This guide explains how you can run virtual machines with Sun VirtualBox 3.1 on a headless Ubuntu 9.10 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.
Ubuntu Striping Across Four Storage Nodes With GlusterFS On Ubuntu 9.10
Post date: January 28, 2010, 07:01 Category: Installing Views: 66 Comments: 0
Tutorial quote: This tutorial shows how to do data striping across four single storage servers (running Ubuntu 9.10) with GlusterFS. The client system (Ubuntu 9.10 as well) 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.
Ubuntu How To Set Up A Terminal Server In Linux Using Ubuntu 9.10 And FreeNX
Post date: January 27, 2010, 07:01 Category: Installing Views: 139 Comments: 0
Tutorial quote: FreeNX is an open source implementation of NoMachine's NX Server. It is a bit more akin to Microsoft's RDP protocol than the usual VNC, so while keeping bandwidth to a minimum, it maintains good visual quality and responsiveness.
Ubuntu Distributed Replicated Storage Across Four Nodes With GlusterFS On Ubuntu 9.10
Post date: January 19, 2010, 06:01 Category: Installing Views: 44 Comments: 0
Tutorial quote: This tutorial shows how to combine four single storage servers (running Ubuntu 9.10) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (replication1) as well as 3 and 4 (replication2) will mirror each other, and replication1 and replication2 will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. If you lose one server from replication1 and one from replication2, the distributed volume continues to work. The client system (Ubuntu 9.10 as well) 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.
Ubuntu How To Install VirtualBox on Ubuntu 9.10
Post date: January 15, 2010, 17:01 Category: Emulation Views: 84 Comments: 0
Tutorial quote: In this article I outline how to install the latest Virtualbox release from the upstream repository. This allows you to ensure you always have the latest stable release, and the best that Virtualbox has to offer.
Ubuntu Distributed Storage Across Four Storage Nodes With GlusterFS On Ubuntu 9.10
Post date: January 13, 2010, 19:01 Category: Installing Views: 39 Comments: 0
Tutorial quote: This tutorial shows how to combine four single storage servers (running Ubuntu 9.10) to one large storage server (distributed storage) with GlusterFS. The client system (Ubuntu 9.10 as well) 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.
Ubuntu How To Set Up Database Replication In MySQL On Ubuntu 9.10
Post date: January 12, 2010, 06:01 Category: Miscellaneous Views: 87 Comments: 0
Tutorial quote: This tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures.
Ubuntu High-Availability Storage With GlusterFS On Ubuntu 9.10
Post date: January 10, 2010, 09:01 Category: Installing Views: 88 Comments: 0
Tutorial quote: This tutorial shows how to set up a high-availability storage with two storage servers (Ubuntu 9.10) that use GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage servers. The client system (Ubuntu 9.10 as well) 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.
Ubuntu Creating An NFS-Like Standalone Storage Server With GlusterFS On Ubuntu 9.10
Post date: January 4, 2010, 07:01 Category: Installing Views: 13 Comments: 0
Tutorial quote: This tutorial shows how to set up a standalone storage server on Ubuntu 9.10. 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.
Ubuntu Virtualization With KVM On Ubuntu 9.10
Post date: December 20, 2009, 06:12 Category: Installing Views: 22 Comments: 0
Tutorial quote: This guide explans how you can install and use KVM for creating and running virtual machines on an Ubuntu 9.10 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.