macOS Setup
Finder Preferences Finder -> Preferences General Show these items on the desktop – Click all Advanced Show file extensions. Show Folders on Top -> In windows when sorting by name
Finder Preferences Finder -> Preferences General Show these items on the desktop – Click all Advanced Show file extensions. Show Folders on Top -> In windows when sorting by name
This guide is my setup on my macOS laptop with iTerm + Homebrew + ZSH. Step 1 – Install iTerm2 Pretty self explanatory! Go get iTerm2 at https://iterm2.com and install it! Step 2 – Install Homebrew Again, another easy step! Install Homebrew at https://brew.sh/ at the time of this posting the following command works. Also … Read more
I recently was setting up my Windows 10 desktop machine with Putty so I could access some servers. I use the ZSH shell with OMZ and the Powerline9k theme. I use the following article to set up Putty and grab the appropriate fonts for Windows 10 that were patched. http://mschulte.nl/posts/using-powerline-in-PuTTY.html There were some additional options … Read more
WooCommerce wp wc update – Updated WooCommerce database from command line. LiteSpeed wp lscache-purge all – Purge all cache.
The following was a post I made on the WordPress Speed Up FaceBook Group. I thought it was worth posting here in-case someone else might be looking for something similar. Olly Bee Excellent! First load for me was a white page without CSS being applied. Which is weird, I haven’t gone to the site before. … Read more
If you’re running MySQL 8 or Percona 8, then you’ll probably see lots of guides online that reference some out of data configuration that really only deals with functions in MySQL 5 that have been deprecated in MySQL 8 and Percona 8 Query Cache No longer used, and removed from MySQL 8 and Percona 8, … Read more
If you’ve started using MySQL 8, you’ll notice your usually commands for creating a user no longer function. That’s because it’s changed in MySQL 8, you need to now create a user, then grant privileges. Let’s create a user The critical part here is the “mysql_native_password” if you don’t have this portion, you’ll get errors … Read more
From time to time, you’ll need to look at data within MySQL dump files, specifically I do it mostly with WordPress. There isn’t an easy way to search the dump unless you use grep. Here are some useful grep commands. Pull out a table. [enlighter linenumbers=”true”] grep ‘INSERT INTO `wp_bspr_users`’ dump.sql > /tmp/users.sql [/enlighter] Format … Read more
Current Setup I had a request from a client to purchase dual monitors for their Macbook Pro Late 2013 (or Macbook11,1). I also wanted to sort out my own setup Macbook Pro 2016 (Macbook13,2). Currently I’m using the following, an Apple USB-C Digital AV Multiport Adapter and a generic ArkTek branded adapter. Both come with … Read more
First step is to grab the BeagleBone Debian image that you can drop on your SD card. http://beagleboard.org/latest-images Now you will need to flash this image to your MicroSD card, I’m using Mac OSX so here’s a fly by. sudo su – diskutil list diskutil unmountDisk /dev/diskN dd if=myImage.dd of=/dev/diskN