GeoNotes Blog


Notes for myself and others
  • Python Tutorials

    By John C. Zastrow
    http://www.sthurlow.com/python/ http://www.swaroopch.com/notes/Python http://young-programmers.blogspot.com/search/label/python http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_2.6 [Read More]
  • Remove header from a text file

    By John C. Zastrow
    I’m processing some Darwin-schema biodiversity text files in preparation for GISing them and I need to trim the headers from the tops of the files before importing them to the database. Of course, *NIX command line utilities have been my friend here. The following will trim the first line off... [Read More]
  • Using screen in Linux to save your bacon

    By John C. Zastrow
    Tonight I’m being plagued by dropped ssh connections. 2 minutes of work, them bam everything goes away. I’ve seen screen used in the past, but never had to use its power until tonight. Ask any seasoned sysadmin and they’ll tell you that screen has saved their bacon many times, and... [Read More]
  • SYSSTAT: SAR/IOSTAT

    By John C. Zastrow
    The pidstat command is used to monitor processes and threads currently being managed by the Linux kernel. It can also monitor the children of those processes and threads. [Read More]
    Tags: