Jan-Lukas Else

Thoughts of an IT expert

πŸ‘¨β€πŸ’» Dev: XXXX-XX-19

Welcome to the Dev section of my blog with development related articles.


How I got Crostini to work in Chrome OS Flex

Published on in πŸ‘¨β€πŸ’» Dev
Updated on

I blogged that I could not run Linux support (Crostini) on CloudReady and Chrome OS Flex. Every time I tried to enable Linux support in the settings, the activation failed with an error.

View

go-shutdowner: Simple graceful shutdowns in Go

Published on in πŸ‘¨β€πŸ’» Dev

As I already mentioned, I’m trying to modularize parts of GoBlog to make the code more organized and to be able to test it better (thanks to the tests, I always notice small bugs that I can then correct).

View

Tor support in GoBlog

Published on in πŸ‘¨β€πŸ’» Dev

I don’t know of any other blogging software that supports this: Serve a blog directly as a Tor hidden service.

View

Publish multi-module Android libraries on JitPack

Published on in πŸ‘¨β€πŸ’» Dev
Updated on

If you’re an Android developer and learned to love the benefits of open source, you may want to publish you’re own libraries sometime. A common used services for building and providing Android libraries is JitPack. It’s a user friendly alternative to jCenter, which takes a lot of pain from the process of publishing a library. It’s as simple as adding a few lines of code to your project.

View

Jan-Lukas Else