Browsing archives for 'Development'
Development,open source
21 June 2010 | 268 Comments
The other day I set out to finally start synching one of my backup folders on one of our Ubuntu Servers with Amazon S3. The reasons for this, are obvious. Amazon S3 is very cheap and reliable and is a good fit for keeping “smaller” chunks of files as a backup storage. So, apart from [...]
Tagged in amazon s3, backup storage, bash scripts, crontab, putting files, ruby, secret key, writing a script
Development,Internet Zeitgeist,efficiency
1 June 2010 | 311 Comments
Most of you probably remember the UI of the movie “Minority Report”. We all thought that this would be way cool to interact with our machines like that. Well, good news. The future of the UI is here. The makers of the movie did not only show us what could be done, but also allowed [...]
Tagged in generosity, john underkoffler, macintosh, minority report, technology technology, ui
Development
24 May 2010 | 1,857 Comments
I just run into an issue where the form was submitted with Firefox (despite an error), but the page stopped loading under Google Chrome. With the help of FireBug I saw that there was a Javascript error with the message “too many recursions”. This is the code that I had which caused too much recursion: [...]
Tagged in firebug, firefox, javascript error, jquery, submit, validation
Development,linux,open source
2 February 2010 | 12 Comments
Nginx is our favorite web server currently as it is fast, lean and easy to configure. Performance is just outstanding and if you haven’t take a look at it. One thing that I noticed while we deployed Nginx with Tomcat is that their default size for the buffers are very low. Don’t know why a [...]
Tagged in 4k buffer, buffer size, buffers, default size, error message, nginx, reading response, remedy, response header, size 256k, tomcat, web server
Apple,Development,open source
23 January 2010 | 162 Comments
Today I set out to get MySQL and PHP setup on my MacBook Pro. Since Apache2 already comes with MacOS X (mine is Snow Leopard and yours should be too!). Now, the funny thing is that I first searched on the web how to best install PHP and MySQL. Surely, I came across MAMP (a [...]
Tagged in apache2, gui tools, httpd, libraries, macports, mysql, php library, snow leopard
Development,open source
11 January 2010 | 4 Comments
We just moved some of our subversion repositories to a new server and with it changed the URL’s. Now, in order to change any existing checkout version to grab updates from the new subversion server we issued the simple “switch” command from subversion as in: svn sw svn://svn.domain.com/trunk . The problem with this was that [...]
Tagged in open source, subversion
Development,open source
21 December 2009 | 499 Comments
Mind you, I’m no PHP guru and I only have PHP installed on our server because of our WordPress blogs. that said, I was facing an ugly PHP error today and somehow we could not load the WordPress admin pages anymore of it. The error was: PHP Warning: Module ‘fileinfo’ already loaded in Unknown on [...]
Tagged in blogs, centos, php error, php version, wordpress
Development,linux,open source
11 December 2009 | 18 Comments
Running an Oracle database is great, because it is stable and just runs, but sometimes you are hit with unexpected errors when you restart your machine. Thought, I know Oracle quite well, I’m always surprised at some things. Here are two errors (and solution) I was just confronted with: ORA-27101: shared memory realm does not [...]
Tagged in default limit, default profile, environment variables, oracle, oracle database, oracle home, oracle product, shared memory, shell session, sid, unexpected errors
Development,linux,open source
20 November 2009 | 24 Comments
I had to spent way too much time the last time to set up ImageMagick and Ghostscript together that I simply jump right in so you don’t have to waste time on this, like I did. Creating thumbnails and images from a PDF is one of the most used features within Razuna. But the other [...]
Tagged in delegate, executable path, ghostscript, imagemagick, images, ln s, postscript, shell, symbolic link, thumbnails, uncaught exception, usr bin, web application, web applications
Development
15 November 2009 | 23,792 Comments
I have to admit, I love databases. To hold data in a central place and be able to hook up any application from wherever you are to it, is just convenient to say the least. But there are moments I wish that vendors would “follow” a standard. I guess, when it came down to paging, [...]
Tagged in databases, limit 0, ms sql, mysql, oracle, paging, sql syntax, web application