11 diciembre 2013

#{ TIPS: JBOSS usando CLI }

0 comentarios

[bin]$ ./jboss-admin.sh
You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
[disconnected /] connect
The controller is not available at localhost:9999
[standalone@localhost:9999 /]
./jboss-admin.sh
connect [host][:port]
en un sólo paso
./jboss-admin.sh --connect controller=[host][:port]
http://middlewaremagic.com/jboss/?p=419
http://middlewaremagic.com/jboss/?p=391
10 diciembre 2013

#{ LINUX: Bulk rename (rename masivo) }

0 comentarios

find . -name 'bar' -type d -execdir mv {} foo \;
//bar -> regex nombre a buscar 
//foo -> reemplazo
 
Buffer de Código | © Design by DheTemplate.com and Theme 2 Blog

Find more free Blogger templates at DheTemplate.com - Daily Updates Free Blogger Templates