August 17, 2013

Fix: headset/headphones make a buzzing noise when plugged in the front panel

A buzzing/humming noise in your headset or headphones is most likely electromagnetic interference, meaning a "disturbance that affects an electrical circuit due to either electromagnetic induction or electromagnetic radiation emitted from an external source. The disturbance may interrupt, obstruct, or otherwise degrade or limit the effective performance of the circuit." - Wikipedia

I/O back panel of a motherboard


There are a few things you can do to solve this issue:

1. Plug-in your headset in the back panel jack of your computer. The front jack panel of a lot of computer cases are known to be badly isolated and are often prone to interference. The I/O back panel of your motherboard is far more likely to be better built and grounded. If your headset cable is not long enough to reach the back you might want to get an extension cord.

2. The cause can be bad drivers. Make sure you have updated sound card and headphone drivers. Check your sound card/headphones/headset vendor's website for the newest drivers.

3. Open up your computer (when it's totally shut down and disconnected from any source of power, of course) and make sure all your connections are properly separated and don't touch each other. Computer cable management is important to avoid any cable problems. See below for a computer with good cable management. You will notice how all the cables go through the back and are separate from each other:

Good cable management is essential

4. Open up your computer (when it's totally shut down and disconnected from any source of power) and disconnect your front panel and any other device making use of USB ports connected to the motherboard. Plug your computer back on and connect your headphones and see if the buzzing sound is still present. Continue to plug back in your USB devices and turning on and off your computer to find the culprit.

5. Another possible solution to the buzzing noise could be to get a new or separate sound card. If all of the above doesn't fix the buzzing noise, a component of your computer could be defective and will need to be replaced.

August 10, 2013

Turn Windows features on or off is empty/blank in Windows 7/Vista

If you ever uninstalled a program in Windows Vista or 7 from the Control Panel, you probably noticed the option “Turn Windows features on or off” in the left pane of the window. This option allows you, just like for any programs you installed, to install/uninstall Windows features such as games, the indexing service, Internet Explorer, Windows Media Center and several other system components.

However you might have encountered a problem when you clicked the option and were faced with this window:


Usually you would see a "Please wait..." while Windows loads the features but here nothing happens, even after several minutes. This is a known bug that Microsoft acknowledges in their knowledge base article 931712 and although their proposed methods for fixing this bug might work for some people, it didn't for me.

What fixed it was actually enabling a service I had accidentally disabled in one of my sessions of fiddling with my system. The service in question was Windows Modules Installer, also known as Trusted Installer or TrustedInstaller.exe.

Here is how you activate it:



1. Go to Start > Run... or simply press Windows + R to open up the Run prompt window.
2. Type services.msc and press OK to open up the Services manager.
3. In the window that opens up, look for a service named Windows Modules Installer.
4. Double-click it, or right-click and select Properties.
5. In the window that opens up, in "Startup type:" set it to Automatic.
6. Press OK or Apply to validate.



Reboot your computer, everything should work as intended now.




June 13, 2013

A Firefox Guide: Everything you need to know about your fox


1. Which Firefox should I get?

There are a number of Firefox forks other than the ones shown here, but these are probably the most popular.

The most stable, tried, tested, used by millions


Very stable with the latest features


"The newest innovations in an experimental environment"


Nightly (pre-alpha)
"These builds are for testing purposes only"


Custom-built and optimized for Windows operating systems


High performance browser specifically for Windows 64-bit systems to enhance speed


2. Fixing Firefox

    Disable and/or delete useless plugins:
    Disable: Firefox > Add-ons > Plugins > Disable
    Delete: Right-click plugin > Show More > "File" (find and delete)


    How to restart Firefox in Safe Mode (addons disabled, default theme, default toolbar settings):
    Firefox > Help > Restart with Add-ons Disabled

    How to reset Firefox to its default state:
    Firefox > Help > Troubleshooting Information > Reset Firefox

    Create a new profile:
    Runfirefox.exe -p
    Terminalfirefox -p

3. about:pages

about: Displays your useragent string
about:about Displays all of the about pages
about:buildconfig Displays configure args
about:cache Lists cache entries
about:compartments Shows JS mem
about:config Displays a settings interface
about:crashes Displays all Firefox crashes
about:healthreport Start up times
about:home Displays the home page
about:memory Shows memory
about:permissions Edit site permissions
about:privatebrowsing Private browsing mode
about:support  Prints all add-ons
about:telemetry Performance and usage
about:mozilla Easter egg
about:robots Easter gg

4. Firefox command line (shift+F2)

    Save a PNG image of the entire web page:
    screenshot --fullpage

    Save a PNG image of the visible window only:
    screenshot

    Restart the browser:
    restart

    Show all of the available commands: 
    help

5. userChrome.css

    /* No Firefox Button */
    #appmenu-button{display:none !important;}

    /* No load progress indicator */
    .tab-throbber{display:none !important;}

    /* No horizontal scrollbar */
    #content browser{margin-right:-14px !important;
    overflow-y:scroll; overflow-x:hidden;}

    /* No site favicon */
    .tab-icon-image{display:none !important;}

    /* No "X" button to close tab */
    .tab-close-button{display:none !important;}

    /* No auto-complete arrow on location bar */
    .autocomplete-history-dropmarker{display: none !important;}

    /* To make your own userChrome.css tweaks, find elements using the DOM Inspector on "chrome://browser/content/browser.xul" */

    6. about:config tweaks

      Turn off the new tab page, and makes it about:blank:
      browser.newtab.url => about:blank

      Turn off Geolocation: 
      geo.enabled => false

      Turn off file virus-scan after download:
      browser.download.manager.scanWhenDone => false

      Override the useragent to most common useragent (not needed with Blender/UA Switcher):
      New > string: general.useragent.override =>
      Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0


      Force installation of non-updated add-ons:
      New > boolean: extensions.checkCompatibility.[version #] => false

      Disable prefetching (preloading of pages), which lowers RAM usage:
      network.prefetch-next => false 

      Override location bar search (pick only one):
      keyword.url => "https://duckduckgo.com/html/?q="
      keyword.url => "https://startpage.com/do/search?q="


      Load plugins when you click them (instead of automatically):
      plugins.click_to_play => true

      Enable HTTP pipelineing regularly, on SSL pages, and on proxies, respectively:
      network.http.pipelining => true
      network.http.pipelining.ssl => true
      network.http.proxy.pipelining => true


      Increase the amount of connections/requests Firefox will make:
      network.http.pipelining.maxrequests => 64
      network.http.max-connections => 512
      network.http.max-persistent-connections-per-server => 32

      Speed up the security delay when installing add-ons:
      security.dialog_enable_delay => 500

      Disable tab animations:
      browser.tabs.animate => false

      Put cache on RAM:
      browser.cache.memory.enable => true
      browser.cache.memory.max_entry_size => -1
      browser.cache.disk.enable => false
      browser.cache.disk.parent_directory => /tmp/firefox 


      Reduce page loading delay:
      New > integer: nglayout.initialpaint.delay => 0
      New > boolean: content.interrupt.parsing => true
      New > boolean: content.notify.ontimer => true
      New > integer: content.max.tokenizing.time => 100000
      New > integer: content.notify.backoffcount => -1
      New > integer: content.notify.interval => 100000
      New > integer: content.switch.threshold => 2000000

      Remove submenu slide delay:
      New > integer: ui.submenuDelay => 0

      Set a "do-not-track" header to tell sites not to track browsing habits:
      privacy.donottrackheader.enabled => true

      Disable all Firefox storage settings:
      privacy.donottrackheader.enabled => true

      Disable Google Blacklists:
      browser.safebrowsing.enabled => false
      browser.safebrowsing.maleware.enabled => false

      Disable prefetching:
      network.prefetch-next => true

      Disable pings:
      browser.send_pings => false
      browser.send_pings.require_same_host => true


      Disable suggestions on searchbar:
      browser.search.suggest.enabled => false

      Disable keywords:
      keyword.enabled => false

      Disable certificates:
      browser.ssl_override_behavior => 2

      Disable DNS proxy bypass:
      network.proxy.socks_remote_dns => true

      Disable crash reporting:
      In application.ini in the Firefox folder,
      [Crash Reporter]Enabled=1 => [Crash Reporter]Enabled=0

May 28, 2013

Double click to close a tab in Chrome

Did you know you could close tabs in Chrome with the middle mouse button? It seems however some people don't like using the middle mouse button on a regular basis, not to mention it's not very precise.

Thankfully, there's an app for that! Chrome Toolbox will allow you to double click any tab to close it.


Download it here and press the "+ add to chrome" button.

After it is installed, you can go into Chrome Toolbox's options and tick "Double click on a tab to close it". Settings are saved automatically.

Chrome Toolbox also comes with a ton of other nifty features:

- Magnify any image on a web page, set it as your wallpaper, and view it in its original size
- Drag any video on a web page (Flash and HTML5 video) out of the page in its own stand--alone window, closing the window puts it back to the original page, both with play state reservation
- Customize tab behavior to close the tab on double click, to create a new tab on closing the last tab, and to always open a link in its own tab
- Save and restore unsubmitted form data, to avoid data loss caused by session expiration or a no-cache page setting
- One shortcut to launch all predefined URLs (from your Bookmark Manager folder)
- Learn, compare and contrast shortcuts in Chrome and other popular browsers.
- Put your favorite Chrome functionalities in the drop down menu, reorder them in the way you like
- Define Boss Key
- Mute all tabs

May 17, 2013

The best tip you will ever get



Your computer has problems? Here's the best tip I can give you:


REBOOT YOUR COMPUTER


If you don't know what that means, it means you should turn off your computer completely and then turn it on back again. This fixes most things.

Don't forget to save your work before you do this of course!