Wednesday, March 17, 2010
Monday, March 15, 2010
How to open ODF files by MS Office
- First you need to Install Service Pack 1 for Office 2007.
- Install Sun ODF Plugin for Microsoft Office.
- Open ODT document via File > Open, or by double-clicking the ODT file and when prompted for the application to open it with, choose Word.
Friday, March 05, 2010
Ubuntu Approved for the US Government
Thursday, March 04, 2010
New virus spreading from Facebook
Monday, March 01, 2010
Saturday, February 20, 2010
Thursday, February 18, 2010
All Internet Explorer users should choose once again if they really want to use IE
This is the first time that Microsoft is taking action on EU rules after their update on Windwos 7 for Europe which was distributed without IE as a part of the Windwos core.
Source ( Norwegian )
Netdom Reset
Netdom is a command-line tool that is built into Windows Server 2008. It is available if you have the Active Directory Domain Services (AD DS) server role installed. To use netdom, you must run the netdom command from an elevated command prompt. To open an elevated command prompt, click Start, right-click Command Prompt, and then click Run as administrator. [More info & Example]
Sunday, February 14, 2010
Disable startup sound at ubuntu 9.10
Friday, February 12, 2010
How to remove IE from your Windows
Steps for Windows 7
To uninstall Internet Explorer 8, follow these steps:- Close all programs.
- Click Start, and then click Control Panel.Collapse this imageExpand this image

- Under Programs, click Uninstall a program.
- In the tasks pane, click Turn Windows features on or off.
- In the list of windows features, clear the check box next to Internet Explorer 8.
- You receive a warning message in a pop-up window. Click Yes.
Steps for Windows Vista or for Windows Server 2008
To uninstall Internet Explorer 8, follow these steps:- Close all programs.
- Click Start, and then click Control Panel.
- Click Uninstall a Program under the Programs category
- In the Tasks pane, click View installed updates.
- In the list of installed updates, double-click Windows Internet Explorer 8.
Note If Windows Internet Explorer 8 does not appear in the list of installed updates, try the alternative steps for Windows Vista or for Windows Server 2008. - In the Uninstall an update dialog box, click Yes.
Note If you are prompted for an administrator password or for confirmation, type the password, or click Continue. - Follow the instructions to uninstall Internet Explorer 8.
- When the uninstall program is finished, restart your computer.
Steps for Windows XP or for Windows Server 2003
To uninstall Internet Explorer 8, follow these steps:- Close all programs.
- Click Start, and then click Control Panel.
- Click Add or Remove Programs.
- In the list of currently installed programs, click Windows Internet Explorer 8, and then click Remove.
Note If Windows Internet Explorer 8 does not appear in the list of installed updates, try the alternative steps for Windows XP or for Windows Server 2003. - Follow the instructions to uninstall Internet Explorer 8.
- When the uninstall program is finished, restart your computer.
Saturday, January 30, 2010
How to change the font size permanently in Thunderbird
Change MAC's computer name
- Launch ‘System Preferences’
- Click the ‘Sharing’ icon
- Type in the name you want to change to.
- Close ‘System Preferences’ and you are done.
Thursday, January 28, 2010
ipad critique
Friday, January 22, 2010
Find computer name with IP Address
Then you have computer name in front of you :-)
Monday, January 18, 2010
Rotate & save PDF files in Adobe Acrobat Pro
If you have Adobe Acrobat 9, then you can easily do it under Document -> Rotate Document.
Wednesday, January 13, 2010
Saturday, December 19, 2009
PHP string concatation
$str1 = 'This '; $str2 = 'is a '; $str3 = 'test string'; $full = $str1.$str2.$str3; echo $full; ?>
PHP string compare
$str1 = "Test"; $str2 = "Test"; ?>
Tuesday, December 15, 2009
Shortcut command to Restart / Shutdown windows
Vista, 7 : Click start -> Write : cmd
Then :
For a shortcut to RESTART Windows :
SHUTDOWN -r -t 01
For a shortcut to SHUT DOWN Windows :
SHUTDOWN -s -t 01
Monday, December 14, 2009
enable content search in windows
Content-searching can allow you to search files by what is contained within the file rather than the file-name. By default, Windows only search file names for locations that are unindexed, which can often bring frustration upon users who have Search Indexing disabled. By enabling content-searching, those who often forget filenames but remember the contents within a file can make their searching much more efficient.

Re-enabling content-searching is very simple. First, you want to access your folder options from the Tools menu. If you don’t have the top navigation bar enabled by default, just press Alt.

Click on the Search tab above to access your Search Functions. Below is a picture of the default search settings. Simply check the second button, “Always search file names and contents” to re-enable content searching. If you’re working with system files, you might also want to check the Include System Directories box below.
source : http://www.vistarewired.com/2007/03/17/how-to-search-files-by-content-data

