Skip to content

Instantly share code, notes, and snippets.

View zuzmeister's full-sized avatar
🐣
looking for new challenges.

zuzmeister

🐣
looking for new challenges.
View GitHub Profile
#!/bin/bash
iatest=$(expr index "$-" i)
#######################################################
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
#######################################################
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
@zuzmeister
zuzmeister / log.php
Last active November 23, 2019 00:09 — forked from bencevans/gist:3513313
php: create visitor log file
<?php
class log {
public $filename;
public $timestamp;
public $ip;
public $u_agent;
public $u_refer;
public $ub;
public $uos;
public $log;