Thursday, February 26, 2009

Enable/Disable System Properties

0 comments
Enable/Disable System Properties Access from My Computer



This tweak removes access to System Properties via My Computer as well as via Control Panel.

1.Click Start->Run->type Regedit

2.Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

3.Modify/Create DWORD Value of Data type REG_DWORD Named [NoPropertiesMyComputer]

4.Value Data: [0 - Display Properties / 1 - Hide Properties]

Exit Registry and Reboot.

Note:Do it your own risk. Plz
backup your registry before going to change.

Create a Hidden User Account

0 comments
Creating a Hidden User Account

This tweak allows an account that is normally displayed on the Welcome screen to be hidden from view. To log on using the account it's necessary to use the Log On To Windows dialog box similar to the one in Windows 2000 i.e. press CTRL+ALT+DEL twice.

1.Click Start->Run->Regedit

2.Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\UserList

3.Modify/Create DWORD Value of Data type REG_DWORD Named [Type Name of Account to be Hidden]

4.Setting for Value Data: [0 = Account is Hidden / 1 = Enabled]

5.Exit Registry and Reboot

While the account is hidden on the Welcome screen, note that the account profile will be visible in C:\Documents and Settings or wherever user profiles are stored as well as in Local Users and Groups.

Note: Do it your own risk. My advice is to backup your registry before the changes takes place.

Windows XP Advanced Tips and Tricks

0 comments
Click Start->run->msconfig->Click Services

Services to turn off:

Alerter
Application Management
Automatic Updates
ClipBook
Distributed Link Tracking Client
Error Reporting Service
Fast User Switching Compatibility
Messenger
Portable Media Serial Number Service
Remote Registry
Routing and Remote Access
Task Scheduler
Telnet
TPC/IP NetBIOS Helper
Uninterruptible Power Supply

Registry Tips and tricks:

Auto Sort Start Menu

1. Click Start->run->type regedit

2.Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder

3.Go to Edit/Permissions, click Advanced, clear the "Inherit From Parent" check box.

4.Click Copy from the dialog box, click OK and then clear the "Full Control" for your account and now Windows will auto sort the start menu, but you can still do it too.

Disable User Tracking

1. Click Start->run->type regedit

2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

3.Add or Edit DWORD = NoInstrumentation, Value = 1

Disables Windows user tracking; better performance, much better privacy

Cache Thumbnails

1. Click Start->run->type regedit

2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

3.Add or Edit DWORD = DisableThumbnailCache, Value = 1

Disables thumbnails in Windows, saving hard drive space

Kill Chrashed Apps Quicker

1. Click Start->run->type regedit

2. Go to HKEY_CURRENT_USER\Control Panel\Desktop

3.Add or Edit Sring = HungAppTimeout, Value = 1000-5000

Cuts time for Windows to recongize a crashed application and allow you to kill it; default is 5000(for 5 seconds)

Faster Start Menu

1. Click Start->run->type regedit

2. Go to HKEY_CURRENT_USER\Control Panel\Desktop

3.Add or Edit Sring = MenuShowDelay, Value = 0 - 400

Changes the delay that for Windows to show a menu in the start menu; value is in ms

Network Intelligently

1. Click Start->run->type regedit

2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

3.Add or Edit String = DisableTaskOffload, Value = 1

Frees processor from doing network-card work

Browse the Network Faster

1. Click Start->run->type regedit

2.Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace

3.Delete subkeys {2227A280-3AEA-1069-A2DE-08002B30309D} and {D6277990-4C6A-11CF-8D87-00AA0060F5BF}

Speeds up network browsing of old Windows machines on the LAN by ignoring their scheduled tasks and printers

Remove Compression Option In Disk Cleanup

1. Click Start->run->type regedit

2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Compress old files

3.Delete the Default Value Key.

The next time you start Disk Cleanup, it will skip the compression analyisis.

Note: Use it Your own risk .My advice is to backup your registry before doing any changes to registry

Close Not Responding Applications with in 5 seconds

0 comments
Kill Chrashed Applications Quicker



1.Click Start->Run->regedit

2. Go to HKEY_CURRENT_USER\Control Panel\Desktop

3.Add or Edit Sring = HungAppTimeout, Value = 1000-5000

Cuts time for Windows to recongize a crashed application and allow you to kill it.

Default is 5000(for 5 seconds)

Decrease your Winxp Applications Startup Time

0 comments
By default, Microsoft includes the /prefetch:1 switch to speed up it's Windows Media Player application start time. This switch can be used for other Windows applications and also many third party programs.

Example #1

You have AOL 8.0 installed on the computer. Complete the steps outlined below to add the /prefetch:1 switch to AOL's Target path.

1. Right click on the AOL shortcut and select properties from the menu.

2. In the Target: Field add the /prefetch:1 switch to the very end of the path.

like this:

"C:\Program Files\America Online 8.0\aol.exe" /prefetch:1 and then click ok.

Now start AOL. It would load at least 50 times faster than ever before.

Note: There should be space between (" and /prefetch ) Example : " /prefetch:1

Example #2


1. Go to the Start button/All Programs/Accessories/System Tools

2. Right click on System Restore and select properties from the menu that appears.

3.Add the /prefetch:1 to the Target Path entry so it looks

like this

%systemRoot%\System32\restore\rstrui.exe /prefetch:1

4. click ok.

Now System Restore will start immediately when executed.

Note: This switch will only work with some programs. Others will return a message saying the program in the target box is invalid. Just remove the switch

Increase XP Folder Settings

0 comments
Windows remembers 400 folder settings. When that number is reached some settings aren't retained any longer. You can change this to 8000 by adding this edit to the registry.

1. Copy the following (everything in the box) into notepad.

QUOTE
Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]
"BagMRU Size"=dword:00001f40

