Featured Posts

Dropbox 23GB of free space for 2 years You must have an android device for this to work. As found on : http://forum.xda-developers.com/show....php?t=1550699 and HotUkDealsLinky : http://dl.dropbox.com/u/5152607/Drop...v2_theos0o.apk Step 1: If you already have Dropbox installed on your Android device, you must Clear data, Force close and finally uninstall it from Settings > Applications > Manage...

Read more

Sky Go Android App released It certainly has been a long time coming and even though it comes with strings, Sky's "Sky Go" app has finally been released for Android. Don't get too excited just yet though. Sky Go will only work on supported Android devices running 2.2x and 2.3x. Not only that but to "ensure that our rights contracts are fully upheld we are also unable to support any Android devices...

Read more

Asus Transformer TF101 not charging, SOLVED!Asus Transformer TF101 not charging, SOLVED! I purchased an ASUS Transformer TF101 a few months ago and I have been very happy with it. That was until recently. When I plugged it in it would no longer charge. I read on multiple forums that this was a common issue for Transformer owners and some fixes included putting the transformer plug into the freezer to cool it down and also to bend the pins slightly to try to...

Read more

Google’s response to Siri is codenamed Majel, could... Interesting. I've not tried Siri nor do I know anyone that has an iPhone 4GS that can give me reports on it. By all accounts it's the dogs nutsack so hopefully this app will be just as good. Google’s response to Siri is codenamed Majel, could be released by end of year | Android and Me.

Read more

Carrier IQ: How the Widespread Rootkit Can Track Everything on Your Phone, and How to Remove ItCarrier IQ: How the Widespread Rootkit Can Track Everything... This post is especially for the paranoid amongst us. Recently an Android Developer discovered a rootkit called Carrier IQ that is capable of logging everything you do and worst of all it comes pre-installed on almost all smartphones, including Android, iPhone and Blackberry. Click on the link below for more information Carrier IQ: How the Widespread Rootkit Can Track...

Read more

Use Google Chromium to display PDF

Category : Chrome, Chromium, DIY, Linux

I love Ubuntu and also Google Chromium web brwoser but one thing that annoyed me was the fact that you could not view PDF documents from within the browser. Instead these documents had to be downloaded and opened with a PDF reader. I scoured the interweb and found a solution.

Download the file libpdf.so and follow the instructions below to install it. Once you have copied the file to the folder restart Chromium and you should find that you can view PDF’s from within your browser.

Copy the above file to /usr/lib/chromium-browser/ You may need to run a root nautilus window for this. Press ALT+F2 and type gksu nautilus /usr/lib/chromium-browser/ minus the apostrophes.

via Use Google Chromium to display PDF documents

Google users targeted by forged security certificate – Technology, Business – Independent.ie

Category : Chromium

Security researchers have discovered a forged internet security certificate designed to allow hackers to spy on Google users’ private emails and other communications.

The forgery was first reported by an Iranian web user, which has raised fears it may be part of efforts by the government in Tehran to monitor dissidents.

The “man in the middle” attack also further undermines general confidence in the Secure Sockets Layer SSL, a security protocol used to authenticate all kinds of sensitive internet traffic, including online banking. SSL certificates are meant to act as an independent third party to verify that communication between a website and a browser are secure.

The forgery was issued to the unknown attackers on 10 July by DigiNotar, a Dutch SSL certificate authority. For more than two months it would have allowed them to set up fake versions of Google websites that appeared genuine to users and their web browsers. This would in turn have allowed the hackers to collect usernames and passwords for their targets’ genuine Google accounts.

The forged certificate was valid for google.com and all its sub-domains, including mail.google.com.“Today, when I tried to login to my Gmail account I saw a certificate warning in Chrome,” said alibo, a Google user who said he was in Iran and was first to report the attack.

Chrome has details of Google’s genuine security certificates built-in, so it was able to detect the forgery when a fake website presented it to alibos browser.

“I think my ISP or my government did this attack,” he added.The Electronic Frontier Foundation, a digital rights group based in San Francisco, said the incident demonstrated fundamental problems with SSL and the dozens of authorities such as DigiNotar that are trusted to issue certificates.

“The certificate authority system was created decades ago in an era when the biggest on-line security concern was thought to be protecting users from having their credit card numbers intercepted by petty criminals,” the EFF said.

“Today internet users rely on this system to protect their privacy against nation-states. We doubt it can bear this burden.”

In a similar incident earlier this year systems at Comodo, another certificate authority, were found to have been hacked and forced to issue forged certificates for Google, Microsoft, Skype and Yahoo! services. The firm said evidence indicated its attackers were based in Iran.

It is unclear how DigiNotar’s attackers persuaded it to issue the forged google.com certificate, and the firm has not commented. The major browser makers – Google, Microsoft and Mozilla – all said they would use software patches to revoke the firm’s authority to issue SSL certificates.

Google said in a statement: “Were pleased that the security measures in Chrome protected the user and brought this attack to the publics attention.”While we investigate, we plan to block any sites whose certificates were signed by DigiNotar.”

via Google users targeted by forged security certificate – Technology, Business – Independent.ie.

Getting Chrome to work through HTTP Proxy on Ubuntu

Category : Chrome, Chromium, Internet

One of my mates converted me from Firefox to Chrome about a year ago and I must admit I was delighted with it’s speed and the multitude of extensions that it offered.

I had Chromium installed on Ubuntu 10.10 64-bit and it was working fine. I was connected to the web using a password protected HTTP Proxy server. Now I’m not sure exactly what changed, whether it was an update to Chromium, an update to Ubuntu or some change that I made but one day Chromium would no longer connect through the proxy.

I tried the usual “turn it off turn it back on” and uninstall and reinstall the browser but none of it seemed to work. After spending about an hour trying to get it working I just went back to using Firefox, that was until today. Today I was looking at different browser extensions when I came across one that I wanted to try out. Unfortunately for me it was only available for Chrome. This brought me back to the original problem that I had.

I fired up a terminal and entered chromium-browser into it to launch the browser. I was keeping an eye on the terminal as I changed the proxy settings in Chrome when I spotted this line

Major: (0×00020000) An invalid name was supplied | Minor: (0x96C73AF3) Cannot determine realm for numeric host address
My proxy server is generally inputted as an IP Address and not a hostname. Seeing the error above I edited my /etc/hosts file to add 1.2.3.4 proxy to it (where 1.2.3.4 was the IP Address of my proxy server) I restarted the browser and was able to log on through the proxy and on to the internet.