elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado:


  Mostrar Mensajes
Páginas: 1 ... 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 [181] 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 ... 235
1801  Foros Generales / Dudas Generales / Re: [AYUDA][SSH] Necesito ayuda con mi servidor ssh!!! en: 3 Julio 2014, 18:28 pm
ya que no se porque no me deja usando mi host de no-ip... mi host de no-ip estara bien configurado?

Puedes saber con el comando nslookup

Código:
C:\>nslookup www.google.com
DNS request timed out.
    timeout was 2 seconds.
Servidor:  UnKnown
Address:  192.168.13.37

Respuesta no autoritativa:
Nombre:  www.google.com
Addresses:  2607:f8b0:4000:804::1012
          74.125.227.179
          74.125.227.180
          74.125.227.176
          74.125.227.177
          74.125.227.178


Cambia google por tu host de no ip y ve si te devuelve tu IP publica
1802  Foros Generales / Dudas Generales / Re: [AYUDA][SSH] Necesito ayuda con mi servidor ssh!!! en: 3 Julio 2014, 18:19 pm
En el CMD de windows si le das ipconfig que te arroja, busca la puerta de Enlace y esa es la IP de tu router
1803  Seguridad Informática / Seguridad / Re: tengo contraseña puesta en la bios y no me acuerdo como puedo borrarla en: 3 Julio 2014, 18:13 pm
:http://vip.asus.com/forum/view.aspx?id=20090102192541409&board_id=3&model=F5Gl&page=1&SLanguage=en-us

Citar
I solved in this way.

Take your "Drivers & Utilities" DVD came with the notebook, look into the folder AFLASH2 and you will find the program AFLASH2.exe and your original bios file.
Also download the latest bios version for your notebook model from the "dowload" section of the official asus website.

Make a bootable dos cd-rom (you can easily use Nero Burning Rom too to do that) with those 3 files inside (aflash2.exe, original bios, latest bios).

Boot your notebook with this CD (if the bios doesnt want to boot from CD and insists in booting from HD only, you need to phisically remove your hard drive, it's very easy, and then you will be able to boot from CD).
Run AFLASH2.exe and flash the original bios.
Re-insert your hard drive.
Reboot.

You'll be able to enter in the BIOS settings again pressing F2 and without password.

Now, go into the bios "security" settings and SET A SUPERVISOR PASSWORD (for example, your name, so you want forget it). Save changes and exit from the bios.
Then, in the same way you flashed the original bios, reflash the latest bios version.
Reboot and press f2 to enter the bios. It will ask the password, just enter the one you set before.
Now you can remove the supervisor password (if you prefer) just going to change it and pressing Enter without typing anything. Save changes and exit.

Enjoy.
1804  Seguridad Informática / Seguridad / Re: tengo contraseña puesta en la bios y no me acuerdo como puedo borrarla en: 3 Julio 2014, 18:10 pm
mmm seguro que es contraseña de bios? no será de rigido? si fuera como dices, deberías bypassearla al quitar la pila...

Algunas no se borran quitando la pila.

@zuriano

La verdad la primera pues para que pones contraseña si luego no vas a poder recordarla.

Hay que buscar en sobre el modelo y ver si tiene algun Jamper de Reseteo...

Google:  asus x50gl Reset Bios Jamper
1805  Foros Generales / Dudas Generales / Re: COMO RESETEAR CHIPS DE TONERS PARA IMPRESORA XEROX PHASER 7800 en: 1 Julio 2014, 15:07 pm
Los tienes que comprar

Mira google:

https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=xerox+phaser+7800+chip+resetter

:http://www.aliexpress.com/store/product/Compatible-chip-for-xerox-Phaser-7800-toner-chip/501457_684491513.html
1806  Foros Generales / Foro Libre / Conferencias Interesantes de Hacking en la #CPMX5 en: 28 Junio 2014, 16:51 pm
Hola que tal les dejo algunas conferencias de hacking que se dieron la Campus Party en Mexico

Paulino Calderon (Calderpwn)


Pedro Joaquin (HKM)



Eduardo Vela (sirdarckcat)

1807  Programación / Programación C/C++ / Re: Programación en c [Problema de novato] en: 25 Junio 2014, 16:54 pm
tambien indenta el codigo no uses:

Código:
if (x<=17)

{printf("no eres bienvenido!!");}
 
else{ prinf("bienvenido");}

Mejor pon:

Código:
if (x<=17)	{
printf("no eres bienvenido!!");
}
else {
prinf("bienvenido");
}

Asi no te perderas entre tu mismo codigo. Creeme lo aprendi a la mala



    else(x>17);


El else no lleva Condicion, y no lleva punto y coma
1808  Foros Generales / Dudas Generales / Re: ¿Cuánto se puede ganar con una página web? en: 25 Junio 2014, 16:47 pm
Obviamente todo empieza por el numero de visitantes que tengas, No esperes llegar muy lejos si tienes unas 100 visitas por dia, necesitas mucho mas. Me refiero a unas 10 mil por dia, y si acaso te va ir bien.
1809  Foros Generales / Foro Libre / Re: -Videos youtube- elhacker.net en: 25 Junio 2014, 05:57 am
Dejo a continuación mi nuevo canal:

https://www.youtube.com/channel/UCVVl3S2mRd0FQb9nF2sSI6g

Tengo alguno videos dando clases de Matematicas entre otros



1810  Foros Generales / Foro Libre / Re: ¿Cuantos temas hay en la gramatica del Español? en: 21 Junio 2014, 03:44 am
Nunca he sido muy bueno en el español. Tengo que mejorarlo pero ahi esta wikipedia

http://es.wikipedia.org/wiki/Gram%C3%A1tica_del_espa%C3%B1ol
Páginas: 1 ... 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 [181] 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 ... 235
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines