Sometimes we will run out of ideas about what to cook for lunch/dinner and I am sure that this will be a common problem for most of us....;)In that sense,blogging is helping me a lot in getting lot of ideas,infact it is inspiring me more to try out new dishes from different regions and cuisines.I generally make sambar out of drumstick or I will use in aviyal […]
If you are among those who have multiple machines on their desktop, then you must be familiar with the problem of goofing up with the keyboard and mouse. You start typing and suddenly realize that the keyboard which you are using is not the one intended. Also, multiple keyboards and mice eat up a lot of desk space. In case of KVM Switch, it reduces the numbe […]
When I am working my Ubuntu Desktop, I observed that only one of the key in my keyboard is not using at all which is windows key. I have decided to make is work in Ubuntu and finally I did. Windows Key Just follow the below instructions to make this windows key to work in Ubuntu Step 1 G0 to System > Preferences > Keyboard short cuts from your desktop […]
This is a small tip to enable auto login in Ubuntu flavour. That means you don’t need to login in to your machine when the system boots up. For enabling Auto Login you need to have mingetty and need to edit one file. For complete procedure, please follow the below steps step 1 sudo apt-get install mingetty Step2 After installing you need to take back up of […]
PHP SEO File Upload System Paginacao AMD Socket Server Form Data Processing Simple Example of formsubmission, update and remove functionalities with AJAX QueryString Shopping Cart AJAX PHP MSSQL Dump Shopping cart AJAX Oracle Post Danmark
As a continuation from his previous post ("How do GOOD developers ask questions?") Mike Bernat is back with this suggestion on how should good developers answer questions. When given a very specific question that you know has a very specific answer, your first reaction might be to blurt out the answer and be done with it. However, I like to go the […]
We have so many tools available to track the blogs or wesites. Although there are some free ones, most of them come with a price tag. Why not do it yourself? With PHP, you can easily create a log file within minutes. This article shows you the complete tutorial on how to make the tracker Getting the information The most important part is getting the informat […]
It's set to be the biggest and best release of Ubuntu so far and it impresses right from the get-go with an impressive installer, fast boot times, new artwork and a whole lot more. Meet quite possibly the best operating system on the planet - Ubuntu 9.10 Karmic Koala! The default Ubuntu 9.10 Desktop So what's new in Ubuntu 9.10? Let's take a q […]
Everyone else probably already knows this stuff, but I hit an issue today to that took a while to sort out. Fortunately, some kind folks on IRC helped me, but as it's embarrassing to ask for help on the same issue twice, I'm writing down what I've learned! The problem Get a £ character stored to MySQL, retrieved and then displayed without any […]
I'm sure everyone else already knows about watch, but it's new to me. This little utility executes a program repeatedly at a set interval and displays its output. I've been using it with mysqladmin's processlist command like this: watch -n 1 /usr/bin/mysqladmin -uroot -pMYPASSWORD processlist Note that this does put your password on disp […]