[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]
"BagMRU Size"=dword:00001f40

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

2. Save the file as folder8000.reg

3. Double click the file to import into your registry.

Microsoft Word - Keyboard Shortcuts

0 comments
Keyboard Shortcuts Result in Microsoft Word

CTRL and A Selects all in the current document.

CTRL and B Bold text.

CTRL and C Copies the item or text to the Clipboard and can be pasted using CTRL and V.

CTRL and D Displays the Font dialogue box.

CTRL and E Centre Alignment.

CTRL and F Displays the Find dialog box, to search the current document.

CTRL and G Displays the Go to dialog box, to go to a specific location in the current document.

CTRL and H Displays the Replace dialogue box.

CTRL and I Italic text.

CTRL and J Full Justification.

CTRL and K Create Hyperlink

CTRL and L Left Alignment

CTRL and M Tab

CTRL and N Creates a new document.

CTRL and O Displays the Open File dialogue box.

CTRL and P Displays the Print dialog box.

CTRL and R Right Alignment.

CTRL and S Displays the Save dialog box.

CTRL and U Underline text

CTRL and V Pastes the copied item or text from the Clipboard into the current position in the
document.

CTRL and X Cuts the item or text selected to the Clipboard.

CTRL and Y Redo the last undone action.

CTRL and Z Undoes the last action.

CTRL and ENTER Insert Page Break.

CTRL and F2 Show Print preview.

CTRL and F4 Closes the active document window.

CTRL and F6 Opens the next document window.

Keyboard Shortcuts Result in Microsoft Word

F1 key Get help or use the Office assistant.

SHIFT and F1 key Context sensitive help.

F2 Key Move text or image.

SHIFT and F2 Key Copy Text.

F3 Key Insert an autotext entry.

SHIFT and F3 Key Change the case of the selected text.

F4 Key Perform last action again.

SHIFT and F4 Key Perform a Find or Go to action again.

F5 Key Displays the Go to dialogue box, from here you can also Find and Replace.

SHIFT and F5 Key Move to a previous revision.

F6 Key Go to the next frame or pane.

SHIFT and F6 Key Go to the previous frame or pane.

F7 Key Launch the Spell checker.

SHIFT and F7 Key Launch the Thesaurus.

F8 Key Extend the current selection.

SHIFT and F8 Key Shrink the current selection.

F9 Key Update the selected fields.

SHIFT and F9 Key Switch between a field code and it's result.

F10 Key Activate the menu bar.

SHIFT and F10 Key Display a Shortcut Menu. Same as right clicking.

F11 Key Go to the next field.

SHIFT and F11 Key Go to the previous field.

F12 Key Save file As, equivalent to tools menu.

SHIFT and F12 Key Save document, equivalent to tools menu

Tuesday, February 24, 2009

Slow Loggon Time, one fix for problem

0 comments
My problem was a 1 min login delay due the aktiveds.dll that loads at startup .

Open up regedit.exe and find THIS folder. Navigate to it by clicking the +'s to expand
things like you would in Windows explorer:

1.Start Registry Editor (Start->Run->regedit)

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\Guardian


2.Right click over "Guardian" in the left pane.

3. click on "Permissions"

4. click "SYSTEM" once to highlight it.

5.Check "deny" in all boxes that you can at the bottom (Probably only 2)

6. click Apply

7. Click OK

Say "OK" to any warnings about permissions
**Reboot** the system

I got this information from another forum.

Speed up menu display

0 comments
When using the start menu the you will notice a delay between different tiers of the menu hierarchy. For the fastest computer experience possible I recommend changing this value to zero. This will allow the different tiers to appear instantly.

Start Regedit(Start->Run->regedit).

Navigate to HKEY_CURRENT_USER\Control Panel\Desktop

Select MenuShowDelay from the list on the right.

Right-click on it and select Modify.

Change the value to 0

Reboot your computer.

How To Speed Up Http Requests On Internet Explorer

0 comments

To comply with current Internet standards, Internet Explorer limits the number of simultaneous downloads to two downloads, plus one queued download. This configuration is a function of the browser. However, as connection speeds increase, and the number of total connections that are allowed to Internet servers increase, the two-connection limit may be restrictive.

Please Note: Changing the maximum number of connections beyond two is a violation of Internet standards; use at your own risk!

To increase the number of simultaneous connections that are allowed, follow these steps:

1. Start the Registry Editor(start->run-regedit)

2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings

3. Select New > DWORD Value from the Edit menu

4. Name the new value MaxConnectionsPer1_0Server

5. Right-click the MaxConnectionsPer1_0Server value and choose Modify

6. Under Base, click the radio button next to Decimal

7. In the Value Data: box enter the number of simultaneous connections you want to set (for example 10 is a good value), and

8. click OK

9. Repeat steps 3 - 7 using the new value MaxConnectionsPerServer

10. Exit the registry editor

Visit

http://blogs.msdn.com/nickmac/archive/2004/08/25/220001.aspx

How to save Windows xp updates

0 comments
1. Go to the Windows Update web site.

2. In the left pane, under Other Options, select “Personalize Windows Update”.

3. Under “Set Options for Windows Update”, select the checkbox for “Display the Link to Windows Update Catalog under ‘See Also', then click “Save Settings”.

4. Go back to the Windows Update web site.

5. In the left pane, under “See Also”, select “Windows Update Catalog”.

6. Select “Find Updates for Microsoft Operating Systems”.

7. Select the operating system and language of your choice.

8. Select “Critical Updates and Service Packs”.

9. Select all of the patches you’d like to download, then click on “Go to download basket” to download them.

