Go Back   Champions of Regnum > Español > La Taberna

La Taberna Un lugar para conversar sobre casi cualquier tema

Reply
 
Thread Tools Display Modes
Old 11-25-2008, 01:32 PM   #10501
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default

Buenos días hace frío!!

Quote:
Originally Posted by Xephandor
Muy buena práctica, debo decir que me tomaría mucha lectura implementar un buen trigger porque prefiero evitarlos.
Eran facilísimos los triggers al final. No más de 2 o 3 líneas (sin incluir cabecera (create trigger... begin) y final).
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan
arlick no ha iniciado sesión   Reply With Quote
Old 11-25-2008, 02:02 PM   #10502
Naiobi
Pledge
 
Naiobi's Avatar
 
Join Date: Apr 2008
Location: Río Gallegos, Santa Cruz. ARGENTINA
Posts: 29
Naiobi will become famous soon enough
Default

Buen dia, buen diaaaaa!!

Tengo mucho pero mucho mucho muuuuuuuuuuuucho sueño!

No puedo dejar de cabecear frente al monitor!

Jooooooder! Esto me pasa por viciosa
__________________
•-=[(0o. Naiobi .o0)]=-•
•-=[(0o. S a o r i .o0)]=- • -=[(-* Ŀά • Ĵîђằđ *-)]=-•
•-=[(Oo. K Y R A .oO)]=- • -=[(Oo. N-O-N-I .oO)]=- •-=[(Oo. N-A-I .oO)]=-•-=[(Oo. Aztiren .oO)]=-•
Naiobi no ha iniciado sesión   Reply With Quote
Old 11-25-2008, 02:34 PM   #10503
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default

Quote:
Originally Posted by Noni
Buen dia, buen diaaaaa!!

Tengo mucho pero mucho mucho muuuuuuuuuuuucho sueño!

No puedo dejar de cabecear frente al monitor!

Jooooooder! Esto me pasa por viciosa
A veces es bueno dejar de ver guarreridas por la interné
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan
arlick no ha iniciado sesión   Reply With Quote
Old 11-25-2008, 04:20 PM   #10504
Mishelin
Count
 
Mishelin's Avatar
 
Join Date: Dec 2006
Location: Argentino hasta el tuétano. =)
Posts: 1,739
Mishelin will become famous soon enoughMishelin will become famous soon enough
Default

Quote:
Originally Posted by arlick
Buenos días hace frío!!
Que envidiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa¡¡¡¡¡¡¡ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
Que calor de m**** voy a reventar ................. como lo odio....y también los odio a todos....
__________________
D@nGer
Mishelin no ha iniciado sesión   Reply With Quote
Old 11-25-2008, 04:44 PM   #10505
Reivax
Initiate
 
Reivax's Avatar
 
Join Date: Mar 2007
Posts: 240
Reivax will become famous soon enough
Default

Buenas

Quote:
Originally Posted by D@nGer_AVECAESAR
Que envidiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa¡¡¡¡¡¡¡ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
Que calor de m**** voy a reventar ................. como lo odio....y también los odio a todos....
Andate a vivir al polo Norte peterete .... vestite de papa noel, que cara de mentira ya tenes


^^
__________________
Reivax - La Jihad - Yaara Heren Hyarmenor
Reivax no ha iniciado sesión   Reply With Quote
Old 11-25-2008, 04:47 PM   #10506
Mishelin
Count
 
Mishelin's Avatar
 
Join Date: Dec 2006
Location: Argentino hasta el tuétano. =)
Posts: 1,739
Mishelin will become famous soon enoughMishelin will become famous soon enough
Default

Quote:
Originally Posted by Reivax
Buenas



Andate a vivir al polo Norte peterete .... vestite de papa noel, que cara de mentira ya tenes


^^
Callate vos larva de la sociedad toda...... ......
Traidor...¬¬ XDXD
__________________
D@nGer
Mishelin no ha iniciado sesión   Reply With Quote
Old 11-25-2008, 04:48 PM   #10507
sunos
Count
 
sunos's Avatar
 
Join Date: Jan 2007
Location: Rosario
Posts: 1,440
sunos has a spectacular aura aboutsunos has a spectacular aura about
Default

alguien me explica como un script pedorro para Xdialog para reiniciar un servicio me uede tomar tantas lineas ? o.0

