Search Results

Useful find and grep command line snippets

A collection of find and grep commands that I've used over the years

Some ls commands

These are commands that I always forget so I'm putting them here so I can copy paste them.

Some useful netstat commands

These are pretty useful for quick checks on suspicious looking traffic on your Linux server

Apache HTTP to HTTPS redirects don't need to be painful!

A lot of information out there on the web suggests using mod_rewrite but an easier way exists

Laravel 5.4 released

The latest version of the PHP framework is released

Converting PHP's deprecated mysql_ functions to mysqli

It's 2016 and nobody should be talking about the mysql api, but I'm going to...