How To Rename Multiple Files In Winxp

0 comments
XP lets you rename files in bulk by simply selecting multiple files within Windows Explorer and pressing the F2 key. When you use this feature, the OS applies the name you enter to the first file and applies the same name with a number in parentheses to the other files you selected (the file extensions remain unchanged).

For example, if you select the following files,

* notes.doc
* figures.xls
* disney.jpg
* holiday.gif

And rename the first file (notes.doc) to SoD.doc, XP renames the remaining files as follows:

* SoD (1).xls
* SoD (2).jpg
* SoD(3).gif

How to Fix corrupted files in XP

0 comments

This tutorial will help people that are having problems with corrupted files to some extent.

Requirements
  • Windows XP operating system
  • Windows XP cd
Right to the tutorial

1.Place the xp cd in your cd/dvd drive

2.Go to start->Run->type cmd

3.Type in command prompt 'sfc /scannow' (without the quotes)

Now it should all load, and fix all your corrupted file on windows XP

How to find a Remote IP

0 comments
How to find a remote IP

Method 1

To view someone's IP# when they send you hotmail email do this:

1) Click "Options" on the upper right side of the page.

2) On the left side of the page, Click "Mail"

3) Click "Mail Display Settings"

4) Under "Message Headers" select "Full" or "Advanced"

5) Click ok

Method 2

reg a dydns account and install the ip pointer, so each time you ping the host name you registered

for example:

you register the host name myhost.dydns.com, then you keep a little software running on the target host. The little software will keep update your IP to dydns.com server.

so at your pc just start cmd, and ping myhost.dydns.com, it will give you the most updated ip address.

Method 3

neverender, what doesn't work for you? Simply type in nc -vvv -l -p 80 on your box, which will set it to listen in verbose mode on port 80. Then give them a link to your IP address (for example: 111.111.111.11) and tell them to type it in their browser. The browser should resolve the address as well as append port 80 automatically. Just make sure that your friend is not very computer literate.

Method 4

Just download a very simple server such as this one and install it on your comp. Then run it and give your ip to the person you want and tell them to connect to it through a browser. Your server will log their connection and you will get their IP.

link:http://www.download.com/Abyss-Web-Server/3000-2165-10283992.html?tag=lst-0-6


Other Ways

-www.imchaos.com and make a "spy poll" to put in ur profile, this will tell u the IP of anybody who answers ur poll
-originalicons.com there is a page for doin it (i dont like it, but it works)
-or irc


Here is a more detailed tutorial about using NetCat.

http://www.onlamp.com/pub/a/onlamp/2003/05/29/netcat.html

Windows users can download NetCat from here:

http://www.atstake.com/research/tools/network_utilities/

How To Change Thumbnail Size And Quality

0 comments
If any of you out there like to use the thumbnail view, especially for browsing through photos and images, it can become a bit of a drain on your system. It is possible to lower the thumbnail size and quality by editing the following registry keys.

Open the registry and navigate to :

HKEY_CURRENT_USER\ Software\ Microsoft \ Windows\ CurrentVersion\ Explorer

Create a new DWORD value called ThumbnailSize, and set the value between 32 and 256.

Create another DWORD value called ThumbnailQuality, and set the value between 50 and 100.

Key Details :

USER Key: [HKEY_CURRENT_USER\ Software\ Microsoft \ Windows\ CurrentVersion\ Explorer]
Value Name: ThumbnailSize
Data Type: REG_DWORD (DWORD Value)
Data Value: 32 - 256

USER Key: [HKEY_CURRENT_USER\ Software\ Microsoft \ Windows\ CurrentVersion\ Explorer]
Value Name: ThumbnailQuality
Data Type: REG_DWORD (DWORD Value)
Data Value: 50 - 100

How to burn quicker in windows xp

0 comments
Windows xp has burning software built in which can cause problems sometimes when burning with other programs.

you can turn windows xp burning tool off like this.


Go to "administrative tools" in the control panel.

In the "services" list, disable the IMAPI CD-Burning COM service.

How To Access Your Folders From Your Taskbar

0 comments
How To Access Your Folders From Your Taskbar

This is an easy way to get to the folders on your system without having to open a Windows Explorer Window every time you want to access files. I find it very useful to have this feature as it allows me to access my Folders and Drives immediately and saves me a lot of time.

This works in Windows XP:

1. Right Click an empty spot on your Taskbar (Between your Start Button and your System Tray).

2. Click Toolbars.

3. Click New Toolbar.

4. A Small Window will Open that allows you to pick the folder you wish to make a Toolbar. If you want to access your Desktop Without having to minimize all your windows. Just Pick Desktop. If you want to access ONLY your My Documents Folder, Select that. Any folder will work for this.

5. Click OK.

The New Tool bar will appear at the bottom of your screen next to your System Tray.

If you find this to be not useful

Repeat
Steps 1 and 2 and then check click the Toolbar you created that has a check mark next to it. And it will disappear.

How Long Has Your XP System Been Running

0 comments
How Long Has Your System Been Running?

Here's how you verify system uptime:

Click Start | Run and type cmd to open a command prompt.
At the prompt, type systeminfo

Scroll down the list of information to the line that says System Up Time.

This will tell you in days, hours, minutes and seconds how long the system has been up.

Note that this command only works in XP Pro, not in XP Home. You can, however, type net statistics workstation at the prompt in Home. The first line will tell you the day and time that the system came online.

Getting Movies, Mp3,Games using Google

0 comments
Lets keep this tutorial short. You want movies and games/mp3 / games and dont' know where to get them, But there is google.com don't worry.

Go to www.google.com

put this string in

"parent directory " /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

"parent directory " DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

"parent directory "Xvid -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

"parent directory " Gamez -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

"parent directory " Name of Singer or album -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

Note: I am only changing the word after the parent directory, change it to what you want and you will get lots of goods. i got plenty of movie sites heh.

Discover New Music

0 comments
The things you need:
- (Optional) A file sharing program (I use limewire)
- A browser. :]

1.) Pick one of your favorite bands.

2.) Go to amazon.com or cdnow.com (same thing)

3.) Look up that band's name

4.) Scroll down until you see "Customers who bought this title also bought:"

5.) Browse through the artists you've never heard of in that list.

6.) Check out one of their albums, preferably the one with highest rating (in stars)

7.) Either listen to the samples on amazon or download a song by them with your filesharing app.

If you like what you hear, Repeat steps 3-7 using the new band's name.

You'll find TONS of new music you never thought existed.

It's a really simple way to find stuff, and I'm sure lots of you probably already do this. But for those who don't -- you'll thank me later. It works wonders. :)

Disable Windows Logo Key Activity while playing games

0 comments
While playing games and Windows logo key keep annoying ,while accidently clicked it and for this i finally found the following article in microsfot website, and it did work, hope this helps, thanks!

CODE
http://support.microsoft.com/?kbid=181348


or

You can copy the following messages into u r Notepad and save as (*).reg, and Run it by Double-click

Note: (*) Represents name to save

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,00,00,5b,e0,00,00,5c,e0,\
00,00,00,00

How To Disable The Send Error Report to Microsoft

0 comments













To disable this feature in WinXP which tries to send a report to microsoft every time a program crashes you will have to do this:

*************************************************************************
1.Open Control Panel

2.Click on Preformance and Maintenance.

3.Click on System.

4.Then click on the Advanced tab

5.Click on the error reporting button on the bottom of the windows.

6.Select Disable error reporting.

7.Click OK

8.Click OK

*************************************************************************

How to remove an extra operating system from Booting

0 comments
If you have more then one operating system installed or wish to remove an operating system from the boot menu, you can use the following information.

1.Open Mycomputer->Right-click on a free space not on "Drives or any Icons".

2.Select Properties and find Advanced tab

3.Under Startup and Recovery, click Settings.

4.Under Default Operating System, choose one of the following:

For example : If you have Winxp Pro, Winxp Home, Windows2000.


"Microsoft Windows XP Professional /fastdetect"

-or-

"Microsoft Windows XP Home /fasdetect"

-or-

"Microsoft Windows 2000 Professional /fastdetect"


5.Take the checkmark out of the box for "Time to display a list of Operating Systems".

6.Click Apply and Ok, and Reboot the system.

*If you wish to edit the boot.ini file manually, click on the button "EDIT"

How to find hidden files(command method) in command prompt

0 comments
Basically we use hidden option or command to hide the data in the folder or any thing it maybe . Some body use the command to hide the folders

To Hide

attrib +h +s folder name (or) filename

If u use the command method u need to remember the name of the folder or filename and also the path of the directory .

If u want to see the folder we use the command

To UnHide

attrib -h -s filename or folder name


The problem in this method is if u forgot the name of the folder which is hidden how to recover the name is the problem with out name we can't access file to see .For these purpose use the given tip to recover the filename or foldername .Using these we can see the files which is hidden using both mehod either by using folder option or command method.


Simple and useful tip

******************
Type this in command prompt

dir /ah


If the list is too long u can use

dir /ah/p/w


*******************

Monday, February 23, 2009

Delete An undeletable File

0 comments
Delete An "undeletable" File

i)Open a Command Prompt window and leave it open.

ii)Close all open programs.

iii)Click Start, Run and enter TASKMGR.EXE

iv)Go to the Processes tab and End Process on Explorer.exe.

v)Leave Task Manager open.

vi)Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.

vii)At the command prompt type DEL where is the file you wish to delete.

viii)Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.

ix)Close Task Manager.


Or


you can try this

1.Open Notepad.exe

2.Click File>Save As..>

3.locate the folder where ur undeletable file is

4.Choose 'All files' from the file type box

5.click once on the file u wanna delete so its name appears in the 'filename' box

put a " at the start and end of the filename
(the filename should have the extension of the undeletable file so it will overwrite it)

6.click save,

It should ask u to overwrite the existing file, choose yes and u can delete it as normal


Here's a manual way of doing it.

1. Start

2. Run

3. Type: command

4. To move into a directory type: cd c:\*** (The stars stand for your folder)

5. If you cannot access the folder because it has spaces for example Program Files or Kazaa Lite folder you have to do the following. instead of typing in the full folder name only take the first 6 letters then put a ~ and then 1 without spaces. Example: cd c:\progra~1\kazaal~1

6. Once your in the folder the non-deletable file it in type in dir - a list will come up with everything inside.

7. Now to delete the file type in del ***.bmp, txt, jpg, avi, etc... And if the file name has spaces you would use the special 1st 6 letters followed by a ~ and a 1 rule. Example: if your file name was bad file.bmp you would type once in the specific folder thorugh command, del badfil~1.bmp and your file should be gone. Make sure to type in the correct extension.

Create One-click Shutdown And Reboot Shortcuts

0 comments
Procedure:

Create One-Click Shutdown and Reboot Shortcuts:

First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC.

But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty,

Like this:

shutdown -r -t 01 -c "Rebooting your PC"

Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.

I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting.

Here are the ones I use:

shutdown -s -t 03 -c "Bye Bye m8!"

shutdown -r -t 03 -c "Ill be back )!"



Description (What it does)

-s

Shuts down the PC.

-l

Logs off the current user.

-t

Indicates the duration of delay, in seconds, before performing the action.

-c "messagetext"

Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.

-f

Forces any running applications to shut down.

-r

Reboots the PC.

Create Bootable Win XP CD(nero)

0 comments
How to create a bootable Windows XP SP1 CD (Nero):

Step 1

Create 3 folders - C:\WINXPSP1, C:\SP1106 and C:\XPBOOT

Step 2

Copy the entire Windows XP CD into folder C:\WINXPSP1

Step 3

You will have to download the SP1 Update, which is 133MB.
Rename the Service Pack file to XP-SP1.EXE
Extract the Service Pack from the Run Dialog using the command:
C:\XP-SP1.EXE -U -X:C:\SP1106
Step 4

Open Start/Run... and type the command:
C:\SP1106\update\update.exe -s:C:\WINXPSP1
Click OK

Folder C:\WINXPSP1 contains: Windows XP SP1



How to Create a Windows XP SP1 CD Bootable

Step 1

Download xpboot.zip
Code:
Code:
http://thro.port5.com/xpboot.zip

( no download manager !! )

Extract xpboot.zip file (xpboot.bin) in to the folder C:\XPBOOT
Step 2

Start Nero - Burning Rom.
Select File > New... from the menu.
1.) Select CD-ROM (Boot)
2.) Select Image file from Source of boot image data
3.) Set Kind of emulation: to No Emulation
4.) Set Load segment of sectors (hex!): to 07C0
5.) Set Number of loaded sectors: to 4
6.) Press the Browse... button


Step 3
Select All Files (*.*) from File of type:
Locate boot.bin in the folder C:\XPBOOT
Step 4

Click ISO tab
Set File-/Directory length to ISO Level 1 (Max. of 11 = 8 + 3 chars)
Set Format to Mode 1
Set Character Set to ISO 9660
Check all Relax ISO Restrictions


Step 5

Click Label Tab
Select ISO9660 from the drop down box.
Enter the Volume Label as WB2PFRE_EN
Enter the System Identifier as WB2PFRE_EN
Enter the Volume Set as WB2PFRE_EN
Enter the Publisher as MICROSOFT CORPORATION
Enter the Data Preparer as MICROSOFT CORPORATION
Enter the Application as WB2PFRE_EN
* For Windows XP Professional OEM substitute WB2PFRE_EN with WXPOEM_EN
* For Windows XP Home OEM substitute WB2PFRE_EN with WXHOEM_EN
Step 6

Click Burn tab
Check Write
Check Finalize CD (No further writing possible!)

Set Write Method to Disk-At-Once

Press New button

Step 7

Locate the folder C:\WINXPSP1

Select everything in the folder and drag it to the ISO compilation panel.
Click the Write CD Dialog button.

Press Write

You're done.

Create A Personal Screen Saver In Win Xp!

0 comments
This isnt a tweak, but a great little feature! For a great way to put your digital photos to work, try creating a slide show presentation for use as a screen saver. Here's how:

1. Right-click an empty spot on your desktop and then click Properties.

2. Click the Screen Saver tab.

3. In the Screen saver list, click My Pictures Slideshow.

4. Click Settings to make any adjustments, such as how often the pictures should change, what size they should be, and whether you'll use transition effects between pictures, and then click OK.

Now your screen saver is a random display of the pictures taken from your My Pictures folder.

Forgot or Reset your bios password

0 comments
Here is the best way to reset bios password in win 95/98:


If u forgot the bios the password use the below method to break the protected bios password( Try it i am not sure do it u r own risk ).

Follow the steps below:

1) Boot up windows.

2) go to dos-prompt or go to command prompt directly from the windows start up menu.

3) type the command at the prompt: "debug" (without quotes )

4) type the following lines now exactly as given.......
o 70 10
o 71 20
quit
exit

4) exit from the dos prompt and restart the machine


password protection gone!!!!!!!!!!!!!

EnjoYYYYYYYYYY.

Maintainance of a Computer

0 comments
Here we Go,

You may not realize it, but your computer and your car have something in common: they both need regular maintenance. No, you don't need to change your computer's oil. But you should be updating your software, keeping your antivirus subscription up to date, and checking for spyware. Read on to learn what you can do to help improve your computer's security.


Getting started

Here are some basics maintenance tasks you can do today to start improving your computer's security. Be sure you make these part of your ongoing maintenance as well.

* Sign up for software update e-mail notices. Many software companies will send you e-mail whenever a software update is available. This is particularly important for your operating system (e.g., Microsoft VV!|VD0VV$® or Macintosh), your antivirus program, and your firewall.


* Register your software. If you still have registration forms for existing software, send them in. And be sure to register new software in the future. This is another way for the software manufacturer to alert you when new updates are available.


* Install software updates immediately.
When you get an update notice, download the update immediately and install it. (Remember, downloading and installing are two separate tasks.)
An ounce of prevention

A few simple steps will help you keep your files safe and clean.

* Step 1: Update your software

* Step 2: Backup your files

* Step 3: Use antivirus software and keep it updated

* Step 4: Change your passwords


Developing ongoing maintenance practices

Now that you've done some ground work, it's time to start moving into longer term maintenance tasks. These are all tasks that you should do today (or as soon as possible) to get started. But for best results, make these a part of a regular maintenance schedule. We recommend setting aside time each week to help keep your computer secure.

* Back up your files. Backing up your files simply means creating a copy of your computer files that you can use in the event the originals are lost. (Accidents can happen.) To learn more read our tips for backing up information.


* Scan your files with up to date antivirus software. Use your antivirus scan tool regularly to search for potential computer viruses and worms. Also, check your antivirus program's user manual to see if you can schedule an automatic scan of your computer. To learn more, read our tips for reducing your virus risk


