Virtual machine backups can be accomplished in many ways using open source tools.
I personally prefer rsnapshot based on rsync.
An overview of possibilities and an actual backup script for Xen can be found at john and cailins blog
technology | art | nature
Virtual machine backups can be accomplished in many ways using open source tools.
I personally prefer rsnapshot based on rsync.
An overview of possibilities and an actual backup script for Xen can be found at john and cailins blog
Release day is always the same… Hundreds of people asking the same question every 60 seconds on #ubuntu..
Q: “When will it be released?”
A: “In aprox. 42 minutes” 🙂
My first ubuntu server is already up, due to the fact that the release is mostly up before the public announcement…
Everyone else will probably have to wait a few hours to download from the public site or just grab the torrents…
This is my first actual Ubuntu Server install which will compete with my Debian Etch server….
Further infos will be up soon… 🙂
Website: http://www.ubuntu.com
IRC: #ubuntu on FreeNode
Just watched the new South Park episode an once again its funny as hell…
Imagine a society today without the internet
Last week i took some time to add mobile 3G internet connectivity to my Epc using my Nokia e61 as a 3G modem.
My phone supports modem support using the USB data cable, bluetooth or the integrated WI-FI.
I plan to go for the cable first since i always carry one around and being mobile often means draining as less power as possible from both my Epc and my mobile phone.
First of all you need to make sure you have the Debian repositories in your /etc/apt/sources.lst and theninstall wvdial by using the install command apt-get install wvdial
After the installation you will need to modify your /etc/wvdial.conf in order to build up the internet connection.
This is just a basic example but it should work with the current Nokia phones:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
Baud = 460800·
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99#
Password = blank
Username =blank
Select the Suite connection type on your phone when you connect it via the USB cable and then fire up wvdial.