The Unlikely Rise Of The Macintosh
The post The Unlikely Rise Of The Macintosh appeared first on krypted.
View ArticleQuick and Dirty Avrae and DNDBeyond Commands
Discord is a great service for building quick chat groups, having video chats with multiple people (I’ve even used it to record podcasts), and much more. DNDBeyond has changed the way some of my...
View ArticleReviewing TCC dialog prompts using logs on a Mac
I wrote this awhile back on using the logging facilities in macOS to review and parse logs. The log command provides a number of options to see various events on a Mac. I was recently working on an...
View ArticleSome Basic Chromeos Troubleshooting (Under the hood)
Chromeos is one of the easier operating systems to use. It’s matured a lot over the years and there are now some great troubleshooting options under the hood. One thing I hate doing is mashing buttons...
View ArticleCreate Email Aliases in Office 365
The things are always changing. I write less and less how-to things because as the rate of innovation skyrockets (another way to say changes that are sometimes good and sometimes bad) – the second I...
View ArticleJamf After Dark: Jamf Now and an Update On Small Businesses
The post Jamf After Dark: Jamf Now and an Update On Small Businesses appeared first on krypted.
View ArticleFrom Moveable Type To The Keyboard
<iframe style="border: none" src="//html5-player.libsyn.com/embed/episode/id/17979170/height/90/theme/custom/thumbnail/yes/direction/forward/render-playlist/no/custom-color/fbfbf9/" height="90"...
View ArticleApple 1997-2011: The Return Of Steve Jobs
The post Apple 1997-2011: The Return Of Steve Jobs appeared first on krypted.
View ArticleMacAdmins Podcast: School Life
The post MacAdmins Podcast: School Life appeared first on krypted.
View ArticleJamf After Dark: The Language Of Design Systems
The post Jamf After Dark: The Language Of Design Systems appeared first on krypted.
View ArticleSo Long, Fry’s, Thanks For All The Fish
The post So Long, Fry’s, Thanks For All The Fish appeared first on krypted.
View ArticleDeveloper Mode System Extensions on macOS
System and Network Extensions are fairly easy programmatically. However, there is some nuance around building them. Much of this is in getting the correct entitlements – but also a little in...
View ArticleRiddles in Assembly
global _start I just got this book ecx, odd_msg AND holy buckets it’s fun. len2 jmp outprog The post Riddles in Assembly appeared first on krypted.
View ArticlePowershelling Away At Bitlocker
The Enable-BitLocker cmdlet is available in Powershell to encrypt drives. The command is fairly straight forward once we figure out how to do a few things. In the following we’ll use -mountPoint to...
View ArticleSimple Persona Template
I usually work on user personas in Sketch but I’ve recently started keeping way more graphical templates in Keynote and Power Point. So this morning whipped up a simple template for making personas in...
View ArticleInstall node and npm on Ubuntu 18.04
Just a quick and dirty process for getting npm and nodejs running in an Ubuntu 18.04 environment on an AWS EC2 instance: curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - ; npm --version...
View ArticleQuick and Dirty dnsmasq Install On Ubuntu 18.04 on AWS EC2 Instances
These days, when using AWS, we usually use Amazon’s Route 53 service for DNS. It’s nearly free and super-simple. But there are several reasons why we might choose to use a DNS server of our own. These...
View ArticleSetup A Squid Proxy on an Ubuntu 18.04 EC2 Instance
This article looks at installing a Squid proxy server on Ubuntu 18.04. First let’s look at what a proxy is. What is a Proxy A proxy is an intermediary between two systems. This can be a proxy server...
View Article