Installazione di Winexe su Debian: Difference between revisions

From RVM Wiki
Jump to navigation Jump to search
m New page: La versione 0.90 (081123) non funziona con Etch wget http://eol.ovh.org/winexe/winexe-static-071026.bz2 bunzip2 winexe-static-071026.bz2 mv winexe-static-071026 winexe chmod +x winexe...
 
mNo edit summary
Line 1: Line 1:
==Verificare tutto==
*http://tomas.cat/blog/en/winexe-packed-ubuntukubuntu-and-debian
*http://ubuntuforums.org/showthread.php?t=1339363
*http://download.opensuse.org/repositories/home:/ahajda:/winexe/Debian_5.0/i386/
*http://ubuntuforums.org/archive/index.php/t-900051.html
*http://www.desmoulins.fr/index_us.php?pg=informatique!linux!console!winexe
==Debian Lenny==
<pre>
sudo apt-get install build-essential autoconf checkinstall
cd /tmp
wget http://eol.ovh.org/winexe/winexe-source-081123.tar.bz2
tar xvjf winexe-source-081123.tar.bz2
cd winexe-source-081123/
sh autogen.sh
./configure
make proto bin/winexe
bin/winexe -U RVMGROUP/Administrator //192.168.254.12 "ipconfig /all"
#sudo checkinstall -D cp bin/winexe /usr/local/bin/.
</pre>
==Debian Etch==
La versione 0.90 (081123) non funziona con Etch
La versione 0.90 (081123) non funziona con Etch



Revision as of 16:16, 15 June 2010

Verificare tutto


Debian Lenny

sudo apt-get install build-essential autoconf checkinstall
cd /tmp
wget http://eol.ovh.org/winexe/winexe-source-081123.tar.bz2
tar xvjf winexe-source-081123.tar.bz2
cd winexe-source-081123/
sh autogen.sh
./configure
make proto bin/winexe
bin/winexe -U RVMGROUP/Administrator //192.168.254.12 "ipconfig /all"
#sudo checkinstall -D cp bin/winexe /usr/local/bin/.


Debian Etch

La versione 0.90 (081123) non funziona con Etch

wget http://eol.ovh.org/winexe/winexe-static-071026.bz2
bunzip2 winexe-static-071026.bz2
mv winexe-static-071026 winexe
chmod +x winexe
./winexe -U HOME/Administrator%Pass123 //192.168.0.10 "ipconfig /all"
sudo mv winexe /usr/local/bin

Riferimenti