How to Bypass AT&T Google Hangout Video Chat Block (Using Root)

A couple of hours ago, I posted a blogpost about how AT&T is blocking Google Hangout video chat on their cellular network and that the only way you can actually enjoy face-to-face chats with your contacts is when you are connected to the internet via Wi-Fi.  The good news is that it is now possible for you to bypass this restriction and make your call through a simple rooting technique of your Android smartphone or tablet.  If you are an AT&T customer and wish to be able to hang out with those you love on Android, read on to see the instructions.  I just learnt that the first update of Google Hangout is already rolling out (version 1.0.1.678536 from version 1.0.0.675749) but it does not address this issue.

Google+ Hangouts

How to Bypass AT&T Restriction

This process requires root, but that is easy to get.  If the Google Hangout video chat is so important to you and cannot wait for Google and AT&T to work something out, then you can follow it.  If you are using an iPhone or iOS device, then you shouldn’t have any problems using the Google Hangout video chat feature.

**Doing away with restrictions of AT&T on Google Hangout video chat feature is easy and anyone can do it, but note that any process that involves accessing protected segments of your phone storage and this always carries some risk.  TDG will not be responsible for any unexpected behavior or damage to your device.

First, go to All Things Root page on AndroidForums.com to see the specific ways to root your device if it is not rooted yet.  After checking it, you can then follow these simple instructions (all thanks to Mark Dobson).

1. Go to Google Play Store and download and install SQLight editor

2. Head back to Google Play Store and download Root Explorer

3. Start Root Explorer and navigate to the directory /data/data/com.google.android.gsf/databases/.  Find the file gservices.db and click on or tap it.

4. Tap or click on ‘Main’.

5. Scroll down and find ‘gtalk_vc_wifi_only’.  Select this item and hold.

6. Tap and hold ‘Edit Record’ then change its value from ‘True’ to ‘False’

7. Reboot your device.

This is not the first time AT&T is putting such a restriction on a video chat feature.  Awhile back when Apple introduced the FaceTime chat feature, AT&T had restrictions on it too but it was eventually lifted.  This too will be lifted, but we cannot tell when, if ever, this will happen.  Follow this simple hack bypass and enjoy hanging out with your Google friend on Android, anywhere.

Source: Mark Dobson via PHAndroid

The Droid Guy

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Using Solr With TYPO3 On Debian Squeeze

Using Solr With TYPO3 On Debian Squeeze

TYPO3′s default search extension called “Indexed Search” is fine for small web sites, but if your web site is bigger (> 500 pages), it is getting very slow. Fortunately, you can replace it with a search extension that uses the ultra-fast Apache Solr search server. This tutorial explains how to use Apache Solr with TYPO3 on Debian Squeeze.

HowtoForge – Linux Howtos and Tutorials – Linux

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Monitoring Users Activity Using psacct or acct Tools in Linux

If you have lot of developers or programmers who access your servers frequently in your company and if you wanna to keep an eye on what data they are accessing, what commands they are issuing, how long they have been accessing servers and how much system resources are consumed by them, then psacct or acct are the tools that you should have. Already we have covered some topics about monitoring tools such as Nagios and Cacti.
LXer Linux News

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Run Your Own Social Network Using elgg on RHEL / CentOS and Scientific Linux

Elgg is an open-source and powerful social networking engine used to create your own social networking web site. In this How To, I am gonna show you how to build your own social network website, just like Facebook and Linkedin.
LXer Linux News

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Using ngx_pagespeed With nginx On Debian Wheezy

Using ngx_pagespeed With nginx On Debian Wheezy

Google has just released PageSpeed Beta for nginx, the nginx equivalent of mod_pagespeed for Apache. This module applies web performance best practices to pages, and associated assets (CSS, JavaScript, images) and therefore speeds up your web site and reduces load times. This tutorial explains how to use PageSpeed with nginx on Debian Wheezy.

HowtoForge – Linux Howtos and Tutorials – Linux

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Send emails from Linux Console Using Mutt,Mail & Telnet Command

From Linux console we can send emails using Mutt,mail and Telnet Command.
LXer Linux News

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Site-to-Site VPN with Amazon VPC using pfSense

