[soluciín] No inicia WPSCrackGUI v1.1.7 en AirUbuntu v5

Publicado por D3M0N, 15 de Abril de 2012, 11:07:56 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

D3M0N

Solucionar Error de gb.desktop en AirUbuntu v5 Code Name Pegasus:

Código: bash
root@AirUbuntu-v5:~# ./WPSCrackGUI.gambas
ERROR: #27: Cannot load component 'gb.desktop': cannot find library file


vamos a "Aplicaciones" -> "Herramientas" -> "Editar Repositorios"

Desmargamos los repositorios de Ubuntu que esten con un solo #; quedarí­a así­:

# deb cdrom:[Ubuntu 11.10 _Oneiric Ocelot_ - Release i386 (20111012)]/ oneiric main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ar.archive.ubuntu.com/ubuntu/ oneiric main restricted
deb-src http://ar.archive.ubuntu.com/ubuntu/ oneiric main restricted

## Major bug fix updates produced after the final release of the
## distribution.

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ar.archive.ubuntu.com/ubuntu/ oneiric universe
deb-src http://ar.archive.ubuntu.com/ubuntu/ oneiric universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ar.archive.ubuntu.com/ubuntu/ oneiric multiverse
deb-src http://ar.archive.ubuntu.com/ubuntu/ oneiric multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.


## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
##deb http://archive.canonical.com/ubuntu oneiric partner
##deb-src http://archive.canonical.com/ubuntu oneiric partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
#deb http://extras.ubuntu.com/ubuntu oneiric main
#deb-src http://extras.ubuntu.com/ubuntu oneiric main

####################################################################

## Entorno grafico MATE (Gnome2.20)
#deb http://packages.mate-desktop.org/repo/ubuntu oneiric main

##Remastersys Oneiric
#deb http://www.remastersys.com/ubuntu oneiric main

## Repositorios Back|Track 5 r2
#deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing
#deb http://32.repository.backtrack-linux.org revolution main microverse non-free testing
#deb http://source.repository.backtrack-linux.org revolution main microverse non-free testing


luego en un terminal hacemos:

apt-get update


luego:

apt-get install gambas2-gb-desktop


y listo vamos a poder ejecutar la ultima versiín de WPSCrackGUI sin ningín error. Por cualquier cosa recomiendo tambiín realizar:

apt-get upgrade

marmacan

 ;D Hola gente, el caso es el siguiente instale en la netbook por 10ma ves el air ubuntu sin poder hacer funcionar el modo monitor. Pero la cosa es la siguiente al querer hacer el proceso que dice D3mon arriba me da los siguientes errores. En que me equivoque o que obvie?. 


D3M0N

You are not allowed to view links. Register or Login
;D Hola gente, el caso es el siguiente instale en la netbook por 10ma ves el air ubuntu sin poder hacer funcionar el modo monitor. Pero la cosa es la siguiente al querer hacer el proceso que dice D3mon arriba me da los siguientes errores. En que me equivoque o que obvie?. 



Cuando se establece una comunicación HTTP se pide al servidor que responda a una petición, como un navegador web solicitando un documento HTML (una página web). El servidor responde con un código numérico de error HTTP y un mensaje. En el código 404, el primer "4" indica un error del cliente, como una URL mal escrita.

Junto al código de error 404, el servidor suele enviar un texto en que explica el motivo del error. La especificación HTTP sugiere la frase "Not Found" (No encontrado). Muchos servidores por defecto muestran una página web que incluye el código 404 y la frase "Not Found". Los servidores pueden ser configurados para mostrar cualquier página en caso de que la pedida no exista.

Sin embargo, Internet Explorer y Chrome, por defecto no muestran estas páginas de error a no ser que ocupen más de 512 bytes, mostrando una página de error "amigable".

A menudo los servidores devuelven un error 404 cuando las páginas se mueven o se borran. En el primer caso, una respuesta más correcta sería devolver un código de error 301 (Movido permanentemente). En el segundo caso se debería devolver un error 410 (Movido). Como las dos opciones requieren configurar el servidor específicamente, la mayoría de los sitios no hacen uso de estos códigos.

Los errores 404 no deben ser confundidos con errores de DNS, los cuales aparecen cuando parece que la URL apunta a un servidor web que no existe. Estos no son errores 404, que siempre son devueltos por un servidor.