Recent Posts

  • New WordPress Plugins

    Posted Mar 14th, 2009 in Clippings With | 3 Comments

    I’ve create two new wordpress plugins. You can find more info and download links at their respective pages.

    RPCat

    This plugin creates a widget to allow you to show recent posts in your sidebar from a specific category.

    RPTag

    This plugin creates a widget to allow you to show recent posts in your sidebar from a specific tag.

  • Ubuntu: Stuck Sound

    Posted Mar 8th, 2009 in Noteworthy With | Comments Off

    If you are like me then there is no doubt that you’ve had the sound stuck while you where playing something, watching a movie or checking out a new software.

    Now if the sound has stuck and you keep hearing something through the speakers even though you have killed the application responsible for the sound crash the sound won’t stop. If that’s the case you don’t need to reboot the machine all you need to do is stop the sound.

    As a first step you can try to restart the sound daemon using the following command although for me it never worked.

    sudo /etc/init.d/alsa-utils restart

    If it works then you can stop here, if not then carry on. The following command will show you the processes that are currently holding up the sound device.

    sudo lsof | grep pcm

    Here is what my computer shows.

    xine   20374     ckr  mem    CHR         116,6            13714 /dev/snd/pcmC0D0p
    xine   20374     ckr    9w     CHR         116,6          13714 /dev/snd/pcmC0D0p
    

    Then you will need to kill these processes. the first number of each line from the result shown above is the process id. You can kill each process issuing the following command replace the number 20374 which is my process id to yours.

    kill -9 20374

    After doing that you should hear or not hear to be more precise the sound. After that all you need to do is to issue the following command to restart the sound daemon.

    sudo /etc/init.d/alsa-utils restart

    Hope this works for you. If you know a better way please say so in the comments.

  • No more spam

    Posted Mar 6th, 2009 in Clippings With | 3 Comments

    I have recently applied a captcha method for commenting on this blog, via the means of this plugin.

    The reason for doing so it’s not because I have too many comments but because I have too many spam comments. Over the past couple of days this has proved to work since I did not receive any spam at least for now and my spam count has gone down to zero, nothing, nada.

    I think that wordpress should provide this option into the core, for anyone that would like to turn it on.

    I know that some people argue that users don’t want to enter a captcha or can’t be bothered. My personal option is that if they can’t be bothered then they don’t want to be heart.

    If you notice anything strange let me know.

  • Page 5 of 114« First...«34567»102030...Last »

Constantinos Koloumrbis 2004-2013 ©