Pinterest online bulletin board soars as social media darling

Pinterest went unnoticed for almost a year. Then it caught fire.

By December 2011, the number of U.S. unique visitors to Pinterest soared to 7.5 million, up from 418,000 in May, according to comScore Inc., a Chicago-based Internet research firm. That is a steeper ascent in traffic than the early days of Facebook, Twitter or MySpace, said comScore analyst Andrew Lipsman.

via Pinterest online bulletin board soars as social media darling – chicagotribune.com.

Half of Fortune 500s, US Govt. Still Infected with DNSChanger Trojan

Rasmussen said there are still millions of PCs infected with DNSChanger. “At this rate, a lot of users are going to see their Internet break on March 8.”

via Half of Fortune 500s, US Govt. Still Infected with DNSChanger Trojan — Krebs on Security.

Given the Conficker Working Group’s experience, shutting down the surrogate DNS network on March 8 may actually be a faster — albeit more painful — way to clean up the problem.

List of open source captive portal software and network access control (NAC)

List of open source captive portal software and network access control (NAC) « Mohamed Thalib’s Blog.

I have listed here some open source captive portal software and network access control (NAC) systems.

1. ChilliSpot – http://www.chillispot.info
2. Wifidog – http://dev.wifidog.org
3. PacketFence – http://www.packetfence.org
4. HotSpotPA – http://www.hotspotpa.com
5. NoCat – http://nocat.net
6. CoovaChilli – http://coova.org
7. Utangle – http://www.untangle.com
8. pfSense – http://www.pfsense.org
9. PepperSpot – http://pepperspot.sourceforge.net
10.Zeroshell – http://www.zeroshell.net/eng/
11. m0n0wall – http://m0n0.ch

Four telescope link-up creates world’s largest mirror

The process that links separate telescopes together is known as interferometry.

In this mode, the VLT becomes the biggest ground-based optical telescope on earth.

Besides creating a gigantic virtual mirror, interferometry also greatly improves the telescope’s spatial resolution and zooming capabilities.

via BBC News – Four telescope link-up creates world’s largest mirror.

Making a WiFi Hotspot / Access Point using Linux & wifi lan card/USB adapter

If you have a wifi LAN card / USB adapter, then you can use it as an access point so that other machines can connect to the internet via your machine using Wifi. The process is fairly simple, but requires you to have a compatible set of drivers which allow a wifi lan card to come into “Master” mode.

via Making a WiFi Hotspot / Access Point using Linux & wifi lan card/USB adapter « Vivek’s blog.

Pyramid Linux

pyramidlinux – Pyramid Linux – Google Project Hosting.

Pyramid is binary linux distro for use on x86 embedded platforms. It is primarily focused on wireless applications however people have found many great uses for it. We primarily develop and test Pyramid for Metrix Kits, but it works well on other x86 based hardware as well. Check the WorkingHardware page for more info or add to it if you find hardware not listed that works with Pyramid.

‘Anonymous’ hackers intercept conversation between FBI and Scotland Yard on how to deal with hackers

The recording, which was posted on Youtube, refers to the on-going court case against Ryan Cleary, arrested last June for his alleged role in the group LulzSec, and reveals legally sensitive information.

via ‘Anonymous’ hackers intercept conversation between FBI and Scotland Yard on how to deal with hackers – Telegraph.

I’d like to hear more as to how this was done.

MQTT: MQ Telemetry Transport

MQTT stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. The design principles are to minimise network bandwidth and device resource requirements whilst also attempting to ensure reliability and some degree of assurance of delivery. These principles also turn out to make the protocol ideal of the emerging “machine-to-machine” (M2M) or “Internet of Things” world of connected devices, and for mobile applications where bandwidth and battery power are at a premium.

via FAQ – Frequently Asked Questions | MQTT: MQ Telemetry Transport.

I see RIM phones using this.

Are there standard ports for MQTT to use?

Yes. TCP/IP port 1883 is reserved with IANA for use with MQTT. TCP/IP port 8883 is also registered, for using MQTT over SSL.

VMware Player – Virtual Network Editor

The Virtual Network Editor (vmnetcfg.exe) is not extracted during the installation and it is really needed if you want to mess around with the virtual network settings on the host OS.

It is a problem if you have different network adapters installed, like eg Bluetooth, WiFi, Hamachi etc

Extract cab files

You can extract all files from the installation by using the option /e and a destination folder is supplied

C:\Download\vmware>VMware-player-3.1.3-324285.exe /e .\extract

Change to the subfolder and find the file network.cab, open it in eg Izarch and extract vmnetcfg.exe to the vmware player installation folder. You can also create a shortcut in your list of program files if needed

Currently rated 4.6 by 8 people

via Look sharp | VMware Player – Virtual Network Editor.

This worked.  I didn’t have to install izarch either — 7-zip extracted the .cab files just fine.  I can’t believe vmware didn’t just install the network editor for the player.  What’s up with that?