* Change your passwords. Using the same password increases the odds that someone else will discover it. Change all of your passwords regularly (we recommend monthly) to reduce your risk. Also, choose your passwords carefully. To learn more, read our tips for creating stronger passwords.

Making a schedule

One of the best ways to help protect your computer is to perform maintenance regularly. To help you keep track, we suggest making a regular "appointment" with your computer. Treat it like you would any other appointment. Record it in your datebook or online calendar, and if you cannot make it, reschedule. Remember, you are not only helping to improve your computer, you are also helping to protect your personal information.

Clear Unwanted Items From Add And Remove

0 comments
Clear Unwanted Items From Add And Remove

i)Run the Registry Editor (Start->Run->type regedit).

ii
)Go to {HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Uninstall}

iii)and remove any unwanted subkeys under "Uninstall."

Change Your Ip In Less Then 1 Minute

0 comments
How To: Change Your Ip In Less Then 1 Minute

Procedure:

1. Click on "Start" in the bottom left hand corner of screen

2. Click on "Run"

3. Type in "command" and hit ok

You should now be at an MSDOS prompt screen.

4. Type "ipconfig /release" just like that, and hit "enter"

5. Type "exit" and leave the prompt

6. Right-click on "Network Places" or "My Network Places" on your desktop.

7. Click on "properties"

You should now be on a screen with something titled "Local Area Connection", or something close to that, and, if you have a network hooked up, all of your other networks.

8. Right click on "Local Area Connection" and click "properties"

9. Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab

10. Click on "Use the following IP address" under the "General" tab

11. Create an IP address (It doesn't matter what it is. I just type 1 and 2 until i fill the area up).

12. Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers.

13. Hit the "Ok" button here

14. Hit the "Ok" button again

You should now be back to the "Local Area Connection" screen.

15. Right-click back on "Local Area Connection" and go to properties again.

16. Go back to the "TCP/IP" settings

17. This time, select "Obtain an IP address automatically"
tongue.gif

18. Hit "Ok"

19. Hit "Ok" again

20. You now have a new IP address

With a little practice, you can easily get this process down to 15 seconds.

This only changes your dynamic IP address, not your ISP/IP address. If you plan on hacking a website with this trick be extremely careful, because if they try a little, they can trace it back

Note: Don't do this for illegal things its , just for your sake of knowledge.

Change Text on XP Start Button

0 comments
Step 1 - Modify Explorer.exe File

In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems.

get this from http://delphi.icm.edu.pl/ftp/tools/ResHack.zip

The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe.

The category we are going to be using is "String Table". Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.

There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case I used Click Me!

You’ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. I won’t get into what’s involved in compiling a script, but suffice it to say it’s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\Windows.


Step 2Modify the Registry

!!!make a backup of your registry before making changes!!!

Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse.

i)Go to Start (soon to be something else) Run and type regedit in the Open field.

ii) Navigate to:

HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon

In the right pane, double click the "Shell" entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.

Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.[/b]

Tips to Recover broken IE

0 comments
Procedure

So one of your friends, has managed to nuke Internet Explorer and they are unsure how they did it. You’ve eliminated the possibility of viruses and adware, so this just leaves you and a broken IE. Before you begin to even consider running a repair install of the OS, let’s try to do a repair on IE instead.

THE REPAIR PROCESS

i)Start the Registry Editor by typing regedit from the Run box.

ii)Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Active Setup \ Installed Components \ {89820200-ECBD-11cf-8B85-00AA005B4383}

iii)and then right-click the “IsInstalled value.”

iv)Click Modify. From there, you will change the value from 1 to 0.

All right, go ahead and close the editor and reinstall IE from this location.
http://www.microsoft.com/windows/ie/default.mspx

IF SOMETHING GOES WRONG

If messing with the registry and something goes horribly wrong, you can use “Last Known Good Configuration (F8 Safe Mode)” or a Restore Point to get back to where you were before, with your settings. Then you can try again, this time taking care to watch the portion of the registry you are changing. Most people who have troubles with this end up changing the wrong registry key.

Hope this tut helps some members.

Boot Winxp Fast

0 comments
Boot Winxp Fast Procedure

Follow the following steps

1. Open notepad.exe, type "del c:\windows\prefetch\ntosboot-*.* /q" (without the quotes) & save as "ntosboot.bat" in c:\

2. From the Start menu, select "Run..." & type "gpedit.msc".

3. Double click "Windows Settings" under "Computer Configuration" and double click again on "Shutdown" in the right window.

4. In the new window, click "add", "Browse", locate your "ntosboot.bat" file & click "Open".

5. Click "OK", "Apply" & "OK" once again to exit.

6. From the Start menu, select "Run..." & type "devmgmt.msc".

7. Double click on "IDE ATA/ATAPI controllers"

8. Right click on "Primary IDE Channel" and select "Properties".

9. Select the "Advanced Settings" tab then on the device or 1 that doesn't have 'device type' greyed out select 'none' instead of 'autodetect' & click "OK".

10. Right click on "Secondary IDE channel", select "Properties" and Repeat step 9.

11. Reboot your computer.

How to Update Bios

0 comments
BIOS Update Procedure

All latest Motherboards today, 486/ Pentium / Pentium Pro etc.,ensure that upgrades are easily obtained by incorporating the system BIOS in a FLASH Memory component. With FLASH BIOS, there is no need to replace an EPROM component. Once downloaded, the upgrade utility fits on a floppy disc allowing the user to save, verify and update the system BIOS. A hard drive or a network drive can also be used to run the newer upgrade utilities. However, memory managers can not be installed while upgrading.

