blog.jgriffiths.org

Random technical bits

Primary menu

Skip to primary content
Skip to secondary content
  • Home
  • Linux
  • Storage
  • VMWare
  • RSS

Apache logs how to count number of hits per IP

Posted on February 24, 2013 by Joseph Griffiths — No Comments ↓

So I get this a lot… Want to figure out of if you have a DDoS going on… the best way is the apache logs.  Use this code to count and sort by IP:   cut -f1 -d ” ” Continue reading →

Posted in Apache | Leave a reply

vi Cheat sheet

Posted on February 12, 2013 by Joseph Griffiths — No Comments ↓

I wrote this cheat sheet a while ago but figured it would post it… for all your vi warriors out there:   vi

Posted in Linux Basics | Leave a reply

Boot process for Linux

Posted on February 8, 2013 by Joseph Griffiths — No Comments ↓

This will document the x86 boot process from a linux perspective. This document will attempt to provide a technical overview if you are not comfortable with hexidecimal, octal or binary you might want to brush up on them first.   Continue reading →

Posted in General | Leave a reply

New blog

Posted on February 8, 2013 by Joseph Griffiths — No Comments ↓

Wow I just looked at this… it’s been a while since I last blogged here… I have been focused on vmware of late and moved a lot of my posts over to bloodygranola.com… so come visit me over here.

Posted in General | Leave a reply

Vmware ESXi Virual disk types

Posted on February 25, 2012 by Joseph Griffiths — 1 Comment ↓

When creating virtual disks in ESXi there are lots of questions that most people ignore.  90% of the time you can ignore them but a few can really help performance.   Device Type Create a new virtual Disk Use an Continue reading →

Posted in VMWare | 1 Reply

Vmware ESXi Virtual network interface cards choosing a network adapter for your virtual machine

Posted on February 25, 2012 by Joseph Griffiths — No Comments ↓

Classic question there are all these virtual networking adapter types which one do I choose?  99% of the people you talk to will tell you they let vmware choose when then select the operating system.  This will choose a compatible Continue reading →

Posted in VMWare | Leave a reply

Files that make up a virtual machine ESXi

Posted on February 20, 2012 by Joseph Griffiths — No Comments ↓

For the longest time I always wondered what exactly all those files inside your directory do and their purpose so here is a handy guide:   Configuration File -> VM_name.vmx Swap File -> VM_name.vswp or vmx-VM_NAME.vswp BIOS File -> VM_name.nvram Continue reading →

Posted in VMWare | Leave a reply

Lock down port speed on a brocade switch

Posted on February 11, 2012 by Joseph Griffiths — No Comments ↓

Well this one is pretty simple and a lot of vendors still want the port speeds locked down.  So first of all use   switchshow   To show the current speed then use portcfggport port# speed   Speed can be Continue reading →

Posted in Storage | Leave a reply

Upgrade the firmware on a brocade switch

Posted on February 11, 2012 by Joseph Griffiths — No Comments ↓

Yep I love doing this…. it’s really easy as long as you have an FTP server or run ftp on your desktop and have firewalls allowed…   The brocade switch needs to be able to download the firmware from a Continue reading →

Posted in Storage | Leave a reply

How to add an entry in a subdomain without adding the domain

Posted on February 11, 2012 by Joseph Griffiths — No Comments ↓

So you need a subdomain in your dns but you only need one and don’t want to create a whole new file… well it’s really easy…   Assume that you are editing the zone file for b.domain.com and you want Continue reading →

Posted in DNS | Leave a reply

Post navigation

← Older posts

About Me

Joseph Griffiths is a systems adminstrator and all around geek. This blog is for my random technical notes and thoughts.

Random Posts

  • Network Protocol: ARP
  • Use dd to create an image of a partition
  • Backup and restore your mbr (master boot record)
  • Linux File Permissions
  • Quick Search and Replace inside a file with perl

Archives

  • February 2013
  • February 2012
  • September 2011
  • August 2011
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
Copyright © 2013 blog.jgriffiths.org . All Rights Reserved.
Powered by WordPress | Theme: Catch Box

© 2009-2013 Joseph H Griffiths All Rights Reserved