Programming Using GitHub with SSH Keys Generate SSH Key on your system$ ssh-keygen -t ed25519 -C “your_email@example.com” View you new SSH Key$ ~/.ssh/id_ed25519.pub Open... malcolmJun 1, 2021
ProgrammingUNIX My notes on how to use git 1) create a local git repo $ git init 1.5) Save username and password for github $ git... malcolmAug 11, 2020
Programming PHP Script to return random D&D Monster name I wanted to have a quick an easy way to get a random name, from say a list... malcolmApr 15, 2020
LinuxProgramming Installing Visual Studio Code on RHEL RHEL, Fedora, and CentOS based distributions We currently ship the stable 64-bit VS Code in a yum repository,... malcolmFeb 25, 2020
PowershellProgramming Tail -f for windows Use the powershell command get-content -wait malcolmNov 19, 2019
AppleOSXProgrammingSwift Getting Started with CocoaPods Installation make sure the ruby system is up to date $ sudo gem update --system install cocoapods $... malcolmJul 20, 2017
ProgrammingSwift Connecting a second ViewContoller to another Swift file Make sure the swift file looks like the default ViewContoller.swift file i.e. import UIKit, inherits from UIViewController, have... malcolmJul 9, 2017
ProgrammingSwift Detecting iPad or iPhone in swift To detect if the user is using an iPad or iPhone or something else in Swift do something... malcolmJul 8, 2017
AppleipadiphoneMacBookOSXProgramming How to record an App Preview 1. Connect your iPhone or iPad to you Mac 2. Open Quick Time Player 3. From the File... malcolmJun 24, 2017
ProgrammingUnity Using a bigger Range of colours from code in Unity Create a new C# script in your project called CSSColors.cs and then copy and paste the code... malcolmJun 17, 2017