Entries Tagged 'Uncategorized' ↓

com_resize on wordpress plugins

Because I expect a huge, huge demand of my com_resize plugin, I have put it on the wordpress site :)

Now I hope it gets approved.

Some Wine and Hardy

Wine still segfaults on me with Hardy Heron! I'm gonna look if this still works:

CODE:
  1. Does not work (segfaulting):
  2. mkdir ~/src
  3. cd ~/src
  4. sudo -i
  5. apt-get build-dep wine && apt-get source --build wine
  6.  
  7. This does work:
  8. mkdir ~/src
  9. cd ~/src
  10. sudo -i
  11. apt-get source wine
  12. cd wine-0.9.55
  13. ./configure
  14. make depend && make
  15. sudo make install
  16.  
  17. (for me)

Where am I going to host my project?

In my previous blog item I asked the question: where am I going to host my (git) project? John Nunemaker mentioned github for hosting git projects. Maybe I'm gonna look at that when I'm done with my house.