In the webhosting environment I will use Nginx, PHP 5.5 FPM and MariaDB. For customer management Froxlor will be used. To successfully set up our hosting environment on Gentoo, we need to install a few packages beforehand. Afterwards we will use the configuration files provided by froxlor. USE Flags Before the packages for the base […]
HowTo
Windows Server 2012 R2 installation in KVM
Installing Windows Server 2012 R2 is very strait forward when using KVM. The biggest trouble I had was that the disk space was not allocated properly when creating the Virtualmachine, but otherwise there has been no hacking. Read the full article for further explanations.
Cross compiling for Raspberry Pi in Windows 8
Lots of info about Cross-Compiler can be found here http://wiki.osdev.org/GCC_Cross-Compiler So lets start with building the toolchain for building Raspberry Pi applications with crosstool-ng and the GNU Compiler. Preperations In order to compile crosstool-ng we need to install some packages in cygwin first. Run setup.exe and install the following packages gcc make bison flex gperf […]
Installing boost 1.54.0 c++ libraries in cygwin
To install the latest boost library (1.54.0) download it from http://www.boost.org/ and unpack it. Also I installed the packages the packages zlib, zlib-devel, icu and libiconv to cygwin cd /usr/src wget http://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.bz2 tar jxf boost_1_54_0.tar.bz2 cd boost_1_54_0 ./booststrap.sh ./b2 –without-mpi install Troubleshooting When running ./b2 install there is an error ./b2.exe install Performing configuration checks […]
Überhitzendes MacBook Pro
Schon seit längerem plagt mich mein oft sehr heiß werdendes MacBook Pro, besonders in letzter Zeit wurde es immer extremer bis hin, dass es sich unter Bootcamp mit Windows 7 ganz abgestellt hat. Lösung des ganzen Problems bestand letztendlich darin, dass ich das MacBook nach einer Anleitung (Heatpipe) von www.ifixit.com auseinander gebaut habe, dann die […]
HowTO: Pear unter Snow Leopard
PEAR ist ein Framework und ein Distributionssystem mit dem PHP Softwarepakete verteilt und installiert werden können. Die Installation an sich ist super einfach: # root Rechte mit „richtigem einloggen“ und in das richtige Verzeichnis wechseln sudo su – cd /usr/local # PEAR Installer herunterladen und ausführen curl http://pear.php.net/go-pear > go-pear.php php go-pear.php rm go-pear.php Danach […]
iPhone 3G downgrade von iOS 4 auf iOS 3.1.3
Das Iphone 3G ist einfach grauenhaft langsam, wenn man das iOS 4 darauf installiert hat. Selbst die neuen Features wie Multitasking sind gar nicht erst aktiviert und selbst das aktivieren durch einen Jailbreak verursacht eine nur noch größeren Geschwindigkeitsverlust. Daher habe ich mich, wie scheinbar viel andere auch, dazu entschlossen ein Downgrade auf die Firmware […]
Wiederherstellen von Mail.app nach Neuinstallation
Timemachine.app ist ein nettes kleines Programm um von seinem Mac ein Backup zu machen. Dennoch hatte ich bis jetzt immer das Problem, dass ich nicht wusste wie ich Mail.app wieder herstellen konnte, nachdem ich das System neuinstalliert hatte.
Doctrine und Agavi
Bei Agavi hat man die Qual der Wahl wie man eine Datenbankverbindung herstellt. Zum einen sind dort Propel und Doctrine als Verfechter der ORMs, zum anderen aber auch die klassischen Methode ala PDO.
Heute möchte ich gerne ein paar Worte dazu verlieren wie man Doctrine zusammen mit Agavi einrichtet und zum laufen bekommt.
Call of Duty 4 Server für Mac
Heute habe ich meine Kopie von Call of Duty 4: Modern Warfare bekommen und zwar für MacOSX. Die Demo unter Windows hat ja schon richtig Spaß gemacht, aber jedesmal Windows dafür zu booten um einfach eine Runde spielen zu können war und ist mir einfach zu nervig. Zudem sollte man geniale Spiele die für ein […]