January, 2010


27
Jan 10

Shared Items – 27/01/2010


25
Jan 10

Online Media Marketing

‘Social Media’ has been lauded as the be-all and end all of the future of marketing, advertising, society, and general human decency.

There is no doubt that Social Media has taken over our connected lives. And while I don’t doubt this, I often feel that this is taken as a sign that we can abandon the so called ‘old-school’ of marketing and advertising (In this case ‘Old-School’ includes the Web 1.0 practise of advertising on Search and Comparison sites).

Continue reading →


24
Jan 10

Ubuntu / Windows Sharing a Dropbox folder on NTFS

Take one Dual-Boot laptop, with three partitions:
/dev/sda1:Windows File System
/dev/sda2:Linux File System
/dev/sda3:Data Partition

I already had Dropbox installed on the Windows side and didn’t want to have things duplicated on the linux side, problem is Ubuntu currently does not mount internal drives automatically on boot, so every time I fired up Ubuntu, I had to re-mount the drive, password and all.

Easy enough fix: Make a new /etc/fstab entry for the shared drive and define a mount point.

/dev/sda3 /media/Shared ntfs-3g defaults,locale=en_GB.UTF-8 0 0

Then change your Dropbox location to wherever you have the folder under /media/Shared/ (or as I do and just symbolically link it to under your Home folder, This is also a good idea because Windows defaults to calling the Dropbox folder “My Dropbox” whereas in *nix its simply “Dropbox”)

Last but not least

sudo umount /dev/sda3

sudo mount /media/Shared

dropbox start

Then just enjoy the 2.5Gb of hard disk you just saved.


20
Jan 10

Shared Items – 20/01/2010


17
Jan 10

Are we on the brink of War?

Recent events in the cyber-security world have got me feeling paranoid. Between Estonia, Georgia, and the ever-increasing focus on Chinese cyber-political-warfare, geo-political entities are starting to realise that the whole ‘lets stockpile enough weapons to blow up the world enough times for the number to be rendered pointless‘ may not have been the best plan.

China has caught everyone off-guard with its recent, albeit ‘hush hush’, displays of force (while not entirely getting off scott-free), and we should probably be alot more afraid of a cyber war than of flaming pants or security-crossed lovers.

I think there has been something ignored in this most recent spate of Chinese infiltration, is that if there is a bomb on a plane, or at an airport terminal, it blows up, theres horror, theres death and distruction, but if you’re a few miles down the road, your safe, but probably in need of a fresh set of briefs.

This is the list of companies and industries identified as potential victims of the Chinese attacks….

  • Google
  • Yahoo
  • Adobe
  • Dow Chemical
  • Northrop Grumman
  • Symantec
  • RackSpace

Just think about that for a second. Dow Chemical, nice big conglomerate of manufacturing and government supply. Nothing to go wrong there, right?

Northrup Grumman

Designer, systems integrator and manufacturer of military aircraft, defense electronics, precision weapons, commercial and military aerostructures.

Yeah, nothing to worry about there…

If you’re on this page, then I probably don’t need to explain the implications of having the worlds biggest source of knowledge ever, one of the most popular network security vendors, and the biggest email provider for the non-web-literate (i.e most vulnerable to phishing attacks) compromised. But I will anyway.

Unless you’re a Schneiner-level security guru, these companies probably have, between then, more information and control over your life than you would like to have given away to anyone, let alone a hostile foreign dictatorship.

There’s two potential actions: Shut Down or manipulation.

Its at this point that I actually want to get back into the security field. Cus frankly, if your not scared, you should be.

Update:TechCrunch has a great article on the financial cost of Google changing its previously politically permissive stance in China


13
Jan 10

Shared Items – 13/01/2010


6
Jan 10

Shared Items – 06/01/2010


3
Jan 10

Application Idea: What do you think?

As part of the whole New Years Resolutions plan, I’m gonna get started on the OSS development thing.

The Gist: Cross Platform Mobile application to collect international data on cell reception.

The Gimmick: While services that do this exist, they assume even circular propagation of the signal. Granular reception maps that tell you where to head to to get more bars.

The Detail: Low level should be relatively simple; the Android, Blackberry and Iphone API stacks allow easy reading of the current cell ID, RSSI, and GPS Co-ords. Upload those three values over XML (or Something), Web service plugs that into a MySQL server, which is then aggregated, and displayed on the Web, and can be queried by the mobile app.
The Potential: While its unlikely that its going to ‘blow up’ since there is relatively little incentive for the end user, since the Applications are going to be free, there will be some that will install it for the sake of it. There is the opportunity to license the data gained service providers but the aggregated data will be made available online in open formats.

The Dream: Development of accurate localised RF propagation modelling for dirt cheap compared to professional surveying, so maybe people like AT&T and others could give better service in built up areas…

I’ll be keeping notes on the relevant Trac page

What do we think?