Para generar un maven-archetype-quickstart
- windows
mvn archetype:generate ^
-DgroupId={project-packaging} ^
-DartifactId={project-name} ^
| #!/bin/bash | |
| # This will start H2o backgrounded, and automatically consume 90% available memory | |
| # If you want S3 support create a core-site.xml file and place it in $HOME/.ec2/ | |
| # Assumes the h2o.jar you want is in /opt | |
| set -e |
| et -ex | |
| # UPDATE THESE URLs | |
| export JDK_URL=http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz | |
| export UNLIMITED_STRENGTH_URL=http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip | |
| # Download Oracle Java 8 accepting the license | |
| wget --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" \ | |
| ${JDK_URL} | |
| # Extract the archive |
Para añadir temas en conemu (cmder)
Tenemos la alternativa
A continuacion vamos a describir el primer metodo ( Para el segundo tienes este paper -> aqui )
$sudo apt install plymouth sudo apt install plymouth-themes
go to and choose yoour favorite theme https://www.gnome-look.org/p/1009320
| # : << EOF | |
| # https://github.com/gpakosz/.tmux | |
| # (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license, | |
| # without any warranty. | |
| # Copyright 2012— Gregory Pakosz (@gpakosz). | |
| # /!\ do not edit this file | |
| # instead, override settings in ~/.tmux.conf.local, see README.md | |
| # -- general ------------------------------------------------------------------- |
Aunque no es obligatorio, sugiero utilizar cmnder como integrador de todas estas tecnologias, basicamente es un wrapper con mejors de ConEmu y Clink.
Cmder es un paquete de software creado por pura frustración por la ausencia de buenos emuladores de consola en Windows. Se basa en un software increíble y está condimentado con el esquema de color Monokai y un diseño de aviso personalizado, luciendo sexy desde el principio.