0

Installing KVM Guests With virt-install On Ubuntu 12.10 Server

http://www.howtoforge.com

Unlike virt-manager, virt-install is a command line tool that allows you to create KVM guests on a headless server. You may ask yourself: "But I can use vmbuilder to do this, why do I need virt-install?" The difference between virt-install and vmbuilder is that vmbuilder is for creating Ubuntu-based guests, whereas virt-install lets you install all kinds of operating systems (e.g.

Read more »
falko's picture
Created by falko 11 years 18 weeks ago
Category: End User   Tags:
0

Running concrete5 On Nginx (LEMP) On Debian Squeeze/Ubuntu 12.10

http://www.howtoforge.com

This tutorial shows how you can install and run a concrete5 web site on a Debian Squeeze or Ubuntu 12.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

Read more »
falko's picture
Created by falko 11 years 19 weeks ago
Category: End User   Tags:
0

A Beginner's Guide To btrfs

http://www.howtoforge.com

This guide shows how to work with the btrfs file system on Linux. It covers creating and mounting btrfs file systems, resizing btrfs file systems online, adding and removing devices, changing RAID levels, creating subvolumes and snapshots, using compression and other things.

Read more »
falko's picture
Created by falko 11 years 20 weeks ago
Category: End User   Tags:
0

How To Convert An ext3/ext4 Root File System To btrfs On Ubuntu 12.10

http://www.howtoforge.com

ext3 and ext4 file systems can be converted to btrfs. For non-root file systems, this can be done online (i.e., without reboot), while for root file systems we need to boot into some kind of rescue system or Live CD. This guide explains how to convert an ext3 or ext4 root file system into btrfs on Ubuntu 12.10 and how to roll back to ext3/ext4 again if desired.

Read more »
falko's picture
Created by falko 11 years 20 weeks ago
Category: End User   Tags:
0

Why I Use Generic Computers and Open Source Software

http://www.osnews.com

I'd like to explain why I use generic "white boxes" running open source software. These give me a platform I rely on for 100% availability. They also provide a low-cost solution with excellent security and privacy.

Read more »
Superbowl H5N1's picture
Created by Superbowl H5N1 11 years 21 weeks ago
Category: End User   Tags:
0

Rollback To A Working State With btrfs + apt-btrfs-snapshot On Ubuntu 12.10

http://www.howtoforge.com

This tutorial explains how you can revert failed apt operations (like apt-get upgrade) and roll back to the previous system state with apt-btrfs-snapshot on an Ubuntu 12.10 system that uses the btrfs file system. apt-btrfs-snapshot creates a snapshot of the system before the apt operation.

Read more »
falko's picture
Created by falko 11 years 21 weeks ago
Category: End User   Tags:
0

How To Install MySQL 5.6 On Ubuntu 12.10 (Including memcached Plugin)

http://www.howtoforge.com

According to What's New in MySQL 5.6, MySQL 5.6 will bring some performance improvements over MySQL 5.5. If you want to test out MySQL 5.6, you have to install one of the development releases from the MySQL downloads page because there is no stable release yet. This tutorial explains how to install the MySQL 5.6.8rc1 (Linux Generic) development release on an Ubuntu 12.10 server.

Read more »
falko's picture
Created by falko 11 years 21 weeks ago
Category: End User   Tags:
0

Serving CGI Scripts With Nginx On OpenSUSE 12.2

http://www.howtoforge.com

This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on OpenSUSE 12.2. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.

Read more »
falko's picture
Created by falko 11 years 22 weeks ago
Category: End User   Tags:
0

Virtualization With KVM On Ubuntu 12.10

http://www.howtoforge.com

This guide explains how you can install and use KVM for creating and running virtual machines on an Ubuntu 12.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.

Read more »
falko's picture
Created by falko 11 years 22 weeks ago
Category: End User   Tags:
0

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 12.10

http://www.howtoforge.com

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 12.10 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.

Read more »
falko's picture
Created by falko 11 years 23 weeks ago
Category: End User   Tags:
0

Happy Second Anniversary Fuduntu!

http://www.fuduntu.org

Happy second anniversary, Fuduntu! Today (Nov 7th) we celebrate the second anniversary of the Fuduntu Linux distribution, and what a year it has been!

In our second year Fuduntu has undergone many exciting changes in key areas designed to improve platform supportability and growth.

Read more »
Fewt's picture
Created by Fewt 11 years 23 weeks ago
Category: End User   Tags:
0

Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On OpenSUSE 12.2

http://www.howtoforge.com

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 an OpenSUSE 12.2 server with PHP5 support (through PHP-FPM) and MySQL support.

Read more »
falko's picture
Created by falko 11 years 23 weeks ago
Category: End User   Tags:
0

Hampshire College distributes free software bundle to all incoming students

http://opensource.com

Hampshire student and FSF campaigns organizer Kira shares the success of their ambitious project to help fellow students get started with free software. Hampshire College is definitely in a relatively good place in regards to recommending free software. The student group has managed to achieve two major milestones in the span of just two semesters.

Read more »
Superbowl H5N1's picture
Created by Superbowl H5N1 11 years 23 weeks ago
Category: End User   Tags:
0

KDE Software Compilation 4.9.3 Released

http://kde.org

The list of 86 recorded bugfixes include improvements in the Kate editor and Kontact email and groupware client, resulting from recent coding sprints the respective teams had. KDE's development platform has received a number of updates which affect multiple applications.

Read more »
JRepin's picture
Created by JRepin 11 years 23 weeks ago
Category: End User   Tags:
0

Virtual Users And Domains With Postfix/Courier/MySQL/SquirrelMail (Ubuntu 12.10)

http://www.howtoforge.com

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, so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota.

Read more »
falko's picture
Created by falko 11 years 23 weeks ago
Category: End User   Tags:

Best karma users