Wednesday, February 18, 2009

How to restart all the computers on your network with PsShutdown.

net view > computers.txt

I used Wordpad to cleanup this file. Replace all "\\" with nothing. Replace all " " with nothing. There were a lot of extra spaces in the file and psshutdown did not like this. If descriptions show up in your file, you may need to use Excel for the cleanup.

psshutdown -c -r @computers.txt >> log.txt

Tuesday, August 5, 2008

How to combine many jpeg pics to make a video.

I used Zoneminder to pull an image from an Axis camera every 15 seconds. This captured 124k jpeg files. I then found this forum with help on creating the video. Here is the command I used to combine the jpegs into an avi.

mencoder "mf://??/*.jpg" -mf fps=25 -o output.avi -ovc lavc -lavcopts vcodec=mpeg4

And this is a sample of my video.

Wednesday, May 21, 2008

Inland waterway mile markers in kml.



Do you need mile markers in kml? I created a kml file of mile markers for Google Earth with over 10,000 push pins.

This is where I found the coordinates.

The kml file I created.