Here is the correct command to do a FULL backup of your Plone/ZOPE Data.fs FileStorage files. The location of your backup might be different.
./repozo -B -v -r /usr/local/Plone/zeocluster/var/backups -f /usr/local/Plone/zeocluster/var/filestorage/Data.fs
Archives for Tutorials
Backup FileStorage ZOPE/Data.fs
How to reinstall Apache2 on Linux/Ubuntu.
Are you having issues reinstalling Apache2 on Linux? Cannot figure out how to clear the root directory and reconfigure the package!
Run these commands to properly purge and remove the installation completely:
sudo apt-get remove –purge apache2 apache2-utils
Run this command to reinstall Apache2 on Ubuntu:
sudo apt-get install apache2
Binary Tree Graph with Sagemath
Just a quick note for those who may be looking to make binary tree graphs in Sage. In the end you may be better off using Graphviz for more complex graphing needs. However, if you are determined to use sage here is some example code for a binary tree. I will try and put some [...]
PlayDeb
Game development on Linux has always been behind due to a variety of reasons. However in recent years the newer generations demands the ability to edit, manipulate, and add content to their games. Homebrew’s are huge now and many are more interested in game development than game playing. One website/repository stands out for Ubuntu/Linux. PlayDeb [...]
UDK
I’m not going to lie, I just about fell out of my chair when I found out the Unreal Engine is now free for non-commercial development. More importantly here is a link to the Epic website here:
http://udk.com/index.html
The Unreal engine is the #1 engine at this time so if you run windows and want to break [...]
OpenCL for portable code
If any of you own a Playstation 3 you may be aware of its IBM designed Cell processor and NVIDIA based GPU. Sony Open Platform allows you to install Linux as a secondary OS on PS3 which is great. However, it is a considerable pain in the rear that you cannot access the PS3 GPU [...]