May 2012
13 posts
Crear una VPN utilizando openVPN
Woodkid - "Iron"
Deep in the ocean, dead and cast away,
where innocence is burned… in flames.
A million mile from home, I’m walking ahead.
I’m frozen to the bones, I am.
A soldier on my own, I don’t know the way.
I’m riding up the heights… of shame.
I’m waiting for the call, the hand on the chest.
I’m ready for the fight… and fate.
The sound of iron...
April 2012
29 posts
1 tag
Check, check, check...
#!/bin/bash
FILE1=/home/cosckoya/scripts/check_bbdd/file1
FILE2=/home/cosckoya/scripts/check_bbdd/file2
FILE3=/home/cosckoya/scripts/check_bbdd/file3
CHECK_FILE1=’manzanas’
CHECK_FILE2=’naranjas’
CHECK_FILE3=’melocotones’
## Check de ficheros
if ! [ -e $FILE1 ];then
echo “$FILE1 NOSTA!”
exit 2
elif ! [ -e $FILE2 ]; then...
March 2012
193 posts