Archive > Tag: Community

HowTo: Deploy using git

This one is not mine. It's, actually, a transcript. Please, check out the source at the bottom

#
# Local
#

# Create a website
mkdir website && cd website
git init
echo 'Hello, world!' > index.html
git add index.html
git commit -q -m "The humble beginnings of my web site."

# add remotes
git …

HowTo: Change upload_max_filesize on a standard DreamHost account

Ok, recently, a good friend, needed some help. He wanted to change the upload_maz_filesize value of his DreamHost account but was so frustrated when he learned that .htaccess files don't work for him...

It is simple: you're using FastCGI and you should be using .user.ini files to set php …


HowTo: Cómo configurar un servidor de instalación en Fedora 14

Un servidor de instalación es muy útil. Nos ayuda a instalar sin necesidad de discos y madres de esas. Además, es mucho más rápido y podemos pre-configurar, por medio de un kickstart, la instalación.

Ahí te va:

# Hacerse root
su -

# Instalaciones
## Instalar cosas necesarias (edición 20110906)
yum install -y tftp-server …

HowTo: Cómo instalar OilRush en Fedora

Si, como yo, ya compraste el OilRush y bajaste un pre-release (versión 0.6 o posterior) he aquí cómo hacerlo jalar:

Por lo pronto, yo lo hice jalar con:

[renich@introdesk OilRush-0.6]$ lspci | grep VGA

01:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 9400 GT] (rev a1 …

CloudSigma abre en USA!

Muy buenas noticias, mi computín amigo! CloudSigma abrirá en USA y, ésto, significa:

  • Menos latencia
  • Mayor cobertura
  • Más clientes, más dinero, mejor desarrollo y, por tanto, más features!

Y, qué tienen de bonito? Usan KVM/Qemu! Si sabes de virutalización, sabes que ésto es lo que rifa y soporta el …