Colores disponibles
USE
#Borders
borders = xlwt.Borders()| -Xms128m | |
| -Xmx750m | |
| -XX:MaxPermSize=350m | |
| -XX:ReservedCodeCacheSize=240m | |
| -XX:+UseConcMarkSweepGC | |
| -XX:SoftRefLRUPolicyMSPerMB=50 | |
| -ea | |
| -Dsun.io.useCanonCaches=false | |
| -Djava.net.preferIPv4Stack=true | |
| -XX:+HeapDumpOnOutOfMemoryError |
| sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 |
nohup PROCESO &Ejemplo
git clone https://github.com/odoo/odoo.git -b 8.0 &| #!/usr/bin/env python2 | |
| """ | |
| Author: takeshix <takeshix@adversec.com> | |
| PoC code for CVE-2014-0160. Original PoC by Jared Stafford (jspenguin@jspenguin.org). | |
| Supportes all versions of TLS and has STARTTLS support for SMTP,POP3,IMAP,FTP and XMPP. | |
| """ | |
| import sys,struct,socket | |
| from argparse import ArgumentParser |
| #!/bin/bash | |
| #Migrar de BZR a GIT | |
| Path=$1 | |
| cd $Path | |
| #Configurar Correctamente las credencjales | |
| git config --global user.name "Edgar Tenesaca" | |
| git config --global user.email "edgartenesaca@gmail.com" |
| * ARCHIVO DE EDICION | |
| sudo nano /etc/network/interfaces | |
| * PARA DHPC | |
| auto lo | |
| iface lo inet loopback | |
| auto eth0 | |
| iface eth0 inet dhcp | |
| * PARA IP FIJA |
| # Options not exposed on the command line. Command line options will be added | |
| # from optparse's parser. | |
| self.options = { | |
| 'admin_passwd': 'admin', | |
| 'csv_internal_sep': ',', | |
| 'login_message': False, | |
| 'publisher_warranty_url': 'http://services.openerp.com/publisher-warranty/', | |
| 'reportgz': False, | |
| 'root_path': None, | |
| } |
| ############################################# | |
| # Push de la rama actual | |
| git push origin $rama_actual | |
| ############################################# | |
| # Volver a un commit anterior, descartando los cambios | |
| git reset --HARD $SHA1 | |
| ############################################# | |
| # Ver y descargar Ramas remotas |