Posts filed under 'Software'

InsertMoin – Folge 833: Game Dev Tycoon

Ich war bei Insert Moin zu Gast und habe mit Dom und Manu über Game Dev Tycoon gesprochen.

Hier geht’s zum Podcast: http://insertmoin.de/im833-game-dev-tycoon/

Add comment September 9th, 2013

Indie Game The Movie

Ein großartiger Film über die Entstehung von Braid, Super Meatboy und Fez. Derzeit für 4,99 $ im Angebot und jeden Cent wert!

http://buy.indiegamethemovie.com/

Add comment Juli 22nd, 2012

Steam für Mac ist da!!

und alle so yeah! Im Moment gibt es nur Portal und Torchlight, aber jede Woche sollen 2 neue Titel erscheinen. Ich freu mich schon, wenn ich meine Windows 7 Bootcamp Partition in die Tonne treten kann. Zu Steam gehts hier lang!

Add comment Mai 13th, 2010

Gearman, Memcached, PHP Gearman PECL

This a short Tutorial on Howto Install Gearman with libdrizzel, libmemcached and the Gearman PHP PECL Extension on Debian. It also works on Ubuntu, you just have to use the sudo wrapper.
I presume you have a complete LAMP Stack, gcc, g++ and make installed.

Installing required libs

apt-get install memcached php5-memcache php5-dev
apt-get install libevent-dev uuid-dev autoconf

Getting the Files you need

wget http://launchpad.net/gearmand/trunk/0.11/+download/gearmand-0.11.tar.gz
wget http://launchpad.net/libdrizzle/trunk/0.7/+download/libdrizzle-0.7.tar.gz
wget http://launchpad.net/libmemcached/1.0/0.38/+download/libmemcached-0.38.tar.gz

Note: I know that there is Gearman 0.12, but this currently doesn’t work with the PHP PECL Client.
See the Google Group Discussion here:
http://groups.google.com/group/gearman/browse_thread/thread/2af9ff7bfd613c2e

Installing libdrizzle

tar -xzvf libdrizzle-0.7.tar.gz
cd libdrizzle-0.7
./configure
make
make install

Installing libmemcached

tar -xzvf libmemcached-0.38.tar.gz
cd libmemcached-0.38
./configure
make
make install

Installing Gearmand

tar -xzvf gearmand-0.11.tar.gz
cd gearmand-0.11
./configure
make
make install

Installing PHP Gearman PECL Extension

pecl install --force gearman

Loading PECL Extension

nano /etc/php5/apache2/php.ini

Look for the Dynamic Extensions Section and add

extension=gearman.so

After that the Webserver must be restarted.

Starting the gearmand Deamon

/usr/local/sbin/gearmand --pid-file=/var/run/gearman.pid --log-file=/var/log/gearman.log --job-retries=3 -d -u root

Starting the gearmand Deamon (with libdrizzle)

/usr/local/sbin/gearmand --pid-file=/var/run/gearman.pid --log-file=/var/log/gearman.log --job-retries=3 -d -u root -q libdrizzle --libdrizzle-host=127.0.0.1 --libdrizzle-user=gearman --libdrizzle-password=mysqlpasswd --libdrizzle-db=gearman --libdrizzle-table=gearman_queue --libdrizzle-mysql

Note: If the MySQL settings are no correct, the Deamon will not start and also not throw an exception. So if you are using libdrizzle and the server does not start, check your mysql settings!

Troubleshooting
gearmand doesn’t start complaining about missing shared objects (.so)
Check your library include path.

nano /etc/ld.so.conf.d/libc.conf

this should look like this:

# libc default configuration
/usr/local/lib

Then try

libconf

fixed it for me :).

Add comment Februar 27th, 2010

iPhone MP3 Klingelton Konvertierer

online und für umme. erfreulich.

http://www.mp3-to-m4r.net

Add comment August 11th, 2009

Urlauben, Urlauben

Borkum

zurück am Montag 20.07.2009

Add comment Juli 12th, 2009

PS3 Spiele Liste

Die Antwort auf die Frage warum hier so wenig passiert 🙂

  1. GTA 4
  2. Prince of Persia
  3. Uncharted: Drakes Fortune
  4. Metal Gear Solid 4
  5. Burnout Paradise – The Ultimate Box
  6. Fallout 3
  7. Far Cry 2
  8. Topspin 3
  9. Fifa 08
  10. Little Big Planet
  11. GT5 Prolouge
  12. Call of Duty 4: Modern Warfare
  13. Skate 2
  14. Killzone 2
  15. The Darkness
  16. The Orange Box
  17. Saints Row 2
  18. Bioshock
  19. NHL 08
  20. Pure
  21. Soul Calibur 4
  22. Ninja Gaiden Sigma
  23. BUZZ
  24. Guitar Hero: Legend of Rock
  25. Guitar Hero World Tour (inkl. Bandpack)
  26. Prototype
  27. Mirrors Edge
  28. Street Fighter 4
  29. Fear 2: Project Origin
  30. inFamous
  31. Dead Space
  32. Enemy Territory: Quake Wars
  33. Fifa 09
  34. Unreal Tournament 3
  35. WipeOut HD

Einige dieser Spiele sind noch original verpackt 🙁

Add comment Mai 16th, 2009

Little Big Planet – Knuffig

Add comment Januar 2nd, 2009

Maulwurf Spracherziehung

Add comment November 4th, 2008

Wormux – ein freier Worms Clon

Also wir reden hier über das klassische Worms, nicht der neumodische 3D Unfug. Grafisch auch wirklich hübsch gemacht. Dem Just wird vermutlich das Herz aufgehen 😀

Erhältlich für: Windows, Linux, MaxOSX
Seite: http://www.wormux.org

2 comments Oktober 27th, 2008

Previous Posts


Random Wisdom

““Saying java is better because it works on all platforms is like saying anal sex is better because it works on all genders."
via: www.geek-foo.net
by Mike V.

Categories

Archiv