- Creating Encrypted FTP Backups With duplicity And ftplicity On Debian Etch
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 ftplicity to create encrypted (so that nobody with access to the backup server can read sensitive data in your backups) backups on the provider's remote backup server over FTP. ftplicity is a duplicity wrapper script (provided by the German computer magazine c't) that allows us to use duplicity without interaction (i.e., you do not have to type in any passwords).
with backup debian duplicity encrypted encryption etch ftp ftplicity linux server by 2 users
- Creating MySQL Backups With AutoMySQLBackup On Ubuntu 9.10
AutoMySQLBackup is a shell script that lets you take daily, weekly and monthly backups of your MySQL databases using mysqldump. It can back up multiple databases, compress the backups, back up remote databases, and email the logs. This tutorial explains how to install and use it on an Ubuntu 9.10 server.
with automysqlbackup backup database mysql mysqldump ubuntu
- Creating Screencasts With recordMyDesktop On Ubuntu 9.04
recordMyDesktop is a desktop session recorder for GNU/Linux that attemps to be easy to use, yet also effective at its primary task. It produces files using only open formats. These are theora for video and vorbis for audio, using the ogg container. This tutorial shows how to install and use recordMyDesktop on Ubuntu 9.04.
with ogg recordmydesktop screencast ubuntu video
- Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Debian Etch)
This guide explains how you can use mod_mysql_vhost to create simple virtual hosts on a lighttpd web server on Debian Etch. With mod_mysql_vhost, lighttpd can read the vhost configuration from a MySQL database. Currently, you can store the domain and the document root in the MySQL database which results in very simple virtual hosts. If you need more directives for your vhosts, you would have to configure them in the global section of lighttpd.conf, which means they would be valid for all vhosts. Therefore, mod_mysql_vhost is ideal if your vhosts differ only in the domain and document root.
with debian lighttpd mod_mysql_vhost mysql
- Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Debian Squeeze)
This guide explains how you can use mod_mysql_vhost to create simple virtual hosts on a lighttpd web server on Debian Squeeze. With mod_mysql_vhost, lighttpd can read the vhost configuration from a MySQL database. Currently, you can store the domain and the document root in the MySQL database which results in very simple virtual hosts. If you need more directives for your vhosts, you'd have to configure them in the global section of lighttpd.conf, which means they'd be valid for all vhosts. Therefore, mod_mysql_vhost is ideal if your vhosts differ only in the domain and document root.
with debian lighttpd mod_mysql_vhost mysql squeeze
- Creating Snapshot Backups Of Your Desktop With Timevault On Ubuntu 7.10
This guide shows how to use Timevault on Ubuntu 7.10. TimeVault is a simple front-end for making snapshots of a set of directories. Snapshots are a copy of a directory structure or file at a certain point in time. Restore functionality is integrated into Nautilus.
with backup gibbon gutsy nautilus restore snapshot timevault ubuntu by 3 users
- Creating Snapshot-Backups with BackerUpper On Ubuntu 7.10
BackerUpper is a tool similar to Apple's TimeMachine. It is intended to create snapshot-backups of selected directories or even your full hard drive. From the BackerUpper project page: "Backerupper is a simple program for backing up selected directories over a local network. Its main intended purpose is backing up a user's personal data." This article shows how to install and use BackerUpper on Ubuntu 7.10 (Gutsy Gibbon).
with backerupper backup linux restore ubuntu
- Creating Snapshot-Backups with BackerUpper On Ubuntu 9.04
BackerUpper is a tool similar to Apple's TimeMachine. It is intended to create snapshot-backups of selected directories or even your full hard drive. From the BackerUpper project page: "Backerupper is a simple program for backing up selected directories over a local network. Its main intended purpose is backing up a user's personal data." This article shows how to install and use BackerUpper on Ubuntu 9.04 (Jaunty Jackalope).
with backerupper backup snapshot ubuntu
- Creating Snapshot-Backups with FlyBack On Ubuntu 7.10
FlyBack is a tool similar to Apple's TimeMachine. It is intended to create snapshot-backups of selected directories or even your full hard drive. From the FlyBack project page: "FlyBack is a snapshot-based backup tool based on rsync. It creates successive backup directories mirroring the files you wish to backup, but hard-links unchanged files to the previous backup. This prevents wasting disk space while providing you with full access to all your files without any sort of recovery program. If your machine crashes, just move your external drive to your new machine and copy the latest backup using whatever file browser you normally use." This article shows how to install and use FlyBack on Ubuntu 7.10 (Gutsy Gibbon).
with backup flyback snapshot timemachine ubuntu
- Creating Virtual Machines For Xen, KVM, VMware Workstation 6, and VMware Server With vmbuilder On Ubuntu 8.10 | HowtoForge
vmbuilder is a tool (introduced on Ubuntu 8.10) that allows you to build virtual machines (with Ubuntu as the OS) for multiple virtualization techniques. Currently it supports Xen, KVM, VMware Workstation 6, and VMware Server. You can afterwards copy the virtual machines to another system (a Xen, KVM, VMware Workstation 6, or VMware Server host) and run them there.
with kvm machine python-vm-builder ubuntu virtual virtualization vm vmbuilder vmware xen
- Creating Virtual RedHat/CentOS/Scientific Linux/Fedora Appliances For KVM With BoxGrinder (Fedora 17)
BoxGrinder is a tool that allows you to build virtual machines (with RedHat, CentOS, Scientific Linux or Fedora as the OS) for multiple virtualization techniques. Currently it supports KVM, VMware, Amazon EC2, VirtualBox, and VirtualPC. This tutorial shows how to use BoxGrinder to create a CentOS 6 KVM guest on Fedora 17 and also how to deploy it to a remote KVM host.
with boxgrinder centos fedora kvm linux machine redhat scientific virtual virtualization
- Creating Your Own Custom Ubuntu 7.10 Or Linux Mint 4.0 Live-CD With Remastersys
This guide shows how you can create a Live-CD from yourUbuntu Gutsy Gibbon or Linux Mint 4.0 system with a tool called remastersys. Remastersys is available in the Linux Mint romeo repository. You can customize your Ubuntu/Linux Mint system and then let remastersys create an iso image of it which you can then burn onto a CD/DVD.
with iso linux live-cd mint remastersys ubuntu by 3 users
- Creating Your Own Distributable Ubuntu DVD (Relinux)
This article is about how to create a DVD image of your machine with the exact same software included on the disk. This can be done using a software called Relinux. Relinux is a fork of the recently discontinued Remastersys.
with dvd image linux mint relinux remastersys ubuntu
- Debian 4.0 (Etch) Samba Standalone Server With tdbsam Backend | HowtoForge
This tutorial explains the installation of a Samba file server on Debian Etch and how to configure it to share files over the SMB protocol as well as adding users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has its own home directory that is accessible via SMB protocol and all users have a shared directory with read/write access.
with debian etch fileserver linux samba server smb storage tdbsam
- Debian Etch And Xen From The Debian Repository
This guide provides step-by-step instructions on how to install Xen on an already working Debian Etch system. You can find all the software used here in the Etch repository, so no external files or compilation are needed.
with apt debian etch linux machine repository virtual virtualization vm vps xen by 2 users
- Debian Wheezy Local Git Server With Git Lite Workflow
This howto describes a shared local git server setup for a small team. This is a repository layout that is familiar to anyone used to working with a traditional version control system. One of the tutorial objectives is to show detailed steps to prepare the server and publish the code on a public service like Github, Gitorius et. al. A second objective is to introduce the Git Lite Workflow in team development. This serves as an introduction to gits powerful branch and merge features. Your personal favorite workflow may be different compared to this model.
with control debian git github gitorious version wheezy
- Disk Backup With Amanda On Debian Lenny
Amanda is an open source client/server solution to back up filesystems. Backups are triggered by the backup server, backup definitions are located on the servers but exclusion lists are located on the client.
with amanda backup debian filesystem lenny
- Disk Based Backups With Amanda On Debian Etch
This document describes how to set up Amanda (The Advanced Maryland Automatic Network Disk Archiver) on Debian Etch. For this tutorial I chose Ubuntu v7.04 as a backup-client. The resulting system provides a flexible backup system with many features. It will be able to back up multiple hosts via network to various devices. I chose the disk based backup for this howto.
with amanda backup debian etch linux restore
- Displaying RSS And Atom Feeds On Your Web Site With SimplePie
SimplePie is a PHP library that can fetch, cache, parse, and normalize RSS and Atom feeds. It allows you to display the newest articles from websites with RSS or Atom feeds on your own site. This is a great way to add new, fresh, and relevant information to your site. This guide shows how you can set it up for your own web site.
with atom feedreader php rss simplepie
- Distributed Replicated Storage Across Four Storage Nodes With GlusterFS 3.2.x On CentOS 6.3
This tutorial shows how to combine four single storage servers (running CentOS 6.3) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (replication1) as well as 3 and 4 (replication2) will mirror each other, and replication1 and replication2 will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. If you lose one server from replication1 and one from replication2, the distributed volume continues to work. The client system (CentOS 6.3 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
with centos cluster filesystem gluster glusterfs raid storage
Bookmarks 61 - 80
« Previous
Next »