Skip to content
  • Mon. Jan 25th, 2021

Chris Tate-Davies

A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'

  • Home
  • About
Top Tags
  • MySQL
  • linux
  • terminal
  • PHP
  • ubuntu
  • mac
  • jquery

Latest Post

MySQL Relative Time Since MacOS Compact VDI file OpenVPN keeps disconnecting with an inactivity timeout Posting Slack message on Google Docs spreadsheet cell update Whats my IP from command line
MySQL

MySQL Relative Time Since

Nov 30, 2020 admin
IT

MacOS Compact VDI file

Jul 17, 2019 admin
IT

OpenVPN keeps disconnecting with an inactivity timeout

May 25, 2016 admin
IT JavaScript

Posting Slack message on Google Docs spreadsheet cell update

May 10, 2016 admin
IT

Whats my IP from command line

Jun 3, 2015 admin
MySQL

MySQL Relative Time Since

Nov 30, 2020 admin
IT

MacOS Compact VDI file

Jul 17, 2019 admin
IT

OpenVPN keeps disconnecting with an inactivity timeout

May 25, 2016 admin
IT JavaScript

Posting Slack message on Google Docs spreadsheet cell update

May 10, 2016 admin
MySQL

MySQL Relative Time Since

Nov 30, 2020 admin

You have some data which many users edit often, and you want to return a field with some sort of…

IT

MacOS Compact VDI file

Jul 17, 2019 admin

In order to compact a virtualbox VDI file and recover some of the lost space (especially useful when using a…

IT

OpenVPN keeps disconnecting with an inactivity timeout

May 25, 2016 admin

I’ve used openvpn on Mac (using Tunnelblick) for a few years for a home->work VPN connection with no issues, and…

IT JavaScript

Posting Slack message on Google Docs spreadsheet cell update

May 10, 2016 admin

We’ve been using a bit of a google doc recently for logging stuff, and sometimes cells get missed. I wanted…

IT

Whats my IP from command line

Jun 3, 2015 admin

I often need to check my WAN IP address – so this little command will do it for you in…

IT

Rename a branch in SVN

May 14, 2015 admin

If you made a typo or a similar mistake when naming your new branch, and you want to rename it,…

IT

Mac OSX – Can’t eject disk (in use)

Apr 13, 2015 admin

So you get that annoying “The volume can’t be ejected because it’s currently in use.” message trying to unmount your…

IT

svnX – Use DiffMerge as diff tool

Apr 7, 2015 admin

So, I use svnX on MacOSX and I find DiffMerge a much nicer application than the default FileMerge, but I…

IT

Plex – External FAT32 USB drive

Mar 18, 2015 admin

So, trying to use a Linux Mint laptop and Plex for a lower power consumption server seemed a good idea,…

IT MySQL

Mysqldump all databases and gzip

Mar 2, 2015 admin

So, quick and simple MySQL backup in a CRON. #!/bin/bash _hour=`date '+%H'`; _user="root"; _pass="thepassword"; _dest="/srv/backups/daily/"; mysqldump -u $_user -p$_pass --all-databases…

Posts navigation

1 2 … 19
Tags
Access admin ajax apache bash centos class command command line config Console CSS date dates error events files fonts google HTML install ip address iphone javascript jquery linux log mac merge microsoft mssql MySQL PHP regex regular expressions root service subversion svn terminal ubuntu vpn windows Zend zend framework
Recent Posts
  • MySQL Relative Time Since
  • MacOS Compact VDI file
  • OpenVPN keeps disconnecting with an inactivity timeout
  • Posting Slack message on Google Docs spreadsheet cell update
  • Whats my IP from command line
Recent Comments
  • Don on eXfat drive not working in Windows XP?
  • Guido Szamocki on Plex – External FAT32 USB drive
  • admin on eXfat drive not working in Windows XP?
  • Hollien on eXfat drive not working in Windows XP?
  • John on eXfat drive not working in Windows XP?

You missed

MySQL

MySQL Relative Time Since

Nov 30, 2020 admin
IT

MacOS Compact VDI file

Jul 17, 2019 admin
IT

OpenVPN keeps disconnecting with an inactivity timeout

May 25, 2016 admin
IT JavaScript

Posting Slack message on Google Docs spreadsheet cell update

May 10, 2016 admin

Chris Tate-Davies

A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'

Proudly powered by WordPress | Theme: Newsup by Themeansar.

  • Home
  • About