Skip to main content

Diving Equipment List

There is a feeling that you always forget something when packing to diving... Below is the list that must bring...

  1. Mask / Snorkel
  2. Fin and booties
  3. Buoyancy Compensators (BC)
  4. Regulators
  5. Sausage
  6. Gloves
  7. Dry bag
  8. Dive comp
  9. Knives
  10. Torches (and rechargeable batteries and charger)
  11. Wet suits (maybe to consider swimming trunk, rush guard or half size wet suit)
  12. Dry suits (keep you warm in between dives)
  13. Tanks (Optional, depending dive site)
  14. Weights / Belts (Optional, depending dive sites)
For those that go spear fishing, you might consider the following...
  1. Spear gun
  2. Shaft / spear
  3. Loader
  4. Fish hook
  5. Extender
  6. Extra cable
  7. Fish net
For myself, I need extra stuffs, which are...
  1. Contact lens (take extra if possible)
  2. Saline
  3. Shampoo
  4. Body Shampoo
  5. Toothbrush and toothpaste
  6. Sun glasses
  7. Wind breaker
  8. Jacket
  9. Normal dry suit (clothes and shorts enough for the trip)
  10. Plastic bags
  11. Handphone charger

Comments

Popular posts from this blog

Editing hosts file in iPhone/iPAD

You can now edit the hosts file with a jailbroken iPhone/iPad. Download the hosts file using tool like FileZilla. Default location is /etc/hosts. Download Notepad++ and edit the file. I've edit the file and convert it to ANSI under the Encoding menu. Once completed, upload the file back to the default location.  Try to ping the DNS... It should works!

Making your iphone to Wifi HotSpot?

Gotten this from a friend really solve my problem. MyWi can be downloaded from Cydia but of course you would probably need to pay it after the trial period.  There is other "cracked" MyWi which you would need to first jailbreak your iphone, and add additional source as follow:- 1. Open your Cydia 2. Goto Manage>Source>Edit>Add 3. Add http://sinfuliphonerepo.com Then, go to Search and look for MyWi (cracked version), download and install it! Tata... you got it working!

vSphere Replication - checking the replication status

Enable SSH on ESXi host (you can do this using vCenter) Download putty or any SSH client and log in with root access vim-cmd vmsvc/getallvms ~ # vim-cmd hbrsvc Commands available under hbrsvc/: vmreplica.abort vmreplica.pause vmreplica.create vmreplica.queryReplicationState vmreplica.disable vmreplica.reconfig vmreplica.diskDisable vmreplica.resume vmreplica.diskEnable vmreplica.startOfflineInstance vmreplica.enable vmreplica.stopOfflineInstance vmreplica.getConfig vmreplica.sync vmreplica.getState  See more at: http://www.virtuallyghetto.com/2011/07/hbr-host-based-replication-cli-for-srm.html#sthash.mpqbyGmw.dpuf http://www.virtuallyghetto.com/2011/07/hbr-host-based-replication-cli-for-srm.html