Skip to content

Instantly share code, notes, and snippets.

@mwin007
mwin007 / clean-rvm-ubuntu.md
Last active April 25, 2020 19:04
clean-rvm-ubuntu

Notes

sudo rm -rf /etc/rvmrc /etc/profile.d/rvm.sh /usr/local/rvm

@mwin007
mwin007 / docker-run-script.md
Last active April 25, 2020 19:04
Docker run bash script, then remove container
@mwin007
mwin007 / install-ror-ubuntu18.md
Last active April 25, 2020 19:05
Install Ruby On Rails on Ubuntu 18.04
@mwin007
mwin007 / ror-docker-develop.md
Last active April 25, 2020 19:07
Containerizing a Ruby on Rails Application for Development with Docker Compose
@mwin007
mwin007 / spring-cert.md
Last active April 25, 2020 19:07 — forked from danielvaughan/spring-cert.md
Becoming a Spring Certified Professional without the Core Spring Course

Becoming a Spring Certified Professional without the Core Spring Course

Until recently, the only way you could become a Certified Spring Professional was to take Pivotal’s compulsory, 4-day, Core Spring training course. On completion of the course, participants received an exam voucher that allowed them to schedule an exam at a certification centre.

At approximately £2.5k per attendee, the course is not cheap putting certification out of the reach of many self-funded developers and those that work for organisations without generous training budgets.

In May 2017 Pivotal changed their policy. Spring Certification Exams became available for individual purchase without enrolling in the course. I set out to see if it was possible to pass the exam without the Core Spring course and only using publically available material.

I set myself a budget of £250, ap

@mwin007
mwin007 / mysql-backups.md
Last active April 25, 2020 19:08
Create And Restore MySQL/MariaDB Backups
@mwin007
mwin007 / install-tomcat-ubuntu18.md
Last active April 25, 2020 19:08
How To Install Apache Tomcat 9 on Ubuntu 18.04
@mwin007
mwin007 / jenkins-cli-find
Last active April 25, 2020 19:10
find jenkins package install
help you find what files does a package install:
`dpkg -L jenkins`