If you haven’t done so yet, this is a quick tutorial on how to jailbreak your iPhone 5s, iPhone 5c, iPhone 5, iPhone 4s, iPhone 4, iPad 2, iPad 3, iPad 4, iPad Air, iPad Mini, iPad, iPod Touch running iOS 7.0 , 7.0.1 , 7.0.2 , 7.0.3, 7.0.4, 7.1 and 7.2 beta. This video…
Continue Reading
How to connect your iPhone Calendar App to Zimbra Open Source Edition Server
[nextpage title=”Add Account”]Zimbra Open Source Edition supports calendar connections/syncing over the CalDAV protocol which is available as a connection type in the native Calendar app in Apple iOS devices such as the iPhone/iPod/iPad. To get started, go to Settings>Mail, Contacts, Calendars and click on “Add Account” On the Add Account screen click on “other” at…
Continue Reading
Install Webmin 1.630 on Ubuntu 13.04/13.10 Server
Installing Webmin 1.630 on Ubuntu 13.04 or 13.10 is more-or-less the same process as installing Webmin on Ubuntu 12.04. Of course I’m assuming your Ubuntu server is up-to-date, just download the Webmin 1.630 RPM package: nmino@ubuntuserver:~$ wget http://prdownloads.sourceforge.net/webadmin/webmin_1.630_all.deb And run the installer: nmino@ubuntuserver:~$ sudo dpkg -i webmin_1.630_all.deb If the installer ends while notifying of unresolved dependencies, simply…
Continue Reading
Backup Our Minecraft Server using rsync and cron
Now that we’ve setup our Craftbukkit/Minecraft Virtual machine to mount our box.com account into a folder in our user directory, it’s time to configure a simple script and cron job to sync our server to the cloud. First, let’s make and new bash script named boxsync to run the rsync process: minecraft@mcserver:~$ nano boxsync We…
Continue Reading
rsync Backup of Linux Server to Box.com Account
We’ve built an Headless Ubuntu-Based Linux Virtual Server host machine using Oracle’s VirtualBox and phpvirtualbox for administration and setup a minimal Ubuntu installation and installed the CraftBukkit Minecraft server. Now that we have it up and running, I want to configure an automatic backup of the Minecraft server files to the cloud using the free…
Continue Reading