Skip to content
AdamFranco.com
AdamFranco.com
Musings, projects, software, and photography.
Skip to content
  • Home
  • About
  • Software
    • Curvature
    • Github
Home Posts tagged "BASH"

Tag: BASH

BASH tip: Top web pages

Adam October 14, 2010 October 14, 2010Computers and Technology, Work/Professional Apache, BASH, Linux, web-development 0

Here is a quick command to generate a list of the top pages in the Apache web-server’s access log: gawk ‘{ print $7}’ /var/log/httpd/access_log | sort | uniq -c | sort -nr | head -n 20 Parts of the command explained: gawk ‘{ print $7}’ — return only the 7th…

Continue reading

  • Flickr Github YouTube RSS
  • Adam Franco's profile photo.
  • Categories

    • Climbing
    • Computers and Technology
    • Life and Everything Else
    • Software
    • Work/Professional
  • Tags

    agriculture Apple bicycle commuting blogging books commuting Curvature cycling dance Dashboard widgets development electronics food GIS/GPS Git git-svn Google Earth home improvement KML linked articles Linux maps motorcycles mountain biking news OpenStreetMap opinions outdoors Perl pets phones photography PHP politics projects reviews Segue source-control touring travel Vermont video weather web-development woodworking
AdamFranco.com © 2020 Creative Commons Attribution-Noncommercial-Share Alike 2.0 Generic License Some rights reserved.
Powered by Nirvana & WordPress.
Flickr Github YouTube RSS