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…

Port forwarding to Remote Desktop

Allow port forwarding to Remote Desktop Using remote desktop from outside your home is a convenient way to work on your home computers/servers when your are away….

Apache – Disable libwww-perl access

libwww-perl access blocking Libwww-perl access is often used by botnets and other nasty softwares to scan your site for vulnerabilities. Luckily it is quite easy to block…

Apache – Disable directory browsing in Debian

Disable directory browsing If you have directory browsing enabled, which it is by default, your users can browse the directories on your web server. This is not…

Apache – Turn off server signature

Having your server include a signature at the end of a web page can be a security risk. So turn off server signature before someone target your…

Debian 8 – Site does not exist

Site does not exist Did you upgrade to Debian 8 and got Site does not exist? I recently upgraded one of my web servers from Debian 7…

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….