Skip to content

Instantly share code, notes, and snippets.

View williamdlm's full-sized avatar
🎯
Focusing

William David williamdlm

🎯
Focusing
View GitHub Profile
@williamdlm
williamdlm / tomcat-linux.service.md
Created October 21, 2021 01:40 — forked from ovichiro/tomcat-linux.service.md
Tomcat as a service on Linux

Install Tomcat as a service on Linux

Download Tomcat from the Apache website.
Unpack in /opt/apache-tomcat-x.y.z. E.g. /opt/apache-tomcat-8.5.6.
You'll need a terminal and root access.

Create Tomcat user with restricted permissions

@williamdlm
williamdlm / git.md
Created January 7, 2018 17:44 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

#GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda