pascal jungblut|

shutup for macOS

Often I’m working in quiet places like libraries or shared office spaces. This led to the desire to have my laptop muted everytime I open it. And it should be muted not with 2 seconds delay but instant, no matter the load.

Years ago I created a very small piece of software to mute macOS everytime it is going into sleep mode or gets shutdown. It works pretty well for me and since people kept asking about it, I published it to Github.

More...

You should try FreeBSD!

You have probably heard of FreeBSD (or any other BSD). Have you used it? If yes: stop reading right here. If no: read on, maybe you want to try it.

I know plenty of developers who feel very comfortable with Linux (especially Ubuntu is common these days). They have their developer server and probably production server running on Linux. But why Linux and not FreeBSD? There are several reasons, maybe one applies to you.

More...

Object Injection Vulnerability in tt_news

Disclaimer: I reported this vulnerability on September 12th, 2013 and got a response by September 16th. Nothing happened since. I asked for an update on February 4th and haven’t received a response, yet. Update February 12th: The TYPO3 security team released a security bulletin and a fixed version for the issue. Thanks!

Object Injection

What is object injection and why is it a problem? An object injection vulnerability allows the attacker to instantiate arbitrary objects. Just think of something like this:

More...

Vagrant with FreeBSD as guest OS (update)

When you’re working with Vagrant and your production servers are running FreeBSD, chances are that you also want to use FreeBSD as the Vagrant guest OS so the behaviour is consistent. The combination will not work out-of-the-box because FreeBSD doesn’t support the standard synced folder method Vagrant uses. So you need to switch to NFS sharing which needs a host-only (:private_network) network. Once you enable that, Vagrant cannot connect anymore to the virtual machine over SSH and it will look as if the machine halted.

More...