- 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 [...]
Categories: Programs, Software, Ubuntu
Tagged: tinyos, ubuntos, Ubuntu, virtualbox
- Published:
- December 23, 2009 – 9:26 pm
- Author:
- By Dave
We recently did some speed testing on a few of the servers on our network, and we were not receiving the speeds expected considering they were sitting on a physical 100mbps ethernet port. The servers were indeed on physical 100mbps connection, however wget (TCP/IP, HTTP Port 80) download tests showed only a max of about 1.5MB/sec (note the 8bit/byte conversion, so this translates to about 12mbits).
Categories: Linux, Software, System Administration, Ubuntu
Tagged: Ethernet, kernel, Linux, network, speed, tcp/ip
- Published:
- October 30, 2009 – 6:40 am
- Author:
- By Dave
I put this together for a project in a class I am taking, and thought it would be handy for others as well. The goal is to access a Windows filesystem and reset the password for a user, for example if someone forgot the Administrator password or the account is locked out from too many [...]
Categories: Software, System Administration, Tech, Ubuntu, Windows
Tagged: chntpw, livecd, password, Ubuntu, Windows
- Published:
- May 21, 2009 – 7:22 pm
- Author:
- By Dave
It is easy to do an in-place upgrade of Ubuntu Server from 8.10 ‘Intrepid Ibex‘ to 9.04 ‘Jaunty Jackalope‘. You can do this remotely over ssh or whatever you use to control your server. Best practices say to make sure to backup your server before doing the upgrade. I’ve done several servers this way with [...]
Categories: Linux, Shell, System Administration, Ubuntu
Tagged: System Administration, Ubuntu
- Published:
- May 6, 2009 – 11:10 pm
- Author:
- By Dave
I recently came across a typo that existed in a bunch of html files on my web server. I thought it should be easy enough to change, but since it was in a number of files, editing it by hand would be time consuming. Fortunately, there is an easy, one liner command to replace the [...]
Categories: CentOS, Other Code, Shell, System Administration, Ubuntu
Tagged: command line, Linux, tips