mounting usb drives in fstab

first run
sudo blkid
than select the disk uuid from the disk you want to mount automatically copy it and past it in fstab like :
UUID=your-own-hdd-uuid-key /your/mountpoint/ ext4 relatime,errors=remount-ro 0 1
to test if it mounts correctly execute
sudo mount -a

Posted in How To | Leave a comment

evga precision 2.0.3

evga precision is a overclock utility produced in the name of evga by the maker of rivatuner  it works best on nvida based cards 

Posted in Tools | Leave a comment

Core avc mediaplayer classic

first download and install Media Player Classic Home Cinema
than download and install  Core AVC
open media player classic and press vieuw>options
under the playback tab select output select EVR Costom Press
now select internal filter tab and disable all h264 options
press ok and enjoy

Posted in How To | Leave a comment

how to install windows xp via usb drive

to install xp via usb drive first download WinSetupFromUSB

than select the iso you want to use to install in source
and the usb drive you want to use to in target

press go and enjoy

Posted in Tools | Leave a comment

unetbootin

unetbootin is  a useful tool to make bootable usb drives

Continue reading

Posted in Tools | Leave a comment

creating bootable usb drive for mac via windows and mac

windows:

download transmac and format drive with image

mac:

open finder  aplications>utilities>Disk utility

than select your usb drive and press Restore select your image and restore

Posted in Tools | Leave a comment

Removing old windows 7 dir

when trying to remove a old windows 7 installation dir  you often get a access denied message here is the solution:

first you wil have to take ownership of the file(or dir) :

takeown /F D:\windows /R

now that you are the owner of the file you will need full control :

Cacls D:\Windows /t /g gompa:F

/G grants a specified user access rights gompa is my user name and :F gives full control
/t adds the access rights to the full directory  and subdirectory’s

Posted in Fixes | Leave a comment

Windows 7 network audio usage fix

when opening audio related software network transfer slows down incredibly this is because the windows 7  Multimedia Class Scheduler will change the priority from the network transfer to low to counter this effect
1) Open Regedit navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Audiosrv\DependOnService
Open that key and remove the MMCS line.
2) Run services.msc and disable (dont try to stop it) the Multimedia Class Scheduler  service.
3) Reboot
4) Enjoy.

Posted in Fixes | Leave a comment

Hello world!

Welcome to h-bomb.nl  This is the first post.

Posted in Uncategorized | Leave a comment