Skip navigation
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

  • How to install python3 in testing environments

    This 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/...
    Profile Photo
    last modified by martin.luccanera
  • Las 46 frases de Simeone

    Las 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...
    Profile Photo
    last modified by Francisco Vives
  • Talleres de Extensión Cultural 2016 UNNOBA

    Profile Photo
    last modified by federico
  • 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...
    Profile Photo
    last modified by matias.luraghi
  • Unity: Add Chime Launcher

    Go 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\...
    Profile Photo
    last modified by patricio.lugli
  • Unity : Open Terminal with tabs on specifics folders

    Locate .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...
    Profile Photo
    last modified by patricio.lugli
  • 7 razones por las que, posiblemente, estás siendo menos productivo

    de: http://hipertextual.com/2015/04/razones-para-ser-menos-productivo   Sientes que estás de mal humor y no estás rindiendo en el trabajo? Éstas son algunas razones para ser menos productivo q...
    Profile Photo
    last modified by federico
  • Google Authenticator code Generator

    GoodBye JAuth, Hello GAuth Authenticator       1. Instalar Firefox App "Gauth Authenticator"   Firefox Marketplace  GAuthhttps://marketplace.firefox.com/app/gauth-authenticator/ 2. Hace...
    Profile Photo
    last modified by patricio.lugli
  • Having both Java7 & Java8 installed

    Download 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...
    Profile Photo
    last modified by patricio.lugli
  • Change File Permissions on GIT  + Yapa

    Para 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 &...
    Profile Photo
    last modified by patricio.lugli
  • How to configure Jive's Apache to log a specific header value

    nano /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...
    Profile Photo
    last modified by matias.matteucci
  • 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...
    Profile Photo
    last modified by shadi
  • Intelij Patch o Como pasar un commit de una maquina a otra

    Si 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 -&...
    Profile Photo
    last modified by patricio.lugli
  • Correr java usando Socks

    Si 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 :   ...
    Profile Photo
    last modified by patricio.lugli
  • Subir un PDF al Kindle

    Cuando 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...
    Profile Photo
    last modified by Francisco Vives
  • Caso de uso: Twitter

    Caso 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...
    Profile Photo
    last modified by federico
  • Tests that should be failed appears skipped

    When 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...
    Profile Photo
    last modified by djose
  • Git: Guia muyyyyyyy sencilla y basica

    Aca 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:...
    Profile Photo
    last modified by dojeda
  • Mantener Session SSH conectada en Ubuntu

    El 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...
    Profile Photo
    last modified by federico
  • Trucos para ssh

    Cuando 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...
    Profile Photo
    last modified by shadi