Most pre-Pentium motherboards do not have a Flash BIOS. The following instructions therefore do not apply to these boards. If your motherboard does not have a Flash BIOS (EEPROM) you will need to use an EPROM programmer to re-program the BIOS chip. See your dealer for more information about this.

Please read the following instructions in full before starting a Flash BIOS upgrade: A. Create a Bootable Floppy (in DOS)

•With a non-formatted disk, type the following:

format a:/s

•If using a formatted disk, type:

sys a:

This procedure will ensure a clean boot when you are flashing the new BIOS.

B. Download the BIOS file

Download the correct BIOS file by clicking on the file name of the BIOS file you wish to download.

•Save the BIOS file and the Flash Utility file in the boot disk you have created. Unzip the BIOS file and the flash utility file. If you don't have an "unzip" utility, download the WinZip for Windows 95 shareware/ evaluation copy for that one time use from www.winzip.com or www.pkware.com. Most CD ROMs found in computer magazines, have a shareware version of WinZip on them.

•You should have extracted two files:

Flash BIOS utility eg: flash7265.exe (for example)

BIOS eg: 6152J900.bin (example)

Use the latest flash utility available unless otherwise specified (either on the BIOS update page or in the archive file). This information is usually provided.

C. Upgrade the System BIOS

During boot up, write down the old BIOS version because you will need to use it for the BIOS backup file name.

Place the bootable floppy disk containing the BIOS file and the Flash Utility in drive a, and reboot the system in MS-DOS, preferably Version 6.22

•At the A:> prompt, type the corresponding Flash BIOS utility and the BIOS file with its extension.

For example:

flash625 615j900.bin

•From the Flash Memory Writer menu, select "Y" to "Do you want to save BIOS?" if you want to save (back up) your current BIOS (strongly recommended), then type the name of your current BIOS and its extension after FILE NAME TO SAVE: eg: a:\613J900.bin

Alternatively select "N" if you don't want to save your current BIOS. Beware, though, that you won't be able to recover from a possible failure.

•Select "Y" to "Are you sure to program?"

•Wait until it displays "Message: Power Off or Reset the system"

Once the BIOS has been successfully loaded, remove the floppy disk and reboot the system. If you write to BIOS but cannot complete the procedure, do not switch off, because the computer will not be able to boo, and you will not be given another chance to flash. In this case leave your system on until you resolve the problem (flashing BIOS with old file is a possible solution, provided you've made a backup before)

Make sure the new BIOS version has been loaded properly by taking note of the BIOS identifier as the system is rebooting.

For AMI BIOS


Once the BIOS has been successfully loaded, remove the floppy disk and reboot the system holding the "END" key prior to power on until you enter CMOS setup. If you do not do this the first time booting up after upgrading the BIOS, the system will hang.

BIOS Update Tips

Note:


1.Make sure never to turn off or reset your computer during the flash process. This will corrupt the BIOS data. We also recommend that you make a copy of your current BIOS on the bootable floppy so you can reflash it if you need to. (This option is not available when flashing an AMI BIOS).

2. If you have problems installing your new BIOS please check the following:

Have you done a clean boot?


In other words, did you follow the above procedure for making a bootable floppy? This ensures that when booting from "A" there are no device drivers on the diskette. Failing to do a clean boot is the most common cause for getting a "Memory Insufficient" error message when attempting to flash a BIOS.

If you have not used a bootable floppy, insure a clean boot either by


a) pressing F5 during bootup

b) by removing all device drivers on the CONFIG.SYS including the HIMEM.SYS. Do this by using the EDIT command.

Have you booted up under DOS?

Booting in Windows is another common cause for getting a "Memory Insufficient" error message when attempting to flash a BIOS. Make sure to boot up to DOS with a minimum set of drivers.

Important:

Booting in DOS does not mean selecting "Restart computer in MS-DOS Mode" from Windows98/95 shutdown menu or going to Prompt mode in WindowsNT, but rather following the above procedure (format a: /s and rebooting from a:\).

Have you entered the full file name of the flash utility and the BIOS plus its extension?


Do not forget that often you will need to add a drive letter (a:\) before flashing the BIOS.

Example: when asked for file name of new BIOS file which is on your floppy disk, in case you're working from c:\ your will need to type a:\615j900.bin, rather than 615j900.bin only.

Slow or Proper Shutdown Problems

0 comments

Auto End Tasks to Enable a Proper Shutdown


This reg file automatically ends tasks and timeouts that prevent programs from shutting down and clears the Paging File on Exit.


1. Copy the following (everything in the box) into notepad.


QUOTE

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"


2. Save the file as shutdown.reg

3. Double click the file to import into your registry.

NOTE: If your anti-virus software warns you of a "malicious" script, this is normal if you have "Script Safe" or similar technology enabled.

Friday, February 20, 2009

How to install codecs to play all video,audio formats in fedora

1 comments
Fedora comes with a ton of software but there are still plenty of packages of interest to most users that are not included for a variety of reasons. This is where you find the MP3 plug-in and a ton of other packages.

These instructions can vary depending on 32bit or 64bit architecture. If there is a difference it will be noted. If you don't know which architecture you're running you can run the following command:

$ uname -m

It will shows like this:

x86_64

...or...

i686

Before you add repositories it's probably a good idea to make sure your system is fully updated first. At this point I'm prefering the Livna repository as it's the most useful and complete but at some point I might need to add another one for things that are lacking there. The easiest way to get started is to install the livna-release packages:

# rpm -ihv http://rpm.livna.org/livna-release-8.rpm

Upgrading from previous Fedora

There are a few things you need to do when upgrading from a previous version of Fedora. This was tested only with Fedora 7 so older versions may not work quite as easily. The first thing you want to do is upgrade the repository package for the newer version.

