Skip to content

Designed79.co.uk

It's all in the Mac magic…

  • Home
  • About
Search

Designed79.co.uk

It's all in the Mac magic…

Close menu
  • Home
  • About

Designed79.co.uk

It's all in the Mac magic…

Search Toggle menu
December 2, 2015December 3, 2015Tech

Private key from exported P12 file

Very useful for POUND proxys and OS X CA’s As a side note, to export a Private key from OS X keychain […]

November 29, 2015December 3, 2015Tech

Remove large dead files from Git Repo

The issue is that, even though you removed the files, they are still present in previous revisions. That’s the whole point of […]

November 27, 2015Tech

Case statements in BASH

The case construct in bash shell allows us to test strings against patterns that can contain wild card characters. Bash case statement […]

November 19, 2015Tech

Refresh dscl cache

Simply list the users in the local node forces DSCL to refresh all caches’ including AD dscl . list users

November 17, 2015Tech

Unlock ESX to allow VM of Apple OS on Windows

http://www.insanelymac.com/forum/files/file/339-unlocker unlocker207

November 12, 2015Tech

Live mySQL backup without locking tables

As long as the engine is innodb mysqldump -u root -p –single-transaction -q database_to_backup >backup.sql

November 12, 2015December 3, 2015Tech

Convert mySQL engine from myISAM to InnoDB

This will output a list of Alter command that you can run in mySQL console SET @DATABASE_NAME = ‘database_name_to_convert’; SELECT CONCAT(‘ALTER TABLE […]

November 10, 2015Tech

More Maths in Bash

Maths In Bash

November 9, 2015November 9, 2015Tech

LaunchD overides

The LaunchD Disabled key is now not changed in the launchD item, but a plist is kept that overrides the settings on […]

November 6, 2015Tech

MariaDB – Autopurge binlogs

Add the following into you my.cnf and restart mariaDB expire_logs_days Description: Number of days after which the binary log will be automatically […]

November 5, 2015Tech

Matching Numeric Ranges with a Regular Expression

Since regular expressions deal with text rather than with numbers, matching a number in a given range takes a little extra care. You can’t […]

November 5, 2015November 5, 2015Tech

Making a cert for Casper and Apple’s GSX

# DigiCert-generated code from https://www.digicert.com/easy-csr/keytool.htm keytool -genkey -alias server -keyalg RSA -keysize 2048 -keystore Applecare-APP157-0008675309_Test_apple_com.jks -dname "CN=Applecare-APP157-0008675309.Test.apple.com,OU=Rock, O=Tommy Tutone, L=Hollywood, ST=CA, C=US" […]

November 4, 2015November 4, 2015Tech

Where is my public key ?

openssl genrsa -out mykey.pem 1024 will actually produce a public – private key pair. The pair is stored in the generated  mykey.pem […]

November 3, 2015November 3, 2015Tech

Where is PackageMaker ?

Apple have removed this tool from XCode. But if you still need it you can get it here auxiliary_tools_for_xcode xcode44auxtools6938114a  

October 28, 2015October 29, 2015Tech

Location of Apple TV 4 Video ScreenSavers

http://a1.phobos.apple.com/us/r1000/000/Features/atv/AutumnResources/videos/entries.json

October 25, 2015November 14, 2015Tech

Remote Buddy Settings for Plex Media Player

Plex have launched a replacement for PHT.  Here is a behaviour file for Remote Buddy Plex Media Player.rbscriptedbehaviour

October 9, 2015Tech

How To Stop The OS X System Log Being Flooded With VDCAssistant Errors

I found this to be extremely useful and I wanted to keep a record of it in case the original post disappeared. […]

October 7, 2015Tech

Hiding files in Apache with .htaccess

<<Files .DS_Store>     Order allow,deny     Deny from all     Satisfy All </Files>

October 7, 2015October 7, 2015Tech

Stop Java 6 Dialog displaying when other Java is installed

The problem is twofold really. For one thing Apple believes CS5 needs Java. Not much we can do about that I guess. […]

October 6, 2015November 5, 2015Tech

Set OS X Wallpaper via SQLite

None of the other solutions work on Mavericks anymore because Apple moved the settings to a sqlite DB. But that’s ok because now […]

Posts pagination

< 1 … 7 8 9 … 33 >

Search

© 2025 Designed79.co.uk. Proudly powered by Sydney