jquery link

my custom css

slimbox 2

analytics

Thursday, January 5, 2012

How to always use a text-based location bar in nautilus 3...

Open terminal and type the command below
    $ gsettings set org.gnome.nautilus.preferences always-use-location-entry true
To switch back
    $ gsettings set org.gnome.nautilus.preferences always-use-location-entry false

Saturday, December 31, 2011

Fixes for common issues on Linux Mint 12...

System: Dell Studio XPS 16 - 1647
OS: Linux Mint 12 - Lisa 64-bit

Problem 1:
Broadcom BCM43224 (0596) Wifi card not working out of box (bug #873511).

Solution:
Edit config file
    $ sudo nano /etc/modprobe.d/blacklist.conf
to blacklist the drivers (for my case I need to blacklist both bcma and brcmsmac) by adding the text below at the end of the file
    blacklist bcma
    blacklist brcmsmac
and then reboot.

Problem 2:
Unable to pair devices, send, receive and browse files via bluetooth.

Solution:
System update fixed pair devices issue, however sending file only works one way (PC to device). Browsing files in device is still not working (bug #879923).

Problem 3:
No sound from headphone jack.

Solution:
An old issue since Julia.

Worth to highlight:
  • ATI proprietary driver ver 11.12 performance still sluggish on GNOME 3
  • A nice shell extensions from ppa:webupd8team/gnome3
    • gnome-shell-extensions-pidgin
    • gnome-shell-extensions-workspace-indicator
  • AWN works great on GNOME 3

Friday, December 2, 2011

My Linux Mint 12 hiccup experienced...

Laptop Model: Dell Studio XPS 16 - 1647

1) Issues when using ATI proprietary FGLRX driver (via Additional Drivers or manual download)
  • Sluggish performance on windows movement and mode switching between desktop and activity
  • Windows 7 guest OS under VMWare with Aero effect enable crashed even when I'm not using a fullscreen mode

2) No sound from headphone jack (old issue since Julia)

3) Unable to pair, send file and browse other devices via bluetooth

4) Broadcom STA wireless driver not working, tried solutions found on forums yet I'm still stuck with it (working fine on Julia and openSUSE 12.1)

At the end of the day, I've revert back to Julia with ATI proprietary FGLRX driver version 10.10. A combination that works perfectly for my laptop. ATI sucks!!! I wish I could have change my graphic card to NVIDIA, unfortunately it's not easy and almost impossible for laptop.

Monday, October 31, 2011

Make the internet safer for your kids with ScrubIT...

This solution is suitable for parents who can't afford to buy the "net nanny" product. No installation is required.

What is ScrubIT?
ScrubIT is a FREE recursive DNS server that regulates what comes into your home or business. ScrubIT “scrubs” the internet so you don’t have to be concerned about what your family members or employees will be confronted with.

Who should use it?
ScrubIT is perfect for any home or business that is tired of the plague of pornographic and malicious websites.

Why is it FREE?
You're saying "Where's the catch?", good news, there is none! As far as we know, ScrubIT is the only public recursive DNS server to actively filter pornography. It’s a FREE service provided by people who care about the freedom found in the internet, but balance those sentiments with a desire to protect our children and employees.

*Summary were copied partially from ScrubIT website.