- Boot On BTRFS With Debian
This tutorial will explain you how to boot from a BTRFS filesystem with kernel 2.6.31-RC4 and BTRFS 0.19. BTRFS is a new filesystem with some really interesting features like online defragmenting and snapshots. BTRFS is an experimental filesystem, use at your own risk. The kernel used is also experimental.
with boot btrfs debian filesystem
- Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Etch)
This article shows how you can build your own video community using lighttpd with its mod_flv_streaming module (for streaming .flv videos, the format used by most major video communities such as YouTube) and its mod_secdownload module (for preventing hotlinking of the videos). I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd's mod_flv_streaming module. I will also show how you can encode videos (.mp4 .mov .mpg .3gp .mpeg .wmv .avi) to the FLV format supported by Adobe Flash.
with debian etch flash flowplayer flv lighttpd lighty linux server video youtube
- Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Lenny)
This article shows how you can build your own video community using lighttpd with its mod_flv_streaming module (for streaming .flv videos, the format used by most major video communities such as YouTube) and its mod_secdownload module (for preventing hotlinking of the videos) on Debian Lenny. I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd's mod_flv_streaming module. I will also show how you can encode videos (.mp4 .mov .mpg .3gp .mpeg .wmv .avi) to the FLV format supported by Adobe Flash.
with debian ffmpeg flash flowplayer flv lenny lighttpd video youtube
- Build Your Own Video Community With Lighttpd And FlowPlayer (Ubuntu 9.10)
This article shows how you can build your own video community using lighttpd with its mod_flv_streaming module (for streaming .flv videos, the format used by most major video communities such as YouTube) and its mod_secdownload module (for preventing hotlinking of the videos) on Ubuntu 9.10. I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd's mod_flv_streaming module. I will also show how you can encode videos (.mp4 .mov .mpg .3gp .mpeg .wmv .avi) to the FLV format supported by Adobe Flash.
with ffmpeg flash flowplayer flv lighttpd streaming ubuntu video youtube
- Building Kernel Modules With Module-Assistant On Debian Lenny
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.
with debian kernel m-a modprobe module-assistant
- Caching With Apache's mod_cache On Debian Etch
This article explains how you can cache your web site contents with Apache's mod_cache on Debian Etch. 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).
with apache caching debian mod_cache
- Cacti On CentOS 4.4 Including The Plug-in Architecture | HowtoForge
This guide will step you through the process of setting up a functional Cacti installation on CentOS 4.4 including the Plug-In Architecture, which will allow you to expand your monitoring solution.
with cacti centos linux monitoring plug-in plugin server
- CentOS 4.6 Server Setup - LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server)
This tutorial shows how to set up a CentOS 4.6 based server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of CentOS 4.6, but should apply to the 64-bit version with very little modifications as well.
with apache centos dovecot email ftp ispconfig lamp mysql php postfix server
- CentOS 5.1 Server Setup - LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server)
This tutorial shows how to set up a CentOS 5.1 based server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of CentOS 5.1, but should apply to the 64-bit version with very little modifications as well.
with apache bind centos dns ftp ispconfig lamp linux postfix proftpd server
- Changing Desktop Appearance On Linux Mint 11 (Advanced)
This tutorial is supposed to show you how to change the GNOME desktop appearance on Linux Mint 11 further than the standard options of the Appearance section in the Control Center allow. I am going to use several different applications for this cause. This is the standard desktop that comes with Mint, so if you have not changed anything about that all steps should work fine for you. Be aware that the use of the nVidia proprietary drivers may not be unrisky!
with appearance desktop gnome linux mint
- Changing From Microsoft Windows To Linux Mint 11
This is a tutorial for people originally using the Windows Operating System who want to try out Linux Mint 11. It is supposed to show the differences and similarities between the two systems and depict Linux' functions with examples.
with change desktop linux microsoft mint
- Chrooted SFTP With MySecureShell On Debian Etch
This tutorial shows how to install MySecureShell on a Debian Etch system. MySecureShell is an SFTP server that is based on OpenSSH and can be configured in many ways, e.g. it has support for chrooting users into their homedirs or for limiting upload-/download bandwidths. MySecureShell makes SFTP available for users that do not have shell access so that these users do not have to use the insecure FTP protocol anymore.
with chroot debian etch jail linux mysecureshell openssh security server sftp
- Chrooted SSH/SFTP On Fedora 7
This document describes how to set up a chrooted SSH/SFTP environment on Fedora 7. The chrooted users will be jailed in a specific directory where they cannot break out. They will be able to access their jail via SSH and SFTP.
with chroot fedora jail linux openssh security server sftp ssh
- Chrooted SSH/SFTP Tutorial (Debian Etch)
This tutorial describes two ways how to give users chrooted SSH access. With this setup, you can give your users shell access without having to fear that they can see your whole system. Your users will be jailed in a specific directory which they will not be able to break out of. The users will also be able to use SFTP in their chroot jails.
with chroot debian etch jail linux openssh security server sftp ssh
- Chrooting Apache2 With mod_chroot On Debian Lenny
This guide explains how to set up mod_chroot with Apache2 on a Debian Lenny 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.
with apache chroot debian lenny mod_chroot
- Chrooting Apache2 With mod_chroot On Fedora 12
This guide explains how to set up mod_chroot with Apache2 on a Fedora 12 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.
with apache chroot fedora mod_chroot security
- Clone/Back Up/Restore OpenVZ VMs With vzdump
vzdump is a backup and restore utility for OpenVZ VMs. This tutorial shows how you can use it to clone/back up/restore virtual machines with vzdump.
with backup machine openvz virtual virtualization vzdump
- Cloning Linux Systems With CloneZilla Server Edition (CloneZilla SE)
This tutorial shows how you can clone Linux systems with CloneZilla SE. This is useful for copying one Linux installation to multiple computers without losing much time, e.g. in a classroom, or also for creating an image-based backup of a system. I will install CloneZilla SE on a Debian Etch server in this tutorial. The systems that you want to clone can use whatever Linux distribution you prefer.
with clone clonezilla debian linux se
- Compiz Fusion On Mandriva One 2008.1 Spring (GNOME/NVIDIA)
This document describes how to enable and configure Compiz Fusion on a Mandriva One 2008.1 Spring GNOME desktop with an NVIDIA graphics card.
with compiz desktop fusion gnome mandriva nvidia
- Configuring DNSSEC On BIND9 (9.7.3) On Debian Squeeze/Ubuntu 11.10
This guide explains how you can configure DNSSEC on BIND9 on Debian Squeeze and Ubuntu 11.10. It covers how to enable DNSSEC on authoritative nameservers (master and slave) and on resolving nameservers, creation of keys (KSKs and ZSKs), signing of zones, key rolling with rollerd, zone file checking with donuts, creation of trust anchors, using DLV (DNSSEC look-aside validation), and getting your DS records into the parent's zone.
with bind debian dlv dnssec donutsd ds ksk rollerd squeeze ubuntu zonesigner zsk
Bookmarks 21 - 40
« Previous
Next »