September 11, 2014September 14, 2014Tech Using Gzip And Gunzip With Mysql To Import & Export Backups I used that technique in the past, but had forgotten the exact syntax of the one liners. So let’s say you don’t […]
September 8, 2014September 8, 2014Tech URL for Adobe Creative Cloud Desktop App Installer https://creative.adobe.com/products/creative-cloud
August 28, 2014Tech How to Post to Notification Center From a Shell Script Posting to Notification Center center from a shell script is a great way to let yourself know that a potentially long process […]
August 22, 2014September 17, 2014Tech How to Create an OS X 10.10 Yosemite USB Installer for the Developer Preview Creating a bootable OS X installer isn’t as simple as it used to be, and things are a little bit more complex with the Developer […]
August 22, 2014Tech Force Ubuntu Boot into Terminal To make Ubuntu boot command line by default, you will have to open and edit /etc/default/grub . Open terminal, and open the […]
August 19, 2014August 19, 2014Tech Install EPEL Repo on a CentOS and RHEL 7.x You can easily install various packages by configuring a CentOS 7.x or RHEL 7.x system to use Fedora EPEL repos and third […]
August 15, 2014Tech Simple TCP Proxy with haproxy #——————————————————————— # Example configuration for a possible web application. See the # full configuration options online. # # http://haproxy.1wt.eu/download/1.4/doc/configuration.txt # #——————————————————————— […]
August 11, 2014Tech Show “Other User” at OSX login Window when “List Of Users” is on At the Login Window, press the down arrow once to highlite whatever user happens to show up. Next, hold down the “Option” […]
July 22, 2014Tech Show which DC is being used in an AD Forest from a Mac lsof -P -n -i | grep -i 389 while true ; do lsof -P -n -i | grep -i 389 ; done […]
July 9, 2014July 21, 2014Tech Repair JSS Database Stop Tomcat and then use mysqlcheck -o jamfsoftware -u root -p
July 1, 2014Tech JDS on CentOS Run this:echo “Red Hat Enterprise Linux Server release 6.5 (Santiago)” > ‘/etc/redhat-release’I had to run the echo command as root. Sudo didn’t […]
June 23, 2014October 30, 2014Tech Mavericks and Multiple Displays Mavericks and Multiple Displays In OS X 10.9 Mavericks, Apple changed multiple display behavior in the most dramatic way since 1987. By […]
June 16, 2014Tech Disable AppNap System Wide defaults write NSGlobalDomain NSAppSleepDisabled -bool YES
June 5, 2014June 5, 2014Tech Using Apache as a Caching Proxy for SEPP GUP Apache GUP While this is Windows based you can lift out the parts you need and add them to an virtual host […]
June 4, 2014June 5, 2014Tech OS X Global Path’s Never knew this. Edit /etc/paths This is the order of search too
May 21, 2014Tech Change FPS of an MKV using mkvmerge mkvmerge -o output.mkv –default-duration 0:23.976fps input.mkv
May 13, 2014Tech createOSXinstallPkg A tool to make OSX install PKG files for deploying OS updates createOSXinstallPkg_20131007
May 9, 2014June 27, 2014Tech Set Timezone in RHEL We look for the default file for that zone rhel01 # cd /usr/share/zoneinfo rhel01 # ls Africa Cuba GMT0 […]
May 7, 2014Tech Partition and Format a Drive in RHEL Mounted Filesystems or Logical Volumes There are two ways to configure a new disk drive into a Red Hat Enterprise Linux 6 […]
April 25, 2014June 7, 2018Tech Rebuild KernalCache to fix “Name is not a kext” and slow boot sudo touch /System/Library/Extensions sudo kextcache -update-volume / And reboot or now you can to both in one command sudo kextcache -i /