Installazione di Winexe su Debian

From RVM Wiki
Jump to navigation Jump to search

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