Jump to content

H247

Active Members
  • Posts

    31
  • Joined

  • Last visited

Posts posted by H247

  1. Hi all i was just wondering if you could put ubuntu netbook remix on a disgo net browser 3000 as i have just recently brought one and if not could someone find a way how to :( . I carnt stand using windows ce help me!!! plz!!!!!!!!!!!!

    came across this website>> http://christophergower.wordpress.com/2009...ows-ce-netbook/ << when i did a quick search in google for "distro net browser 3000 ubuntu".... didn't read through it because im doing research for myself.. hope it helps

  2. Download the source

    tar -xvzf cowpatty-4.6.tgz

    cd cowpatty-4.6

    make

    sudo make install

    If you get an error the post it

    ok thanks allot i got it installed finally :rolleyes: . this is what i did.

    first i extracted cowpatty-4.6.tgz to the desktop then i opened up my terminal and did the following>>>>>

    **

    root@H-247:~$ cd ~/Desktop

    root@H-247:~/Desktop$ cd cowpatty-4.6

    root@H-247:~/Desktop/cowpatty-4.6$ make

    cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o md5.o md5.c

    cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o sha1.o sha1.c

    cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o utils.o utils.c

    cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o cowpatty.o cowpatty.c

    cowpatty.c: In function ‘main’:

    cowpatty.c:1016: warning: dereferencing pointer ‘eapkeypacket’ does break strict-aliasing rules

    cowpatty.c:1012: note: initialized from here

    cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o genpmk.o genpmk.c

    cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb cowpatty.c -o cowpatty utils.o md5.o sha1.o -lpcap -lcrypto

    cowpatty.c: In function ‘main’:

    cowpatty.c:1016: warning: dereferencing pointer ‘eapkeypacket’ does break strict-aliasing rules

    cowpatty.c:1012: note: initialized from here

    cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb genpmk.c -o genpmk utils.o sha1.o -lpcap -lcrypto

    root@H-247:~/Desktop/cowpatty-4.6$ make install

    install -d /usr/local/bin

    install -m 755 cowpatty genpmk /usr/local/bin

    root@H-247:~/Desktop/cowpatty-4.6$

    **

×
×
  • Create New...