Tips , Guides and Designs
Linkbar
Setting up JDK on you computer: So You Can Begin Java Programming
- Go to google.com
- Search “Java JDK”
- Most likely click the first link (which should be a download page: here is the current site: http://www.oracle.com/technetwork/java/javase/downloads/index.html)
- There should be four options to download (Java Platform JDK, JDK + JavaFX Bundle, JDK+ Java Beans, and JDK+ Java EE Bundle) any of those options are fine to download, to follow along with this tutorial, just download the Java Platform JDK.
- Install just like any other program, with all the default settings (Click next a bunch of times, read Term&Conditions, etc.)
- Click the Start Button (yes this is tutorial for Windows) and go to My Computer
- Click on the main harddrive (for most it is C:)
- Click on the Program Files folder> Open up the folder called Java
- Click on the version of Java you downloaded (something like jdk1.6.0_12)
- Open the bin folder
- Inside the bin Folder look for the File called javac, and right-click on it and go to Properties
- A new window should pop up giving the properties of the javac, there should be an attribute called Location. Find the and copy the path (example: “C:\Program Files\Java\jdk1.6.0_ 12\bin”
- Now we have the Path Location, so Click the start button again and right-click on the “Computer” and open up the “Properties”.
- In the left side bar look for “Advanced system settings” and open that up (Click Continue)
- Towards the bottom of the popup, Click “Environment Variables…”
- Set up a new User variable by clicking the top most “New..” button (under the “User variables for xxxxx”)
- for the Variable name, type: Path
- and for the Variable value, paste your Location of the javac, for example: C:\Program Files\Java\jdk1.6.0_ 12\bin
- Click OK on all three popups and close your System settings panel as well.
- open up the command prompt again (Click start and type “cmd” in the search, press enter)
- Type “javac” in the command prompt and your problems should be solved
Posted by Niño Fabito 0 comments
Labels: tutorial java
MBR Recovery
You installed the Lilo Bootloader too, and now want to get rid of both and get back to WinXp without having to
reinstall the whole system or to install a secondary bootloader?
Then this is the right guide for you! It's as simple as 123, believe me.
(Important: To perform this operation it is inalienable that you're still able to start up your Windows XP operating system!
Furthermore this guides assumes that your operating system is on Harddisk 0, drive C:\)
1. Put the WinXP in your cdrom drive (supposed to be d:)
2. Click start -> Run -> and type: d:\i386\winnt32.exe /cmdcons
This will download and install the "Recovery Console"
3. Rightklick "My Computer" -> Properties. The System properties pop up. Click on the "Advanced" tap and then the
"Settings" button"
4. Make sure that "Time to display list of operating systems" is enabled!
5. Restart your PC and start the Recovery Console when the System prompts you.
6. When the Recovery Console prompts you to start a system, just type "1" and push enter.
7. When the Recovery Console has finished loading, type in the following lines:
fixmbr /device/harddisk0
Just ignore all the warning and type "y" for yes.
8. Restart the system
9. Once you've finished this operation you might want to disable the "Time to display..." option in the system panel.
Congrats! You've just successfully restored your Master Boot Record to it's original state!
Alternatively or if you can no longer boot to the harddisk, configure your BIOS to start from cd and boot to the Windows XP cd. At the "Welcome to Setup" screen select R. This will load the recovery console.
Posted by Niño Fabito 0 comments
Labels: Tips, Windows XP
Create your own Self-extracting / self-installing Package
The tool allows you to make a self extracting file and much more : To play with this hidden feature of XP :
Navigate to : Windows\system32\
look for a file called iexpress.exe.
Double left click on it and follow the wizzard.
Posted by Niño Fabito 0 comments
Labels: Tricks
How to prevent users from installing programs in Windows 7
You can if you wish restrict users from installing programs in Windows 7 , Windows Vista, Windows XP , Windows 2000 & Windows Server family. You can do so by using certain Group Policy settings to control the behavior of the Windows Installer, prevent certain programs from running or restrict via the Registry Editor.
Posted by Niño Fabito 0 comments
Labels: Windows XP
NV4_DISP Infinite Loop FIXED
Right click-mouse over My Computer
Properties
Hardware(Tab)
Device Manager(button)
Click [+] next to System devices
right-mouse on CPU to AGP Controller (or whatever your controller is called)
Update Driver(button)
Select Install from a list or specific location (Advanced)
Next(button)
Select Don't search. I will choose the driver to install.
Next(button)
Select PCI standard PCI-to-PCI bridge
Next(button)
Finish(button)
Reboot.
Posted by Niño Fabito 0 comments
The Golden Rules of Burning
1. Buy good media (like Taiyo Yuden or Verbatim) that is suited to your burner AND players (see here). In particular, steer clear of cheap stuff like CMC Magnetics. Cheap media is the major source of burning problems.
ONLY use Verbatim +R disks for dual layer burns - get the +R ones, 2.4x, MKM-001-00, Made in Singapore.
(Note: Disks with the media ID code of Ritek G05 have proven to be quite variable in quality).
2. Make sure your burner's firmware is up to date (see here).
3. Make sure DMA is on for all devices on all IDE channels (see here).
4. Burn at 4x max (8x on really good media). It only takes an extra few minutes.
If you got the above 4 things down pat, you'll probably never have another burn error!!!
5. Do not try to set the booktype (bitsetting) on -R disks (see here).
6. Don't try to burn -R disks in a burner that will only take +R (and vice-versa).
7. If you burn with Nero, make sure it is up to date (download package 1 here) and because InCD has been known to conflict, remove it (use the InCD Clean Tool).
Better still, burn ISO images with ImgBurn and avoid Nero altogether. ImgBurn is free!!
8. Verify afterwards and test your burn.
9. Don't ever put adhesive labels on your burned disks .
10. USB burners have their own special intricacies - make sure you have a USB 2 port, connect no other USB devices and burn slowly (preferably 1x) - see here for more info.
Posted by Niño Fabito 0 comments
What's all this about DMA?
DMA, if on, can greatly speed up communications between your PC and its hard drive and DVD/CD drives.
The following assumes your hard drive is on the primary channel and the CD/DVD drive is on the secondary.
To check if it is on:
- Right click on My Computer
- Select Properties
- Click on Hardware
- Click on Device Manager
- Double click on IDE ATA/ATAPI controllers
- Double click on Primary channel
- Click Advanced Settings and check it says DMA if available and is set to Ultra DMA, mode 5.
- Do the same for the secondary channel -- it should be Ultra DMA, mode 2.
The following diagram shows my primary channel (I have 2 hard drives connected):
To remove the channel:
- Right click on the relevant channel in Device Manager (you know how to get there - follow steps 1 thru 5 above
- Click on uninstall
- Reboot
- When you have rebooted (and the drive and been recognised by Windows again), go back to Device Manager and change the setting to DMA if available.
- Windows NT/2000 users reboot again. XP users, you're good to go.
Posted by Niño Fabito 0 comments
Creating Windows Freedb Database
Windows database:
freedb-win-20061101
data size: 2.00 GB
size on disk: 2.01 GB
2.729 files in 11 directories
File system: NTFS
cluster size: 4 kB
How to install and update the freedb database:
Windows systems:
1) base file: freedb-win-[date].rar (possibly also available in other compression formats like .7z )
2) update file(s): freedb-update-[newer date].tar.bz2
[newer date]:
The period specified here
has to begin just before or on the same date of the base file (has to include it)
or has to begin maximum one day later (has to be a continuation of it).
3) tool: freedb-updater_v0.33-setup.exe (has to be installed)
4) Decompress the .RAR-file from 1) to a directory of your choice
5) Start freedb - Windows Database Updater v0.33 and select the freedb-win-[date] directory.
Then select the .TAR.BZ2 file from 2)
Press "Start ..."
Wait a few (or more) minutes until all is done.
Posted by Niño Fabito 0 comments
23 ways to speed up windows XP
Since defragging the disk won't do much to improve Windows XP performance, here are 23 suggestions that will. Each can enhance the performance and reliability of your customers' PCs. Best of all, most of them will cost you nothing.
1.) To decrease a system's boot time and increase system performance, use the money you save by not buying defragmentation software -- the built-in Windows defragmenter works just fine -- and instead equip the computer with an Ultra-133 or Serial ATA hard drive with 8-MB cache buffer.
2.) If a PC has less than 512 MB of RAM, add more memory. This is a relatively inexpensive and easy upgrade that can dramatically improve system performance.
Posted by Niño Fabito 0 comments
Labels: Tricks, Windows XP
How to Back up Mozilla Firefox and Thunderbird
Firefox and Thunderbird Firefox users need to back up regularly to guard against the possibility that their profile gets corrupted or wiped after installing a new extension or a new version of Firefox. If you use Thunderbird then it's even more important that you back up to ensure you don't accidentally lose your email correspondence and account settings.
There are two ways to back up: use a backup utility or do it yourself manually.
Posted by Niño Fabito 0 comments
Labels: Guide
How to check your DMA status & reset it if necessary
Explanation of DMA:
DMA is an abbreviation for Direct Memory Access, an access method for external devices where the data transfer is not done by the central processor, but by a small special processor called DMA controller. It uses a procedure called cycle stealing, where the central processor memory access cycles are delayed for very short times to intersperse DMA controller memory access cycles. Some newer, faster DMA modes are called UDMA (Ultra DMA).
Posted by Niño Fabito 0 comments
Categories
- Guide (4)
- Hardware (1)
- Tips (4)
- Tricks (2)
- tutorial java (1)
- Windows XP (4)
Archives
-
▼
2011
(12)
-
►
October
(11)
- Setting up JDK on you computer: So You Can Begin J...
- MBR Recovery
- Create your own Self-extracting / self-installing ...
- How to prevent users from installing programs in W...
- NV4_DISP Infinite Loop FIXED
- The Golden Rules of Burning
- What's all this about DMA?
- Creating Windows Freedb Database
- 23 ways to speed up windows XP
- How to Back up Mozilla Firefox and Thunderbird
- How to check your DMA status & reset it if necessary
-
►
October
(11)