ROBO47.NET
Nav
  • Blog
  • Tools
  • Texte
  • Codeschnipsel
  • Tag-Cloud
  • Archiv
  • Sitemap
  • Suche
  • Kontakt
  • Datenschutzerklärung
  • Impressum
blogoscoop
Blogroll
  • Benjamin Klaile
  • Christian Dreier
  • Developers Guide
  • Felix Autor
  • Julius Rückert
  • Martin Breuer
  • Max Kesberger
  • Nikolaij Ouillon
  • Sebastian Schmitt
  • Stefan Riedel
  • Sven Schmalle
Klarmachen zum Ändern!
Blog
  • Installing Mysql Workbench 5.2.11 from source on Debian 6.0 Squeeze

    09.01.2010 02:25
    Tags: Mysql Workbench, Debian Squeeze

    Tweet this: Installing Mysql Workbench 5.2.11 from source on Debian 6.0 SqueezeDent this: Installing Mysql Workbench 5.2.11 from source on Debian 6.0 Squeeze

    Steps are simple:

    Download the sources ~ 14 MB
    extract it
    install ~ 30mb of packages via apt-get
    run autogen
    make && make install
    start it

    But it may some time, at least on my slow notebook (p4 mobile 1,73 ghz) autogen took 10 minutes, make took about 60 minutes and make install another 4 minutes, but if you ever compiled mysql-server yourself you now ... mysql may take some time :)

    So here in Detail, almost copy & paste-ready:
     

    Weiterlesen: Installing Mysql Workbench 5.2.11 from source on Debian 6.0 Squeeze
    Kommentare: 1
  • Caching Libraries and Opcode-Caches in php - An Overview

    07.01.2010 02:33
    Tags: Cache, Apc, XCache, eAccelerator, Windows Cache Extension, Zend Optimizer, PEAR, Cache_Lite, Zend_Cache, Memcached, Redis, sfCache, Zend Platform, Zend Server

    Tweet this: Caching Libraries and Opcode-Caches in php - An OverviewDent this: Caching Libraries and Opcode-Caches in php - An Overview

    Caching data is an important part in todays Web-Application, it can boost the performance, save time and resources or can be necessary because of limited or slow calls to external apis and services.

    Things you can cache are for example database-querys, api-calls, generated data (html, images, .... ), return-values of methods and a lot more things.

    Here is an overview of classes you can use to cache all kinds of data. From PEAR over the Symfony Framework to the Zend Framework. With slow file or database-based backends and fast memory-based backends like APC, Memcached, eAccelerator or Redis. After the caching-classes is a list with opcode-caches, because some of them offer memory-based cache-backends.
     

    Weiterlesen: Caching Libraries and Opcode-Caches in php - An Overview
    Kommentare: 0
  • HTTP-Requests with php - An overview of extensions and classes

    07.01.2010 01:54
    Tags: Http_Request, PEAR, Zend, Zend_Http_Client, Snoopy, PECL, Pecl_Http, cURL, Net_Curl, Wordpress, WP_Http, WP_Http_Curl, CakePHP, HttpSocket, PHP

    Tweet this: HTTP-Requests with php - An overview of extensions and classesDent this: HTTP-Requests with php - An overview of extensions and classes

    PHP offers a lot of ways for requesting (GET) content via http(s) (and other protocols) and sending POST-Requests, if you need it for accessing an API, downloading files, unittests for a webservice, login-requests or whatever.

    The extensions behind all those variantes are sockets (fsockopen()), streams (stream_socket_client()), curl or the PECL Extension Pecl_Http. Not all are usable on every host because of the php-configuration and the compiled/loaded extensions.

    Here is a list of extensions and php-classes which can help you with those topics.

    Weiterlesen: HTTP-Requests with php - An overview of extensions and classes
    Kommentare: 1
  • Ctrl + Alt + Backspace for restarting x-server on debian squeeze working again

    07.01.2010 00:50
    Tags: Debian, Ubuntu, Dontzap, Ctrl, Alt, Backspace

    Tweet this: Ctrl + Alt + Backspace for restarting x-server on debian squeeze working againDent this: Ctrl + Alt + Backspace for restarting x-server on debian squeeze working again

    Noticed it some time ago that like in ubuntu (since 9.04), debian doesn't restart the x-server if you hit ctrl + alt + backspace anymore.

    It was deactivated in the X-Server some time ago because people thought it was pushed to often accidently, especially by former windows users. I think I never pushed it accidently, but well, as long as it is easy reactivateable it is no problem.
     

    Weiterlesen: Ctrl + Alt + Backspace for restarting x-server on debian squeeze working agai ...
    Kommentare: 0
  • Installing PHC 0.3.2 and ThinkPad Fan Control (tpfand) 0.9.5 on Debian Squeeze for my intel-based R52 Thinkpad

    28.12.2009 12:59
    Tags: Debian, Squeeze, tpfand, phc, Thinkpad Fan Control, Ubuntu, Intel, tpfan, phctool, Thinkpad, Thinkpad R52

    Tweet this: Installing PHC 0.3.2 and ThinkPad Fan Control (tpfand) 0.9.5 on Debian Squeeze for my intel-based R52 ThinkpadDent this: Installing PHC 0.3.2 and ThinkPad Fan Control (tpfand) 0.9.5 on Debian Squeeze for my intel-based R52 Thinkpad

    Since I switched from Ubuntu 9.04 to Debian 6.0 Squeeze (testing) a week ago I missed the phc-module for undervolting my intel cpu and tpfand to control the fan-speed based on temperatures of sensors on my thinkpad (R52 - 1846-64G)

    On Ubuntu 9.04 I used a ppa-repository from launchpad like it was described here.

    Since there was no repository for Debian Squeeze I just build the module with the help of phcs build-script (should support kernel 2.6.27, 2.6.28, 2.6.29, 2.6.30, 2.6.31 and 2.6.32, my squeeze runs 2.6.30-2-686)

    Weiterlesen: Installing PHC 0.3.2 and ThinkPad Fan Control (tpfand) 0.9.5 on Debian Squeez ...
    Kommentare: 1
  • Zend Framework Survey 2009 and Roadmap for Zend Framework 2.0 - Win an Ipod

    16.12.2009 23:58
    Tags: Zend Framework, PHP, Roadmap, Ipod

    Tweet this: Zend Framework Survey 2009 and Roadmap for Zend Framework 2.0 - Win an IpodDent this: Zend Framework Survey 2009 and Roadmap for Zend Framework 2.0 - Win an Ipod

    Ralf Eggert announced it already 2 days ago and now it appeared at Zend's Devzone: Matthew Weier O'Phinney calls for people in contributing to the Zend Framework Survey 2009.

    You can even win an Ipod if you leave your email! :)

    Weiterlesen: Zend Framework Survey 2009 and Roadmap for Zend Framework 2.0 - Win an Ipod
    Kommentare: 0
  • Free PHP-Posters - SektionsEins PHP Security Poster and Mayflowers Zend Framework Poster

    12.12.2009 11:50
    Tags: PHP Security, SektionEins, MayFlower, Zend Framework, PHP

    Tweet this: Free PHP-Posters - SektionsEins PHP Security Poster and Mayflowers Zend Framework PosterDent this: Free PHP-Posters - SektionsEins PHP Security Poster and Mayflowers Zend Framework Poster

    Propably I am really a bit late, but today I found my Zend Framework-Poster I though I never received, somebody had put the envelope into the wrong shelf and this week I got my SektionEins PHP security poster.
    SektionsEins (Stefan Esser) currently offers a free PHP security-poster you can order on the SektionEins-homepage and Mayflower offers a Zend Framework Poster.

    More information about the posters you find on the suspect.org-blog by Stefan Esser and on the thinkphp blog. So if you interested and are willing to give away your name and adress, order them.
    They are both available in english and german.

    I have to say thanks to SektionEins and Mayflower for those 2 great Posters, my only problem currently is how to get them both on my walls, I would have prefered to put them both on the ceiling above my desk, but since we have a wooden-ceiling with lots of crossbeams, that is impossible, I think I will have to rearrange some stuff in my room to place them somewhere I can read both without turning around or standing up.

    Weiterlesen: Free PHP-Posters - SektionsEins PHP Security Poster and Mayflowers Zend Frame ...
    Kommentare: 2
  • Netbeans 6.8 got released

    10.12.2009 19:23
    Tags: Netbeans, PHP 5.3, Symfony

    Tweet this: Netbeans 6.8 got releasedDent this: Netbeans 6.8 got released

    Netbeans 6.8 got released today, from the PHP-Perspective Netbeans 6.8 now Supports PHP 5.3 and has Integration for the Symfony Framework, Code-Completion seems to be a lot faster and more.

    Complete list for PHP-Part

    • PHP 5.3 support including(syntax highlighting, code completion, code folding, navigator)
    • Symfony Framework support
    • PHPUnit improvements
    • FTP/SFTP improvements
    • Ignored Folders in PHP projects
    • PHP Application from Remote Server
    • PHP syntax coloring in YAML files

    Complete List for Java and other languages: New and Noteworthy Netbeans 6.8

    There too exists a Netbeans Promotion Video on the Sun Channel Homepage and a Symfony Support Screencast on the Netbeans PHP Blog.

    Weiterlesen: Netbeans 6.8 got released
    Kommentare: 0
  • Doctrine 1.2.1 is out

    08.12.2009 03:24
    Tags: Doctrine

    Tweet this: Doctrine 1.2.1 is outDent this: Doctrine 1.2.1 is out

    Doctrine 1.2.1 was released some hours ago, it contains some bugfixes:

    • [r6834] Fixing issue with relationship ordering
    • [r6835] Fixes issue with oracle adapter statement using wrong constant
    • [r6836] Fixing issue with sfYaml autoload not returning true
    • [r6839] Fixes issue with array cache driver and deleting
    • [r6840] Fixed thrown Exceptions to be package-level
    • [r6842] Fixes issue with $length in migrations addColumn
    • [r6859] Fixed misplaced param when parsing join condition
    • [r6883] Added empty init() method implementation to avoid method does not exist error
    • [r6889] Fixing issue with nested set createRoot() method and string root column
    • [r6893] Adding _cleanup() call to start of migrations diff to make sure directory is clean

    Full Changelog: Change Log Doctrine 1.2.1
    Download: Download Doctrine 1.2.1.

    Weiterlesen: Doctrine 1.2.1 is out
    Kommentare: 0
  • My default settings for Netbeans with PHP

    01.12.2009 04:14
    Tags: Netbeans

    Tweet this: My default settings for Netbeans with PHPDent this: My default settings for Netbeans with PHP

    Some default settings I use in Netbeans:

    Hiding and Showing specific Files

    Because I want to see my .htaccess-Files in the Project-View, dont want to see the .git-directory but want to see .gitignore for example I change the Patter used to hide files in the Projects-View.

    Tools -> Options -> Miscellaneous -> Files -> Files Ignored by the IDE -> Ignored Files Pattern

     ^(CVS|SCCS|vssver.?\.scc|#.*#|%.*%|_svn)$|~$

    Twilight Theme (Dark Theme) for Netbeans

    Since I prefer dark themes for my OS and my tools, I am using the Twilight-Theme for Netbeans.
    Only the default-font I change back to Monospaced.

    Tools -> Options -> Import -> Netbeans_Twilight_Theme.zip
    Restart Netbeans and go to

    Weiterlesen: My default settings for Netbeans with PHP
    Kommentare: 1
<12345678910>1/20

Letzte Kommentare

  • Manfred: Hallo, und ganz herzlichen Dank für den tollen Service. Grüße aus Nordhessen Manfred
  • jeensb: Hier ist ein Reg Key für den ZoomBrowser EX und alle andere Canon EOS Utilities dabei: http://t...
  • AnaXan: Vielen Dank für die Bereitstellung dieser Möglichkeit zur Überprüfung der Anzahl gemachter Aus...
  • Markus Freitag: Hallo Herr Steininger, vielen Dank für den Service. Grüße aus dem Münsterland M. Freitag...
  • Jason: Many thanks. This also helped me on ubuntu 9.10

Letze Inhalte

Installing Mysql Workbench 5.2.11 from s ...09.01.2010
Caching Libraries and Opcode-Caches in p ...07.01.2010
HTTP-Requests with php - An overview of ...07.01.2010
Ctrl + Alt + Backspace for restarting x- ...07.01.2010
Installing PHC 0.3.2 and ThinkPad Fan Co ...28.12.2009
Zend Framework Survey 2009 and Roadmap f ...16.12.2009
Free PHP-Posters - SektionsEins PHP Secu ...12.12.2009
Netbeans 6.8 got released10.12.2009
Doctrine 1.2.1 is out08.12.2009
My default settings for Netbeans with PH ...01.12.2009

Top Tags

PHP47
Canon21
Reviews18
Zend Framework14
SPL11
Noisepollution Festival11
RecursiveDirectoryIterator9
Linux8

Feeds

  • Inhalte Feed (Alle Artikel)
  • Kommentar Feed

Statistik

  • Blogeinträge: 192
  • Kommentare: 243
  • Texte: 41
  • Tools: 11
  • Tags: 586
  • Codeschnipsel: 32
mehr Statistiken
Lizenzen:
Soweit nicht anders angegeben:
  • Codeschnipsel: New BSD license
  • Texte, Blogeinträge: CC BY-NC-SA
  • Photos / Bilder: Soweit nicht angegeben unter keine freien Lizenz!

Über den Author:

Photo Benjamin Steininger Benjamin Steininger ist Informatik-Student an der H-DA in Darmstadt, ist Vegetarier und photographiert sehr gerne. Er ist öfters auf Foren aus dem Bereich PHP und Zend Framework anzutreffen: php.de, Zend Framework Forum und dem Developers-Guide . Beschäftigt sich viel mit dem Internet, PHP, Zend Framework und hat einen Wunschzettel bei Amazon.
mehr Informationen über mich

Powered by

Zend Framework 1.9 / Doctrine 1.2 / ezComponents 2009.1.2 / Webalizer Extended / Piwik / Apache 2.2 / Lighttpd 1.4 / php 5.2 / mysql 5.1 / Debian / JQuery 1.3 / Syntaxhighlighter 2.0 / Blueprint CSS Framework / HTML Purifier 4 / ...
mehr Informationen zur Technik

Kontaktmöglichkeiten

  • Jabber: robo47@blub-blub.net
  • OTR: 9262263C 3024C0D5 B4EEA269 CFEDF021 D28CB980
  • Email: robo47@robo47.net
  • GPG: 0xB23A4C0B
  • Skype: robo47
  • Twitter: robo47
  • Identi.ca: robo47
  • Kontaktformular