Navigation |
BlogsHow to set the $LANG and $LC_ALL properlyHow to view the current locale setting# localeHow to change the locale setting
To change the current locale setting, first confirm that the desired locale is
How to turn off the annoying speaker beep on UbuntuThere is a simple and easy way to make sure the speaker of your pc will stop beeping everytime you issue a wrong command. sudo lsmod | grep pcspkrIf you can see
pcspkrTurn it off
How to flush the postfix queueFor some reason Postfix sometimes get stuck.
oktober# mailqFortunately there is a little binary called postqueue that can help.
5 Great security tools for UbuntuUbuntu usually comes out of the box with a pretty good set of security features. However there are some really great tools out there that can help to save some hassle...
Closing a ThickboxThickbox is this great Javascript framework that helps you showing pictures or having a iframe clearly visible on your website. For example it can be used to create a disclaimer to be displayed when entering a website. In order to redirect your visitor to an external website if he doesn't comply with the disclaimer requirement, or to just give access to your website, you need to close the thickbox. Easy:
Random String FunctionA simple function to create a random string.
php imagerotate function on ubuntu hardyLooks like many people are having problem with the function imagerotate from the gd library on php. Here is how I do it on my server.
|