Showing headlines posted by falko

« Previous ( 1 ... 9 10 11 12 13 14 15 16 17 18 19 ... 92 ) Next »

How To Benchmark Your System (CPU, File IO, MySQL) With sysbench

  • HowtoForge; By Falko Timme (Posted by falko on Jul 22, 2012 2:55 PM EDT)
  • Story Type: Tutorial; Groups: Linux
sysbench is a benchmark suite which allows you to quickly get an impression about system performance which is important if you plan to run a database under intensive load. This article explains how to benchmark your CPU, file IO, and MySQL performance with sysbench.

OpenVZ: Mounting Host Devices/Partitions/Directories In A Container With Bind Mounts (Debian/Ubuntu)

Sometimes you are in a situation where you need to mount a hard drive, partiiton or directory from the OpenVZ host inside an OpenVZ container - for example, you add a fast SSD to the host and want to put your container's MySQL databases on it to make MySQL faster. This tutorial explains how you can mount host devices/partitions/directories in an OpenVZ container with bind mounts.

The Perfect Server - CentOS 6.3 x86_64 (Apache2, Courier, ISPConfig 3)

  • HowtoForge; By Falko Timme (Posted by falko on Jul 19, 2012 11:30 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial shows how to prepare a CentOS 6.3 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.

VBoxHeadless - Running Virtual Machines With VirtualBox 4.1 On A Headless OpenSUSE 12.1 Server

  • HowtoForge; By Falko Timme (Posted by falko on Jul 18, 2012 8:57 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
This guide explains how you can run virtual machines with VirtualBox 4.1 on a headless OpenSUSE 12.1 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.

Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.3

Nginx (pronounced "engine x") 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 a CentOS 6.3 server with PHP5 support (through PHP-FPM) and MySQL support.

How To Take Screenshots Of VirtualBox VMs

  • HowtoForge; By Falko Timme (Posted by falko on Jul 16, 2012 3:37 PM EDT)
  • Story Type: Tutorial; Groups: Linux
VirtualBox is a great virtualization solution, however if lacks one big feature: the ability to take screenshots of a virtual machine. Of course, you can use the host operating system's print screen feature, but this will take a picture of the whole workspace, including window decorations, etc. which you will have to remove in your iage editing software which is a tedious task. This tutorial describes how you can create a little script that automatically takes a screenshot of a VirtualBox VM when you click on it; it makes use of the VirtualBox command line tool VBoxManage.

The Perfect Server - CentOS 6.3 x86_64 (Apache2, Dovecot, ISPConfig 3)

  • HowtoForge; By Falko Timme (Posted by falko on Jul 15, 2012 8:34 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial shows how to prepare a CentOS 6.3 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.

The Perfect Desktop - Kubuntu 12.04

  • HowtoForge; By Christian Schmalfeld (Posted by falko on Jul 12, 2012 12:10 PM EDT)
  • Story Type: Tutorial; Groups: KDE, Ubuntu
This tutorial shows how you can set up a Kubuntu 12.04 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.

Striping Across Four Storage Nodes With GlusterFS 3.2.x On Ubuntu 12.04

  • HowtoForge; By Falko Timme (Posted by falko on Jul 11, 2012 7:45 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to do data striping across four single storage servers (running Ubuntu 12.04) with GlusterFS. The client system (Ubuntu 12.04 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.

Managing A Headless VirtualBox Installation With phpvirtualbox (CentOS 6.2)

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 a CentOS 6.2 server to manage a locally installed, headless VirtualBox.

VBoxHeadless - Running Virtual Machines With VirtualBox 4.1 On A Headless CentOS 6.2 Server

This guide explains how you can run virtual machines with VirtualBox 4.1 on a headless CentOS 6.2 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.

Creating Encrypted FTP Backups With duplicity And duply On Debian Squeeze

  • HowtoForge; By Falko Timme (Posted by falko on Jul 8, 2012 7:52 AM EDT)
  • Story Type: Tutorial; Groups: Debian
When you rent a dedicated server nowadays, almost all providers give you FTP backup space for your server on one of the provider's backup systems. This tutorial shows how you can use duplicity and duply to create encrypted backups on the provider's remote backup server over http://FTP. duply is a duplicity wrapper script that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).

Fedora 17 Samba Standalone Server With tdbsam Backend

  • HowtoForge; By Falko Timme (Posted by falko on Jul 6, 2012 10:09 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial explains the installation of a Samba fileserver on Fedora 17 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.

Managing A Headless VirtualBox Installation With phpvirtualbox (Ubuntu 12.04)

  • HowtoForge; By Falko Timme (Posted by falko on Jul 5, 2012 9:31 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
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 Ubuntu 12.04 server to manage a locally installed, headless VirtualBox.

Using mod_spdy With Apache2 On Ubuntu 12.04

  • HowtoForge; By Falko Timme (Posted by falko on Jul 4, 2012 8:30 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on Ubuntu 12.04.

Distributed Storage Across 4 Storage Nodes With GlusterFS 3.2.x On Ubuntu 12.04

  • HowtoForge; By Falko Timme (Posted by falko on Jul 3, 2012 6:34 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial shows how to combine four single storage servers (running Ubuntu 12.04) to one large storage server (distributed storage) with GlusterFS. The client system (Ubuntu 12.04 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 12.04 Samba Standalone Server With tdbsam Backend

  • HowtoForge; By Falko Timme (Posted by falko on Jul 2, 2012 11:57 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial explains the installation of a Samba fileserver on Ubuntu 12.04 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.

Virtualization With VirtualBox 4.1 On A Headless Ubuntu 12.04 Server

  • HowtoForge; By Falko Timme (Posted by falko on Jul 1, 2012 6:02 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how you can run virtual machines with VirtualBox 4.1 on a headless Ubuntu 12.04 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.

The Perfect Desktop - Pinguy OS 12.04

  • HowtoForge; By Christian Schmalfeld (Posted by falko on Jun 28, 2012 9:13 PM EDT)
  • Story Type: Tutorial; Groups: GNOME, Ubuntu
This tutorial shows how you can set up a Pinguy OS 12.04 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.

ProFTPd: Enabling/Disabling TLS Based On User Or Group

  • HowtoForge; By Falko Timme (Posted by falko on Jun 27, 2012 9:42 PM EDT)
  • Story Type: Tutorial; Groups: Linux
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. While this is a good thing, not all FTP clients support TLS. This article explains how to enable or disable TLS in ProFTPd based on the FTP user or group.

« Previous ( 1 ... 9 10 11 12 13 14 15 16 17 18 19 ... 92 ) Next »