Forget “Remember Password” browser feature
This morning, I've read many posts about passwords that are stored in our browsers. Commonly, people tend to use these stuff because first, it's easy to use, and second…
This morning, I've read many posts about passwords that are stored in our browsers. Commonly, people tend to use these stuff because first, it's easy to use, and second…
You might encounter an error in your /etc/apache2/error.log stating: [Tue Feb 01 00:57:02 2011] [alert] [client 192.168.1.102] /home/cliper/lampen/.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not…
Late yesterday, we're working on something we don't expect in magento. Looking into the problem is very frustrating because we really don't have any clue what just happened until we…
Sometimes we want to have a dump of all our databases in mysql and restore it later to somewhere else or in the same server. here’s how... In your terminal:…
Excluding files/folders using tar is very straight forward. Assuming we have a directory tree similar to this in Linux -/home/cliper/ |--- folder/ |--- file1 |--- file2 |--- folder and we…