Feedback Form
Go back to fronty page View most popular entries View latest additions Submit tutorials to UnixTutorials.info
UnixTutorials logo

10 latest 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.
SuSe How To Set Up A USB-Over-IP Server And Client With OpenSUSE 11.2
Post date: January 31, 2010, 06:01 Category: Miscellaneous Views: 55 Comments: 0
Tutorial quote: This tutorial shows how to set up a USB-over-IP server with OpenSUSE 11.2 as well as a USB-over-IP client (also running OpenSUSE 11.2). 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.
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.
Debian Building Kernel Modules With Module-Assistant On Debian Lenny
Post date: January 26, 2010, 06:01 Category: Miscellaneous Views: 48 Comments: 0
Tutorial quote: module-assistant is a tool for building Debian kernel modules from source, without having to rebuild the whole kernel. It fetches module-source packages that have been prepared for the Debian distribution via apt and produces .deb packages. This tutorial shows how to use module-assistant in command-line mode and in interactive mode.
Linux Block Ads / Malware / Spyware using hosts file (Windows / Linux)
Post date: January 24, 2010, 00:01 Category: Security Views: 87 Comments: 0
Tutorial quote: The most easy way to block advertisements and other malware sites is to point those site to ip address 127.0.0.1 or 0.0.0.0 (however the zero version may not be compatible with all systems) in your hosts file.
Linux Recursively Encrypt / Decrypt Directories using gpgdir on Linux
Post date: January 24, 2010, 00:01 Category: Security Views: 64 Comments: 0
Tutorial quote: gpgdir is a script that encrypts and decrypts directories using a GPG key. It supports recursively descending through a directory in order to make sure it encrypts or decrypts every file in a directory and all of its subdirectories.
Linux How to Configure Apache as a Forward / Reverse Proxy
Post date: January 24, 2010, 00:01 Category: Network Views: 80 Comments: 0
Tutorial quote: Apache can be configured in both a forward and reverse proxy (also known as gateway) mode.
Linux MySQLTuner - Performance Tunning MySQL on Linux
Post date: January 24, 2010, 00:01 Category: Optimizing Views: 140 Comments: 0
Tutorial quote: MySQLTuner is a script written in Perl that allows you to review a MySQL installation quickly and make adjustments to increase performance and stability. The current configuration variables and status data is retrieved and presented in a brief format along with some basic performance suggestions.
Linux Measuring the Performance of HTTP Web Servers using ApacheBench (ab)
Post date: January 24, 2010, 00:01 Category: Benchmarks Views: 101 Comments: 0
Tutorial quote: ApacheBench is a command line utility for measuring the performance of HTTP web servers, in particular the Apache HTTP Server. It was designed to give an idea of the performance that a given Apache installation can provide. In particular, it shows how many requests per second the server is capable of serving.