modified: alpine-qemu-install

modified:   conn
new file:   greplast
modified:   nmap_sA
This commit is contained in:
journal_froid
2026-01-23 09:50:44 +01:00
parent 2002b9f58b
commit 970b2ba191
4 changed files with 19 additions and 5 deletions
+5 -5
View File
@@ -39,16 +39,16 @@ echo "iso = $ISO"
qemu-system-x86_64 \
-m $RAM \
-nic user \
-boot once=d \
-cdrom $ISO \
-drive file=$IMG \
-nic user,hostfwd=tcp::2222-:22 \
-display none \
-device virtio-vga \
-enable-kvm \
-display default,show-cursor=on \
-display none \
-virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare
-net user,hostfwd=tcp::7777-:22
-net nic
#-virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare
## --- Run QEMU with graphics + shared folder ---
#qemu-system-x86_64 \
+4
View File
@@ -1,6 +1,10 @@
#!/usr/bin/bash
iwctl station wlan0 scan
if [ "$#" -lt 1 ] ; then
iwctl station wlan0 get-networks
echo
echo
echo "Usage: $0 USSID"
exit 1
fi
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/bash
echo "prev"
grepip $LOG_CONN_DIR/prev.log
echo "last"
grepip $LOG_CONN
+4
View File
@@ -1,6 +1,10 @@
#!/bin/bash
nmap_sA ()
{
<<<<<<< HEAD
nmap -Pn -sA --reason $@
=======
nmap -sA --reason -Pn
>>>>>>> d4ee7bf (modified: alpine-qemu-install)
}
nmap_sA "$@"