- Published:
- February 19, 2010 – 10:55 pm
- Author:
- By Dave
HBO GO has been in the works for a while now, and is an indication of what some networks are trying to do to add value to their subscription rate. Offering video for streaming online is definitely a benefit to a premium channel like HBO. And it is a glimpse as to what the future of online video will hold. I recently got rid of my cable box and implemented a do-it-yourself solution. Since HBO is a premium channel and encrypted, they force you to either buy a cable box via subscription or also a cable-card (which they also charge for). This actually gives me a unique perspective on the service: would I pay for HBO to receive the HBO GO online only offering?
Categories: Reviews,Software,Television
Tagged: newmedia, review, Television
- Published:
- February 13, 2010 – 1:12 pm
- Author:
- By Dave
The Bash command environment, which is the namesake of this blog, is very flexible in that it allows you to manipulate the filesystem in many ways. Awk and sed are very powerful tools that allow you to do this rename with a simple one line command. This post will walk you through doing this with a Comma Separated Value (CSV) file and also using a simple regular expression to rename many files.
Categories: Code Samples,Linux,Shell,System Administration
Tagged: awk, bash, csv
- Published:
- February 8, 2010 – 9:05 pm
- Author:
- By Dave
This is my admittedly minor but I hope useful contribution to the TinyOS development community. TinyOS is an Operating System and development framework for Wireless Sensor Networks and other platforms which has a small footprint and is very energy conscious. The TinyOS source code is available for free online for many operating systems, however it takes a long time to get the environment set up and it is not portable at all. I came across XubunTOS but it did not seem to be in active development anymore, so I endeavored to install TinyOS 2.1 and 2.x from source into a regular Ubuntu image. The most help came from Matt Keally’s Blog. While doing this, I thought it might be useful to many others who wish to develop in the TinyOS framework but might not have the skills necessary to install it. Therefore, I developed this VirtualBox image so that you can….
Categories: Programs,Software,Ubuntu
Tagged: tinyos, ubuntos, Ubuntu, virtualbox
- Published:
- February 2, 2010 – 8:03 pm
- Author:
- By Dave
Currently I am in the Computer Science Master’s Program at West Chester University and I am focusing my research on Location Based Updates in Social Media and their societal and security implications. So you can say I think about this topic more than most normal people do.
FourSquare is a growing service that allows you to “Check in” to restaurants, grocery stores, museums and just about any place you can imagine. However, I have seen several of my friends checking in to locations which, I must say as a security research student, set off warning bells. Although I am calling out FourSquare specifically, these also apply to just about any other location based software where you broadcast your location to other folks, whether they are your friends or the general public. GoWalla and BrightKite are in the same boat.
Without further ado… here is my list of top FourSquare Security Faux Pas (after the break…)
Categories: Other Technology,Social Media
Tagged: geotagging, Security, Social Media, society, tips
- Published:
- January 31, 2010 – 9:53 pm
- Author:
- By Dave
It is very easy to create a random file using the linux command line. Much like the command to fill a file with all zeros, for example a 1 Meg file: dd if=/dev/zero of=zero.filename bs=1024 count=1000 You do the same using /dev/urandom: dd if=/dev/urandom of=random.filename bs=1024 count=1000 Resulting in a 1MB file: 1000+0 records in 1000+0 records out 1024000 bytes (1.0 MB) copied, 0.0294247 s, 34.8 MB/s This is transferring random data from the virtual device urandom to the output file. We use /dev/urandom instead of /dev/random because the /dev/random source generates random data very slowly. urandom is much faster at this but remains very random, if not quite a random as /dev/random. This should work with any system with dd and /dev/urandom.
Categories: Code Samples,Linux,Security,Shell
Tagged: command line, Linux, tips
- Published:
- January 26, 2010 – 2:03 am
- Author:
- By Dave
Came across this admittedly weird issue. Randomly over the past few months, I try to go to Facebook or Twitter and end up being redirected to another website, usually MySpace. See screenshot for an example of what I saw a few moments ago. This time, it just forwarded me to a Samuel Garcia (SR388) so I punched it into Google, and low and behold others are having this same exact issue! Facebook redirects to MySpace. They also posted a fix — flush the DNS cache on your local system via the command: ipconfig /flushdns So what could be causing this issue? I thought it might be some sort of DNS hijacking but everything I could check seemed OK. It happens to multiple computers on my network. Finally a comment on that threat points over to the Linksys forum about DNS issues with many others having the same problem. It appears that….
Categories: Site Updates
Tagged: DNS, facebook, hijack, myspace, redirect
- Published:
- January 24, 2010 – 3:32 pm
- Author:
- By Dave
Canon’s site for the LiDE 50 does not list any Windows 7 drivers for download, nor Vista 64-bit drivers. However, I did find that you can use the CanoScan LiDE 60 drivers in place of the LiDE 50 drivers, and they do have options listed for Windows 7/Vista in both 64-bit and 32-bit varieties. Do do this, you download the appropriate driver (either the Windows 7 64 or 32 drivers) which is contained in an executable file. Use a program such as 7zip to uncompress this file into another folder. Within this folder, there are no drivers but further cabinet files. Use 7zip to decompress the _winzip_ file, which actually contains the driver you need to install. In your device manager, locate the scanner and select the option to update the driver. You will need to select the driver manually, then specify the device type and driver, then click the “Have….
Categories: Hardware,Other Technology,Windows
Tagged: canon, drivers, lide, scanners