Skip to content

Instantly share code, notes, and snippets.

@rizkykojek
rizkykojek / gist:2322990ac9942d7f47cbde43cc2e4ea1
Created November 14, 2019 09:06 — forked from ansell/gist:1141550
Maven: Compiling and installing test jar without running them
mvn -DskipTests test-compile jar:test-jar install
the similar command below, will not compile or package the jar file (if you are using the surefire plugin) so, don't use it if you want to distribute the test jar file without running the tests
mvn -Dmaven.test.skip test-compile jar:test-jar install
@rizkykojek
rizkykojek / docker-rm-images.md
Created November 14, 2019 09:06 — forked from alferov/docker-rm-images.md
Remove all (untagged) images and containers from Docker
# Delete all containers
docker rm $(docker ps -aq)
# Delete all images
docker rmi $(docker images -q)
# Delete all untagged images
docker rmi $(docker images -q --filter "dangling=true")

References:

http://www.javacodegeeks.com/2015/07/alerting-in-production-6-tools-to-track-errors-and-uptime.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+JavaCodeGeeks+%28Java+Code+Geeks%29&utm_content=FeedBurner
https://tools.percona.com/wizard
@rizkykojek
rizkykojek / programming
Last active September 11, 2015 01:27
Programming
http://sijinjoseph.com/programmer-competency-matrix/
http://www.jorambarrez.be/blog/2015/06/18/activiti-6-launch/
http://www.viddler.com/v/dc528842
@rizkykojek
rizkykojek / free_courses & ebook resource
Last active November 30, 2015 15:10
Free Courses & Ebook Reources
https://www.coursera.org/
https://www.udacity.com/
https://www.edx.org/
https://www.quora.com/What-are-the-best-sites-where-I-can-download-eBooks
@rizkykojek
rizkykojek / out_of_topic
Last active August 29, 2015 14:23
out of topic
http://sejutarumah.id/index.php/sebaran/lokasi/propinsi/2/Jawa-Barat/kabupaten/197/Bandung
@rizkykojek
rizkykojek / eclise
Last active August 29, 2015 14:23
eclipse
http://www.dzone.com/links/r/top_features_for_every_eclipse_release_over_more.html
http://www.informationweek.com/big-data/big-data-analytics/10-big-data-online-courses/d/d-id/1298097
https://www.udemy.com/big-data-and-hadoop-essentials-free-tutorial/#/
https://onedrive.live.com/?cid=3a914018e2d83d92&id=3A914018E2D83D92%21131