Linux Tutorials on the topic “Ubuntu”
-
Caching With Apache's mod_cache On Ubuntu 10.04
Author: Falko Timme • Tags: apache, ubuntu • Comments: 1
Caching With Apache's mod_cache On Ubuntu 10.04 This article explains how you can cache your web site contents with Apache's mod_cache on Ubuntu 10.04. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).
-
Installing And Using OpenVZ On Ubuntu 10.04
Author: Falko Timme • Tags: openvz, ubuntu, virtualization • Comments: 5
Installing And Using OpenVZ On Ubuntu 10.04 In this HowTo I will describe how to prepare an Ubuntu 10.04 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.
-
Using iSCSI On Ubuntu 10.04 (Initiator And Target)
Author: Falko Timme • Tags: storage, ubuntu • Comments: 12
Using iSCSI On Ubuntu 10.04 (Initiator And Target) This guide explains how you can set up an iSCSI target and an iSCSI initiator (client), both running Ubuntu 10.04. The iSCSI protocol is a storage area network (SAN) protocol which allows iSCSI initiators to use storage devices on the (remote) iSCSI target using normal ethernet cabling. To the iSCSI initiator, the remote storage looks like a normal, locally-attached hard drive.
-
-
Chrooting Apache2 With mod_chroot On Ubuntu 10.04
Author: Falko Timme • Tags: apache, security, ubuntu • Comments: 4
Chrooting Apache2 With mod_chroot On Ubuntu 10.04 This guide explains how to set up mod_chroot with Apache2 on an Ubuntu 10.04 system. With mod_chroot, you can run Apache2 in a secure chroot environment and make your server less vulnerable to break-in attempts that try to exploit vulnerabilities in Apache2 or your installed web applications.
-
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.04
Author: Falko Timme • Tags: lighttpd, ubuntu, web server • Comments: 1
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.04 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 10.04 server with PHP5 support (through FastCGI) and MySQL support.
-
Ubuntu 10.04 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: samba, storage, ubuntu • Comments: 3
This tutorial explains the installation of a Samba fileserver on Ubuntu 10.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.
-
Flexnet License Monitoring With rrdtool
Author: gbi • Tags: centos, linux, monitoring, ubuntu • Comments: 0
Flexnet License Monitoring With rrdtool Some of you may know the commercial Flexnet Licencing Application (©Macrovision). It's a client-server based solution for managing the usage of socalled Flexnet-enabled applications. You can hold licenses of more than one product on one license-server. As you typically have to buy licenses and licenses can be expensive it would be nice to have a monitoring solution, to see the utilization of the precious licenses, wether they are underutilized (so money is wasted) or are always fully utilized (so that you can suspect that sometimes people can not do their work, or only delayed) which is also a waste of resources. As far as I know there are commercial applications for performing such reports, but again you have to spent money. Why not build a simple system yourself, which shows the actual and past usage in an "MRTG style"?
-
How To Make An Ubuntu 10.04 Desktop Resemble A Mac (With Elementary, Docky & Gloobus-Preview)
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 10
How To Make An Ubuntu 10.04 Desktop Resemble A Mac (With Elementary, Docky & Gloobus-Preview) This article shows how you can change the appearance of your Ubuntu 10.04 desktop so that it resembles a Mac. This can be achieved with the help of Elementary, Docky, and Gloobus-Preview. Elementary is a project that provides a popular icon set and GTK theme; Docky is an interactive dock (like the one you know from a Mac) that provides easy access to some of the files, folders, and applications on your computer, and more; and Gloobus-Preview is an extension for the Gnome Desktop Environment designed to enable a full screen preview of any kind of file or directory.
-
How To Install Latest Intel Driver 2.12 On Ubuntu 10.04 (Lucid Lynx)
Author: bnight • Tags: desktop, ubuntu • Comments: 27
How To Install Latest Intel Driver 2.12 On Ubuntu 10.04 (Lucid Lynx) After a long time waiting the most interesting update of the Intel drivers for linux is now a fact. We can now have this great hardware acceleration for playing h.264 video. Or in other words we now have Hardware acceleration for HD content with our Intel video cards. As an owner of U400-138 with Intel 4500 MHD I have been waiting for this over a year but now I can play 720p without an issue. And so here is how to install this.
-
How To Set Up Software RAID1 On A Running System (Incl. GRUB2 Configuration) (Ubuntu 10.04)
Author: Falko Timme • Tags: storage, ubuntu • Comments: 31
How To Set Up Software RAID1 On A Running System (Incl. GRUB2 Configuration) (Ubuntu 10.04) This guide explains how to set up software RAID1 on an already running Ubuntu 10.04 system. The GRUB2 bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).