Swamp Things

Jesse & Caidy Planck – Creating Stuff

  • Portfolio
  • Projects
  • About
  • Contact
  • Nicholls State University website 2015-2019

    The Nicholls State University website has been a project of continuous iteration and enhancements. The 2015 redesign project was no exception with a WordPress theme based on the Underscore(_S) starter theme using Sass to organize and simplify complex CSS techniques and customized PHP to create useful tools to communicate with visitors. Some of the custom […]

    jess

    September 7, 2018
    Nicholls
    Programming, Web
  • NPM and Yeoman update/install notes for MacOS

    Had to deal with some issues introduced by bad homebrew installations and possible old NPM installs. My guess is that I probably cheated/screwed up using a sudo install when I should have done something different. This all started playing with the WebDevStudions WordPress plugin generator for yeoman. Get a Plugin Kickstart with Yeoman & generator-plugin-wp! […]

    jess

    July 28, 2016
    Uncategorized
  • Possum Wasp

    Possum Wasp

    So last night I attempted to fight off an urban possum with a can of wasp spray. It was all I had and the possum didn’t exactly run off and instead walked away sort of angry looking. Now if my poor choice of weaponry caused some angry mutation in downtown Houma you have my apologies.

    jess

    February 19, 2016
    Stuff
  • Spying on a directory with auditd

    Files start coming up missing for me on a server and I get freaked out looking for security holes, but sometimes users and other utilities are spiking the bunch bowl. You can get serious with watching files with other utilities, but I went back to good ole auditd. A simple test to track stuff getting […]

    jess

    September 11, 2015
    Uncategorized
    Linux, RedHat
  • My Favorite Httrack commands

    HTTrack is a website mirroring utility that can swamp your disks with mirror copies of the internet. I’ve had to use it several times to make off-line copies of websites for all sorts of weird reasons. You’ll find HTTrack at: www.httrack.com. You can get a full list of command line options at: https://www.httrack.com/html/fcguide.html. There is […]

    jess

    September 11, 2015
    Uncategorized
    httrack
  • Apache log one-liners using tail, awk, sort, etc.

    Good bunch of samples with other examples found at: https://blog.nexcess.net/2011/01/21/one-liners-for-apache-log-files/ [code] # top 20 URLs from the last 5000 hits tail -5000 ./transfer.log | awk ‘{print $7}’ | sort | uniq -c | sort -rn | head -20 tail -5000 ./transfer.log | awk ‘{freq[$7]++} END {for (x in freq) {print freq[x], x}}’ | sort -rn […]

    jess

    May 20, 2015
    Uncategorized
    Apache, Bash, Logs
  • Using HyperDB to separate and share user and user_meta between WordPress installations

    I need to remember to keep this example for some testing. This should be a good start for sharing a user and user_meta between websites. I do know that user_meta tends to have very site-centric settings at times. Original article was located at: http://wordpress.aspcode.net/view/63538464303732726666099/how-to-use-hyperdb-to-separate-and-share-a-user-dataset-between-wordpress-installs [code] $wpdb->add_database(array( //Connect to Users Database ‘host’ => DB_HOST, // I […]

    jess

    April 8, 2015
    Uncategorized
Previous Page
1 2 3 4 5 … 29
Next Page

Swamp Things

Proudly Powered by WordPress

 

Loading Comments...