highball.se

Out of clutter, find simplicity

Archive for the ‘Linked’ Category

Dockless hides apps from the dock

I’ve been using a small app called dockless. Dockless hides the icon from the dock…that’s all. But it does it great and it’s free. Dockless is a little app that does what some people have always wanted – remove certain applications from their dock. Dock real estate can become precious, and some apps don’t make [...]

I just remapped my Caps Lock to open nvALT

I just remapped the Caps Lock key since I’m not using it! In my case I want it to open nvALT for really fast note-taking. Source: How To Turn Caps Lock Into A Search Key On Your Mac, Redux

Linked: How to Ensure Ethernet Connects Before AirPort on Your Mac

Some time ago I found this great blog-post about how to prioritize the Ethernet connection over Wi-Fi. In my case this is when I’m at home. Sometimes, your Mac will connect to a janky Wi-Fi network. The connection is slow or you’re on the other side of a lead wall and you’re getting a really [...]

Nebulous Notes, awesome note-taking on iPhone and iPad

A few days ago I found a great text editor for the iPad and iPhone. I have been using Droptext and Elements. But they don’t work nearly as great as Nebulous. Nebulous supports access to your Dropbox and will store and sync offline copies of the files that you are working on. Nebulous Notes (for [...]

Linked: eagerZeroedThick powershell script

I found this great Powershell script that convert virtual disk files to eagered zeroed. Awesome script! I had to make some changes to make it work in my environment. function Set-EagerZeroThick{ param($vcName, $vmName, $hdName) # Find ESX host for VM $vmImpl = Get-VM $vmName Write-Host $vmImpl if($vmImpl.PowerState -ne “PoweredOff”){ Write-Host “Guest must be powered off [...]