# rpm -Uhv http://rpm.livna.org/livna-release-8.rpm

And finally you're going to need to do an update of the whole system. This will most likely pick up official Fedora updates as well as updated packages from the Livna repository. This might take a while.

# yum -y update

The above will install updates to you

Install MP3 Plug-in

Since you've been following along this next step is about as easy as it gets. Just use yum to automatically install the MP3 plug-ins for xmms and Rhythmbox like this:

# yum -y install xmms xmms-mp3 xmms-faad2 gstreamer-plugins-ugly \
gstreamer-plugins-bad libmad libid3tag

While you're here you might as well install music player Banshee:

# yum -y install banshee

The -y flag is to automatically answer yes to any question. If you want to be able to say no you can ignore that flag.

While you're there I highly recommend the grip CD ripper which supports both MP3 and Ogg formats. Once again installation is quite simple:

# yum -y install grip

This will install grip.

Install Macromedia Flash/Shockwave plug-in

Flash Plug-in 9.0
32-bit instructions:
It's now "Windows easy". Just go to a site that uses flash such as YouTube and try to view a video. At the top of the window you will get a prompt like this:

Just click on Install Missing Plugins and follow the prompts. It will install the plug-in for the currently installed user only, not system wide.

64-bit instructions:

# rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
# mkdir -p /usr/lib/mozilla/plugins
# yum install nspluginwrapper.{i386,x86_64} pulseaudio-lib.i386
# yum install flash-plugin
# mozilla-plugin-config -i -g -v

this will install flash plugins to mozilla and others.

Install DVD player

Currently I find the DVD player that works best is the Xine Multimedia Player which is found in the Livna repository so installing it is just this simple:

# yum -y install xine xine-lib xine-skins xine-lib-extras-nonfree libdvdcss

This will install the xine DVD/VCD/CD player. Now to get xine to automatically play a DVD upon insertion instead of the Totem player which can't actually play DVDs, you can simply use the gconftool-2 utility as follows:

$ gconftool-2 --set /desktop/gnome/volume_manager/autoplay_dvd_command \
'xine --auto-play --auto-scan dvd' --type='string'


Install MPlayer Media Player

At some point you're probably going to want to play a QuickTime, AVI or ASF file so you'll want the MPlayer media player. Fortunately with the FreshRpms repositories it's also very easy to download and install. Then you can go ahead and install mplayer and all it's dependencies:

# yum -y install mplayer mplayer-gui mplayer-skins mplayer-fonts mplayerplug-in

This command line will download the whole kit and kaboodle, command line utilities, plug-ins, etc. If you want to play content from a command line you will want to use the gmplayer version which will include a skin-able control panel. Restart your web browser after that whole mess is done installing and you'll also have a plug-in for Mozilla so you can play embedded content. While you're at it be sure to configure mplayer to use the Pulse sound system rather than the default. It just works better. Edit the file ~/.mplayer/config and add the following line:

ao=pulse

You can enable support for mms streaming by opening Firefox and click on the special URL about:config. Right click on the list and choose New then choose String. For the preference name enter network.protocol-handler.app.mms then for the string value enter gmplayer.

Special 64-bit instructions:

The above installs the 64-bit version of everything but because your other plug-ins are 32-bits you need to run the 32-bit version of Firefox, which won't be able to use the 64-bit version of the plug-in you just installed. The plug-in can use the 64-bit version of the mplayer application just fine so all you need to do then is to install the 32-bit mplayerplug-in plus a dependency it requires. If you know of any easier way to do this please let me know below.

# rpm -ihv http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/7/mplayerplug-in/mplayerplug-in-3.40-1.fc7.i386.rpm

And finally you'll probably also want some additional codecs to play all that proprietary video that seems to have infected the Internet.

Go to the MPlayer Download page and find the Binaries Codec Package section then follow the link for codecs directory. There you will grab the latest all codecs file. You'll need to install those files in /usr/local/lib/codecs. Here are the steps. Remember the exact file names may change at some point. If you also installed xine you will need a symlink since it expects codecs to be in a different directory.

# gtar xjvf all-20071007.tar.bz2
# mv all-20071007/* /usr/local/lib/codecs
# ln -s /usr/local/lib/codecs /usr/lib/codecs
# ln -s /usr/local/lib/codecs /usr/local/lib/win32


Install VLC
(VideoLAN Client)

Multimedia can be the achilles heel of Linux, but with just a little work you should be able to play just about anything your friends can. Besides Mplayer the other great video player is called VLC. It too is trivially easy to install once you have your repositories set up:

# yum -y install vlc

Once the client and a zillion dependencies get installed you can play a huge variety of video formats easy with the command vlc

Install RealPlayer 10 Media Player

Just install it:

$ rpm -ihv RealPlayer-10.1.0.3114-20070503.i586.rpm


If you also installed Mplayer above then you will likely run into a problem where the Mplayer provided Real Media plug-in will be run instead of the one installed by the RealPlayer package. The mplayer verison of the plug-in does not work correctly in most cases and causes more problems than it solves. The only way I've found to get rid of it is to just simply delete the plug-in files:

# cd /usr/lib/mozilla/plugins
# rm mplayerplug-in-rm.*

Install Java J2RE and Mozilla Plug-in

Fedora 8 now includes a fully open source Java implementation complete with Firefox plugin. You can verify it's there at the command line:

$ java -version

It will shows like this

java version "1.7.0"
IcedTea Runtime Environment (build 1.7.0-b21)
IcedTea Client VM (build 1.7.0-b21, mixed mode)

Archive

 

Tips2All. Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com