Skip to content

Commit

Permalink
Update w7lite.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhnet authored Aug 10, 2021
1 parent bdeebdc commit 8b949e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions w7lite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ custom_param_ram="-m "$(expr $availableRAM - 856 )"M"
cpus=$(lscpu | grep CPU\(s\) | head -1 | cut -f2 -d":" | awk '{$1=$1;print}')
nohup sudo /usr/libexec/qemu-kvm -nographic -net nic -net user,hostfwd=tcp::30889-:3389 -show-cursor $custom_param_ram -localtime -enable-kvm -cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time,+nx -M pc -smp cores=$cpus -vga std -machine type=pc,accel=kvm -usb -device usb-tablet -k en-us -drive file=lite7.qcow2,index=0,media=disk,format=qcow2,if=virtio -boot once=d &>/dev/null &
clear
echo "Katacoda Centos Windows 7 by fb.com/thuong.hai.581"
echo Your RDP IP Address:
curl --silent --show-error http://127.0.0.1:4040/api/tunnels | sed -nE 's/.*public_url":"tcp:..([^"]*).*/\1/p'
echo User: Administrator
echo Password: Thuonghai001
echo Password: Akuh.Net
echo Do not close tab
echo expired 1 hour

0 comments on commit 8b949e7

Please sign in to comment.