Dikran's blog - "Research, Create, Share"
About Java, Web and related technologies
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 :
Saturday, October 10, 2009
How to know when Java Virtual Machine is shutting down
›
The question is: why would someone need to know such thing? You already have the jdk's Runtime.getRuntime().addShutdownHook() meth...
1 comment :
‹
Home
View web version
Dikran Seropian