Tuesday 17 January 2012

How to get your money back from Dodo Wireless Broadband! 3G [WIN]

Ugly fuckin' bird!
Dodo 3G is oversubscribed and has become hella slow, slower than dialup.

Meanwhile, the consumer has to pay for failed uploads / downloads for substandard service.

Calling their Australian Indian call center will not help if the tower is congested.  So the next step is to demand MONEY BACK.


This worked for me on my prepaid 3G broadband.  Do your homework first by following these steps.
  • Calculate what percentage of unused data you have left and calculate this against the initial data purchase price as the basis of refund
  • Fill out the online service support form at http://response.dodo.com.au or Google "Dodo complaint" to find the page link
  • State to Dodo that you wish to seek a refund based on the usable data left on your account.
  • Mention that the service is slow, unresponsive 3G broadband AND you will complain to the TIO if they don't refund (complain anyway)
  • Also state that you have previously contacted their technical services, tried differed hardware, different location but all to no avail.
If they don't not contact back in two days, contact them by phone and go through the standard loop of tech support, followed by escalation.  Finally state that you will require a refund for the crap service.

They will eventually credit back a refund and in 10 minutes your modem will be - no service.  Bye bye 3G Dodo aka Optus Shite.

It is time to make the Dodo extinct!



WindyCityTech Blogger
WindyWindyCityTech Wordpress

Friday 6 January 2012

reaver wps error: sqlite3 library not found! ubuntu | sqlite3_open


./configure not working?

New with reaver-wps 1.3

Need a bit of sqlite action

sudo apt-get install libsqlite3-dev

done!

WindyCityTech Blogger
WindyWindyCityTech Wordpress

paypal politically exposed person, why ask this question?

Politically Exposed Person

A Politically Exposed Person (PEP) is someone who performs important public functions, for example:

Heads of state, government and cabinet ministers;

Influential functionaries in nationalised industries and government administration;

Senior judges;

Senior party functionaries;

Senior and/or influential officials, functionaries and military leaders and people with similar functions in international or supranational organisations;

Members of ruling royal families;

Senior and/or influential representatives of religious organisations (if these functions are connected with political, judicial, military or administrative responsibilities).

politically exposed person


WindyCityTech Blogger
WindyWindyCityTech Wordpress

Monday 2 January 2012

Displaying multiple web pages on a single web page

Source: http://www.sevenforums.com/browsers-mail/152344-multiple-web-pages-1-screen-page.html

If you like to keep a eye on multiple web pages without flooding tabs here is a way to do it.

I know there are FF extensions that can do this.

http://pastebin.com/z33nh5tw

<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<table style="width: 1000px;">
<tbody>
<tr>
<td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
</td>
<td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
</td>
</tr>
<tr>
<td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
</td>
<td align="center" width="50%"><iframe src="http://slashdot.org" style="width: 500px; height: 400px;"></iframe><br>
</td>
</tr>
</tbody>
</table>
</body>
</html>

WindyCityTech Blogger
WindyWindyCityTech Wordpress

Installing Reaver WPS on Ubuntu 11 code.google.com/p/reaver-wps



What a great program.

To install on Ubuntu, you need to have the prerequisites:
  • a brain
  • build-essential  i.e apt-get install build-essential
  • libpcap0.8 library and the development library libpcap0.8-dev
  • aircrack-ng- preferably the subversion
  • patched compat-wireless drivers - no channel -1 shit
  • wireless card that can do injection
  • reaver wps code http://code.google.com/p/reaver-wps/

The rest is pretty simple, just the usual extraction., ./configure, make, sudo make install.
Pay attention to the ./configure and make processes, if there is anything missing required, check or investigate.

You will need to put you wireless card into monitor mode, use airmon-ng for this.

You will also need to establish a good, solid signal between the AP and you radio, if you cannot then it will wont work very quickly or at all.




WindyCityTech Blogger
WindyWindyCityTech Wordpress