xcopy "\\Server\Software\Windows\Utility\Flash Player\install_flash_player_11_active_x.exe" "\\%1\C$\Temp" /r/i/c/h/k/e
sleep 3
pskill iexplore.exe \\%1
psexec.exe \\%1 -s "C:\Temp\install_flash_player_11_active_x.exe" /install
[Read More]
CdBurnerXP Deploy
psexec \%1 -s -d "C:ProgrammiCDBurnerXPunins000.exe" /VERYSILENT
sleep 15
xcopy "\ServerSoftwareWindowsUtilityCDBurnerXPcdbxp_setup_4.5.0.3685.exe" "\%1C$Temp*.*" /r/i/c/h/k/e
psexec \%1 -s -d "C:Tempcdbxp_setup_4.5.0.3685.exe" /VERYSILENT
user mockbuild does not exist
Problema:
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
[Read More]
Aggiornare OpenFire su cluster CentOS
Entrare in ssh sul nodo1 e sul nodo2
[Read More]
Scaricare un sito fino al 2° livello
wget -rkpNl2 http://marzorati.co
[Read More]