"Save As..." error in Photoshop CS5

Sometimes, you might encounter a problem where you can't use the 'Save As...' feature. The problem will repeat even though you reinstall Photoshop. This problem might occur due to the screen resolution of your computers. ...

Read more

How to disable 'ISBMgr.exe'

After installing Windows 7 on my VAIO system, an unexpected error message appeared: The installed battery may not be properly connected to the computer or may not be compatible with the computer. Click "OK" to ...

Read more

Search text within multiple files in Linux

If you want to search text in multiple files in Linux, you can use the following command. Example) If you want to find files containing the word "abcd" under the directory /home/ and its subdirectories: ...

Read more

Add commas into number strings (RegEx)

In numbers of more than three digits, it's general to use a comma after every third digit from right to left. If you want to add commas into really many number strings, the following regular ...

Read more