This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // check version | |
| node -v || node --version | |
| // list locally installed versions of node | |
| nvm ls | |
| // list remove available versions of node | |
| nvm ls-remote | |
| // install specific version of node |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "availableLanguageIds": [ | |
| "en_US" | |
| ], | |
| "defaultLanguageId": "en_US", | |
| "fields": [ | |
| { | |
| "label": { | |
| "en_US": "Válida até" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Context path="" crossContext="true"> | |
| <Resource | |
| name="jdbc/LiferayPool" | |
| auth="Container" | |
| type="javax.sql.DataSource" | |
| driverClassName="com.mysql.jdbc.Driver" | |
| url="jdbc:mysql://localhost/lportal?useUnicode=true&characterEncoding=UTF-8" | |
| username="root" | |
| password="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| TCP based stack, with flow control and message bundling. This is usually used when IP | |
| multicasting cannot be used in a network, e.g. because it is disabled (routers discard | |
| multicast). Note that TCP.bind_addr and TCPPING.initial_hosts should be set, possibly | |
| via system properties, e.g. -Djgroups.bind_addr=192.168.5.2 and | |
| -Djgroups.tcpping.initial_hosts=192.168.5.2[7800] | |
| author: Bela Ban | |
| --> | |
| <config xmlns="urn:org:jgroups" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "label": "👨💻 GS", | |
| "enabled": false, | |
| "type": "normal" | |
| }, | |
| { | |
| "label": "Zulip", | |
| "url": "https://liferay.zulipchat.com/" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################################################################## | |
| # /etc/elasticsearch/elasticsearch.yml | |
| # | |
| # Base configuration Cluster of ElasticSearch with 8 processor per node | |
| # | |
| # Cluster / Node Basics | |
| cluster.name: logng | |
| # Node can have abritrary attributes we can use for routing |