Dikran's blog - "Research, Create, Share"
About Java, Web and related technologies
Friday, October 14, 2016
How to install docker on centos 6 - quick and dirty
›
Installing docker 1.12 on centos 6.8 While doing consultancy work at one big telecom company, I proposed introducing Docker in the process...
Wednesday, March 30, 2016
Updating all branches from all local git projects in one shot
›
There are many times when I need to update at once more than just one git project. I usually structure my projects under a common direc...
Tuesday, December 1, 2015
Automated Testing Aid: Manually Running a Quartz Job
›
I work in a project where testing is a first class citizen. We do unit tests, security tests, integration tests, end-to-ends api tests (S...
1 comment :
Wednesday, May 27, 2015
Spring Boot & Jasypt easy: Keep your sensitive properties encrypted
›
Goal I want to store my database password encrypted in the application properties file and provide the property encryption password at...
Friday, October 5, 2012
Scrum and Story Points, what's the story?
›
After working with scrum for a while and watching this debate of time vs story points I came to a personal conclusion that helped me to make...
Tuesday, September 25, 2012
Always Elevated Privileges in Windows 7
›
As a developer I usually need to execute lots of commands and programs that require administrative privileges. Although my Windows user is i...
2 comments :
Wednesday, May 4, 2011
Tailing log files over SSH in Windows
›
My problem: I wanted to be able to track logs on Unix machines using BareTail or something similar. Until now the only solution was to use ...
2 comments :
‹
›
Home
View web version
Dikran Seropian