Code:
#!/bin/bash -x
PP="asd"
RETVAL=0
FIRE=/etc/init.d/firebird
while [ $PP != "Reiniciar" ] && [ $PP != "Parar" ] && [ $PP != "Arrancar" ] || [ -z $PP ] && [ $RETVAL != "1" ]; do
        function pregunta {
                Xdialog --title "Se a producido un error" --yesno "Desea ver la salida de consola?" 10 40
                J=$?
                if [ $J = "0" ]; then
                        Xdialog --title "Salida consola" --textbox pp 30 60
                fi
}
        function existe {
        if [ ! -e /etc/init.d/firebird ] ; then
                Xdialog --title "Falla" --msgbox "\n el archivo no existe, revise la instalacion de firebird" 8 50
                break
        fi
}
        function bien {
        Xdialog --title "Exito" --msgbox "\n Se concluyo la operacion con exito" 8 50
}
#existe
        Xdialog --title "control Firebird" --checklist "Marque una opcion" 13 30 "asd" "Reiniciar" "Base" off "Parar" "Base" off "Arrancar" "Base" off 2> /tmp/checklist.tmp.$$
        RETVAL=$?

        RET=`cat /tmp/checklist.tmp.$$`
        rm -f /tmp/checklist.tmp.$$
        PP=`echo $RET`
        I=0
        if [ $RET != "Reiniciar" ] && [ $RET != "Parar" ] && [ $RET != "Arrancar" ] || [ -z $RET ] && [ $RETVAL != "1" ]; then
                echo "Elija una opcion, o solo una ¬¬" > pp
                for N in `seq 1 30` ;
                do
                        echo "Elija una opcion, o solo una ¬¬" >> pp
                done
                Xdialog --title "elija una opcion valida" --textbox pp 30 32
        fi
        case  $RET in
         "Reiniciar")
                existe
                $FIRE stop 1> pp 2>>pp
                K=$?
                if [ $K = "0" ]; then
                        killall -9 fbguard 1>>pp 2>> pp
                        killall -9 fbserver 1>>pp 2>> pp
                        $FIRE start 1>>pp 2>> pp
                        K=$?
                        if [ $K = "0" ]; then
                                bien
                        else
                                pregunta
                        fi
                else
                        pregunta
                fi
                exit 0;;
        "Parar")
                existe
                $FIRE stop 1> pp 2>> pp
                K=$?
                if [ $K = "0"]; then
                        killall -9 fbguard 1>>pp 2>> pp
                        killall -9 fbserver 1>>pp 2>> pp
                        bien
                else
                        pregunta
                fi
                exit 0;;

        "Arrancar")
                existe
                $FIRE start 1>>pp 2>> pp
                K=$?
                if [ $K != "0" ]; then
                        pregunta
                else
                        bien
                fi
                exit 0;;
esac
done
__________________
Usuario GNU/linux registrado Nº450915
"Sólo hay un problema con el sentido común: que no es demasiado común" -- Milt Bryce
sunos no ha iniciado sesión   Reply With Quote
Old 11-25-2008, 04:57 PM   #10508
Reivax
Initiate
 
Reivax's Avatar
 
Join Date: Mar 2007
Posts: 240
Reivax will become famous soon enough
Default

Quote:
Originally Posted by D@nGer_AVECAESAR
Callate vos larva de la sociedad toda...... ......
Traidor...¬¬ XDXD

Larva vos, rata de madriguera


Como que traidor? ¬¬"
__________________
Reivax - La Jihad - Yaara Heren Hyarmenor
Reivax no ha iniciado sesión   Reply With Quote
Old 11-25-2008, 05:04 PM   #10509
Mishelin
Count
 
Mishelin's Avatar
 
Join Date: Dec 2006
Location: Argentino hasta el tuétano. =)
Posts: 1,739
Mishelin will become famous soon enoughMishelin will become famous soon enough
Default

Quote:
Originally Posted by Reivax
Larva vos, rata de madriguera


Como que traidor? ¬¬"
Que te carcoma la cabeza.....a vos roedor....

º¡º
__________________
D@nGer
Mishelin no ha iniciado sesión   Reply With Quote
Old 11-25-2008, 05:10 PM   #10510
Reivax
Initiate
 
Reivax's Avatar
 
Join Date: Mar 2007
Posts: 240
Reivax will become famous soon enough
Default

Sunyyyyyyyyyyyy te fuiste al carajo con ese script ... resumilo viste^^


Mish, que te den ...
__________________
Reivax - La Jihad - Yaara Heren Hyarmenor
Reivax no ha iniciado sesión   Reply With Quote
Reply

Tags
charlar, saludar


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:59 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved