1. A cool way of file sharing from console

    To all geeks ( both Mac and Linux) who works a lot in console and with remote servers, most probably used a lot scp for sending files to the server and back. Sometimes, you have to connect to jump server before getting to needed machine for security reasons and that's why…


  2. Fixing "readlink: illegal option -- f" error on a Mac

    So, if you are a happy Mac user and facing problem with "readlink: illegal option -- f", then i have a simple solution for you : Install brew if you still don't have it. Run brew install coreutils Instead of readlink use now greadlink greadlink --help Usage: greadlink [OPTION]…

    on macosx error readlink greadlink

  3. Fixing problem in Intelij IDEA with compiling classes in multi - maven project

    Today i had to import multi-maven project from Eclipse to Intelij IDEA and it appeared that sometimes it can be problematic. So, i had couple of maven projects that has common parent pom file where main structure and dependencies are described. Besides that, it has dependencies from another project that…

    on intelij_idea IDEA maven multi maven project

  4. How to write a custom JIRA plugin that will send email on custom field value change

    So, as i described here it was decided to write a custom plugin that will acomplish concrete goal for our need : We have custom fields that has various values We need to send e-mail to specific people when custom field was modified with specific value Email should be sent only…

    on java jira custom_plugin sendemail github

  5. How to setup JIRA plugin Project in Intelij IDEA on Mac

    As i said previously in my post i came to conclusion that i need to write my own custom JIRA plugin. To do that , we first need to setup project and make sure that it's possible to debug the code you write. I usually use Intelij IDEA for writing code…

    on java jira custom_plugin intelij_idea setup atlassian brew

  6. Bash remote vulnerability fix for Mac Os users

    As you may heard, there's a critical vulnerability found in bash recently. According to CSO A remotely exploitable vulnerability has been discovered by Stephane Chazelas in bash on Linux, and it is unpleasant. The vulnerability has the CVE identifier CVE-2014-6271. This affects Debian as well as other Linux distributions. The…

    on macosx bash vulnerability CVE-2014-6271