Swift WebView unable to load http

Swift – WebView unable to load http pages

I think Apple did some changes to the later versions of Xcode. If you have used WebView in Xcode 6 with iOS 8, you were probably able…

Mac disable spotlight indexing

Disable spotlight indexing To keep my WD Passport online, I had to learn how to disable spotlight indexing. I had this issue with my Western Digital “My…

Mac – Stop Safari from open downloaded files

Stop Safari from open downloaded files By default Safari opens all “safe” files automatically you have downloaded. So here is how to stop safari from open downloaded…

Xcode: Swift String Input in command line

Swift String Input When I first started with Swift, I didn’t think that a Swift String Input would be a issue. But it seems like at the…

OS X application – Add TabView item in Xcode

Add TabView Item in Xcode I’m totally noob when it comes to GUI programming in Xcode. Well, I’m not an expert in anything related to Xcode really….

Mac – Remote Linux/Unix locale issue

If you are on a mac and you get this message when connecting to a remote Linux server locale:Cannot set LC_ALL to default locale: No such file…

Mac – Import existing RSA certificate into keychain

In case of a complete reinstall or just moving to another computer, and you have RSA access to servers they need to be imported to your keychain….

Mac – How to remove an application completely

If you got one of those Mac laptops with SSD, your hard drive space is precious. So freeing up space is needed from time to time. Just…

How do I find my IP

How do you find your ip? This is actually a two part question. First do you want your global ip or your local ip? A global ip…

Mac – Force quit application

It dont happens often, but even in OS X application hangs sometimes. Here is a few different ways to force quit applications. First method: Force quit currently…