2 Java debugging tricks
1. Embed state in your thread names. Some times when you see a crash log with a thread dump, you…
1. Embed state in your thread names. Some times when you see a crash log with a thread dump, you…
First of all, create a snapshot of your EBS volume. Then out of that snapshot you will be able to…
Say you have an encrypted file file.foo.gpg and you want to make a shorthand command to decrypt that file, you’ll…
Sometimes you need to have resources in your sourceset and these may come from different locations on disk, the official…
In our project we like to deliver a single jar as the final product, if you need to copy files…