Log in to create and rate content, and to follow, bookmark, and share content with other members. Not a member? Join Now!
Search for Content
Document How to install python3 in testing environments
How to install python3 in testing environmentsThis documents explains how to install Python 3 in an environment with Python 2.6 pre installed. CentOS. Uncertainty about required libraries. Goal: Being able to execute cd /usr/local/jive/var/logs/...
Las 46 frases de SimeoneLas frases de Simeone, cualquier similitud con el mundo laboral es pura coincidencia(?) "Vamos partido a partido" "En esta vida lo único que no puedes cambiar es de madre y de equipo" "La guerra la ga...
Document Recover from bad superblock (cuando se te corta la luz :( )
Recover from bad superblock (cuando se te corta la luz :( )Hubo un bajon de tension que apago varias maquinas.. una de ellas no booteaba.. porque al parecer habia un bad superblock.. Pasos Bootear desde un live CD cat /etc/fstab te muestra los discos y particiones p...
Unity: Add Chime LauncherGo To /usr/share/applications/ Create a new .desktop file chime.desktop : sudo nano chime.desktop With the Following Content : [Desktop Entry] Name=Chime Comment=Open Chime App Exec=CHIME_DIR/Jive\ Chime\...
Document Unity : Open Terminal with tabs on specifics folders
Unity : Open Terminal with tabs on specifics foldersLocate .desktop entry for terminal usual : /usr/share/applications/gnome-terminal.desktop Edit with sudo and add a new desktop entry : [Desktop Action Workspaces] Name=Workspace Tabs Exec=gnome-terminal --tab --wor...
Having both Java7 & Java8 installedDownload both Java7 & Java8 and put them on different folders $JAVA_7 & $JAVA_8 Include both versions on update-alternatives for java sudo update-alternatives --install "/usr/bin/java" "java" $JAVA_7/bi...
Change File Permissions on GIT + YapaPara Cambiar los permisos de un archivo en GIT ( mas que nada cuando necesitamos cambiar un archivo a ejecutable) : git add file.sh git update-index --chmod=+x file.sh git commit -m " Wiii !" git review &...
Document How to configure Jive's Apache to log a specific header value
How to configure Jive's Apache to log a specific header valuenano /usr/local/jive/etc/httpd/sites/default.conf change the following line: from CustomLog "${LOG_DIR}/jive-httpd-access.log" common to CustomLog "${LOG_DIR}/jive-httpd-access.log" "%{HEADER}i" restart httpd serv...
Document VidyoDesktop 2.2.x on Ubuntu 13.10 now working!!
VidyoDesktop 2.2.x on Ubuntu 13.10 now working!!Audio is not working in Vidyo 2.2.x on ubuntu 13.10. You can follow this steps to fix the problem This is the bug -> https://bugzilla.mozilla.org/show_bug.cgi?id=840707 STEPS TO FIX Edit /et...
Document Intelij Patch o Como pasar un commit de una maquina a otra
Intelij Patch o Como pasar un commit de una maquina a otraSi estamos trabajando en una maquina y queremos seguir con el cambio desde otra maquina sin subir el commit a git/gerrit o lo que fuese, se puede hacer lo siguiente 1. En Intellij (maquina1) -> VCS -&...
Correr java usando SocksSi por esas cosas de la vida necesitas correr algun test contra una instancia que no tenes acceso por vpn, pero podes acceder desde una VM e aqui la solucion 1. Crear un proxy tunnel con ssh : ...
Subir un PDF al KindleCuando tenemos un PDF y lo queremos subir al Kindle, podemos usar el Calibre y debemos subirlo en formato MOBI, donde tendremos ventajas en cuando al cambio de tamaño de fuentes. Instalar Descargar e ins...
Caso de uso: TwitterCaso de uso: Twitter: The Second Coming of Java: A Relic Returns to Rule Web | Wired Enterprise | Wired.com 2010. Su polularidad llegó a un punto en donde los servers de Twitter simplemente no podian con la de...
Document Tests that should be failed appears skipped
Tests that should be failed appears skippedWhen a data provider throws an exception, tests that use the data provider are skipped and the exception is not shown in the maven output. By contrary, in the html report, the test are shown as failed. It occu...
Git: Guia muyyyyyyy sencilla y basicaAca les paso una guia muy básica (incluso tiene letra para niños y dibujos ) para cuando tenemos dudas sobre qué hacer y cómo, y de paso no molestamos a los demas con preguntas http:...
Mantener Session SSH conectada en UbuntuEl ssh se desconecta cada X tiempo, para mantener la session y no perderla se puede hacer: Ir a la carpetra .ssh Crear un archivo llamado "config" Poner adentro: Host * ServerAliveInterval 60 Guardar y...
Trucos para sshCuando se tiene una extensa lista de servidores a los cuales se accede por ssh, y mas aún cuando esto se realiza continuamente, puede resultar tedioso. Les dejo un link, que plantea el uso de un archivo d...