This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
#By Jose Pagola | |
$domain=$ARGV[0]; | |
$complete_domain='www.'.$domain; | |
$path='/var/www/public_html/'; | |
$document_root=$path.$domain; | |
$create_document_root=`mkdir -p $document_root`; | |
$own_folder=`chown -R www-data:www-data $document_root`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Desde hace 50 años Gene Sharp ha ayudado a pueblos a derrocar a sus dictadores. | |
Existe un video y un libro, creo que ambos deben ser vistos por todos los que queremos un cambio. | |
Si nos preparamos mas tenemos mas posibilidades. | |
Link video en youtube: | |
http://www.youtube.com/watch?v=dHezFksIM68 - Como iniciar una revolución | |
------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Agregaré mas servidores a medida que sea necesario para porder satisfacer la demanda: | |
1. Servidor: 162.243.211.57 Username: cisco Password: cisco123 tipo: PPTP | |
Puedes ver los videos de como configurar la VPN en los siguientes enlaces: | |
Windows Vista/7/8: http://www.youtube.com/watch?v=cVdPsP9G4ao | |
iOS (iPhone/iPad/iPod): http://www.youtube.com/watch?v=LlvLdLY3Rng | |
Mac OS X 10.5 y superiores: http://www.youtube.com/watch?v=M497cwSARes |