Skip to content

Instantly share code, notes, and snippets.

#############################################
# 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
@SOLUNTECH
SOLUNTECH / apache.site.conf
Last active August 29, 2015 14:08
Proxy reverse
<VirtualHost 109.74.199.47:80>
ServerAdmin [email protected]
ServerName thatextramile.be
ServerAlias www.thatextramile.be
ProxyRequests off
<Proxy *>
Order deny,allow
Allow from all
@SOLUNTECH
SOLUNTECH / mongodb.conf
Created November 6, 2014 19:40
Secured mongodb.conf template
# mongodb.conf
# Where to store the data.
dbpath=/var/lib/mongodb
#where to log
logpath=/var/log/mongodb/mongodb.log
logappend=true