Wondering how to get a VPN working with your business and Amazon VPC? Check out the new: How to create a Site-to-site VPN between pfSense and Amazon VPC using Virtual Private Gateway feature
LXer Linux News

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

BitTorrent Sync: Secure File Sync Between Computers Using P2P Technology [Public Alpha]

BitTorrent Sync, a free to use (but not open source) tool that can be used to automatically synchronize files between computers using the BitTorrent protocol, is now available for all as public alpha. The application runs on Linux, Windows, Mac OS X and NAS.

BitTorrent Sync Web Interface Linux

The tool, which has been in closed alpha for the past four months, is advertised as “a simple tool that applies p2p protocol for direct live folder sync with maximum security, network speed and storage capacity“.

And indeed, BitTorrent Sync is a great way of syncing and sharing files between computers, even files that you usually wouldn’t trust with cloud sync tools such as Dropbox: besides the files being transferred directly between the users (so your files don’t end up on some cloud server), the connection is encrypted with a AES cypher and a 256-bit key created on the base of your Secret, a random 20 byte or more string. For increased security, there’s also an option to generate a Secret that expires after a day.

Basically, this peer-to-peer (p2p) sync tool can be compared with cloud sync services such as Dropbox or Ubuntu One, but no server is involved which also means that the sync can be faster than such services and there are no space restrictions (except your HDD). This also means the computers need to be online for the sync to work, obviously.

How to use BitTorrent Sync on Linux

Arch Linux users can install BitTorrent Sync via AUR.

To use BitTorrent Sync (or “BtSync”) on Linux, download and extract the binary for your architecture (Ubuntu users: use the “Linux i386″ or “Linux x64″ links on the left; don’t download the “glib 2.3″ binaries), extract it and to run it, simply type the following in a terminal (assuming you’ve extracted the “btsync” binary in your home folder):

cd
./btsync

To see a list of available options, type:

./btsync --help

And if you want to stop BitTorrent Sync, use:

killall btsync

BitTorrent Sync doesn’t come with a GUI for Linux, but it can be configured through a web interface so once you’ve started BtSync like we’ve explained above, open a web browser and enter the following URL: http://localhost:8888/gui/

Now let’s add a folder to sync. To do this, click “Add folder”, then browse for a folder you want to sync and also click “Generate” to generate a Secret for this folder. Then click “Add” to add the folder:

BitTorrent Sync Web Interface Linux
If you want to connect to other devices / synchronize a folder from a remote computer on your machine, follow the same steps as above, but instead of clicking “Generate” for the Secret, paste the Secret generated for the folder from the remote computer.

On Linux, most of the settings aren’t available in the web interface. Instead, you can run:

./btsync --dump-sample-config > sync.conf

Which will create a new “sync.conf” file with a sample configuration file. Modify the settings in this file to suit your needs and then run BtSync using the following command (which will make BtSync use the newly created configuration file):
./btsync --config sync.conf

For more on how to use BitTorrent Sync on Linux but also on Windows and Mac OS X, see the User Guide PDF file.

Download BitTorrent Sync for Linux, Windows, Mac OS X and NAS.


Web Upd8 – Ubuntu / Linux blog

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Using PHP5-FPM With Apache2 On OpenSUSE 12.3

Using PHP5-FPM With Apache2 On OpenSUSE 12.3

This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.

HowtoForge – Linux Howtos and Tutorials – Linux

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Create your own high-performance NAS using GlusterFS

GlusterFS is used in environments where high performance, redundancy and reliability are of a premium. The best part is that it’s exceedingly easy to use
LXer Linux News

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Using zRAM On Ubuntu 13.04 Linux

The Linux kernel zRAM module allows for creating RAM-based compressed block devices and for common situations can reduce or eliminate paging on disk. The zRAM feature can be particularly beneficial for systems with limited amounts of system memory. It’s quite easy to setup zRAM on Ubuntu Linux, so in this article are some before and after benchmarks…
Phoronix

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Installing And Using OpenVZ On CentOS 6.4

Installing And Using OpenVZ On CentOS 6.4

In this HowTo I will describe how to prepare a CentOS 6.4 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.

HowtoForge – Linux Howtos and Tutorials – Linux

StumbleUponDiggTwitterFacebookRedditLinkedInEmail