CONVERTED TO LINUX MINT..
Impressed with Linux Mint so far, even better than Ubuntu!!
UNDERSTANDING JAVA GARBAGE COLLECTION: A COMPREHENSIVE GUIDE
Introduction to Java Garbage Collection
Understanding garbage collection is crucial for Java application performance optimization. This guide covers essential aspects of GC mechanisms and log interpretation.
DELETE RECURSIVE
find . | grep “conflicted” | while read a; do mv “$a” /tmp; done
OVERRIDE LOCAL REPO LOCATION IN MAVEN ON COMMAND LINE
-Dmaven.repo.local=C:\mydir
HIDING A ROW IN GXT GRID
Attach a GridViewConfig to the grid, overidding with an impl. that returns a css style of ‘hide’.
FASTER STS STARTUP
1/ Disable RSS feeds
Preferences -> Spring -> Dashboard (just delete the entries in the textbox)
LOG4J.PROPERTIES CONVERSIONPATTERN IN ECLIPSE
log4j.appender.stdout.layout.ConversionPattern=%-5p %40.40c{2} - %m%n