UNIX Using PuttyKeyGen to generate a PPK file How to use PuttyKeyGen to generate a PPK file from a PEM file. Download you PEM File from... malcolmFeb 9, 2017
UNIX Turn Color off in VI Browse to your user directory with the following command: cd ~ Create a .vimrc file with the following... malcolmJan 28, 2017
UNIX Enable Plugin Installation on AWS EC2 Instances If you have setup an Linux instance in AWS with WordPress and are having trouble installing plugins because... malcolmJan 27, 2017
OSXUNIX How to Change Your Computer Name on Mac OS X How to Change Your Computer Name on Mac OS X Open System Preferences Click Sharing Change the name... malcolmJan 27, 2017
UNIX Connecting to Your Linux Instance Using SSH http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html malcolmJan 27, 2017
UNIX Connecting to Your Linux Instance Using SSH – Amazon Elastic Compute Cloud http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html malcolmJan 26, 2017
OSXUNIX How to Change Your Default Terminal Prompt in Mac OS X Lion – Matt Mazur https://mattmazur.com/2012/01/27/how-to-change-your-default-terminal-prompt-in-mac-os-x-lion/ How to Change Your Default Terminal Prompt in Mac OS X Lion Posted on January 27, 2012... malcolmJan 26, 2017
LinuxUNIX Switch your CentOS systems to Oracle Linux From https://linux.oracle.com/switch/centos/ Simply use the following two commands : curl -O sh centos2ol.sh after a few downloads and... malcolmMar 3, 2016
FreeBSDUNIX installing kde on freebsd http://www.ostechnix.com/how-to-install-kde-in-freebsd-10-2/ malcolmFeb 28, 2016
UNIX Pipe output to screen and log file in UNIX # pkgadd curl 2>&1 | tee -a install.log -a is append, so all output is appended to install.log... malcolmFeb 18, 2016