Compare commits

...

3 Commits

Author SHA1 Message Date
Loki The Great b57a8f1314
Merge e2b969b68a into e7ecf8707d 2024-10-07 01:15:01 +03:30
garywill e7ecf8707d 0.7.6 2024-10-04 12:17:39 +08:00
Loki The Great e2b969b68a
Create MostLikelyUse 2022-06-15 13:13:32 -04:00
2 changed files with 11 additions and 1 deletions

10
MostLikelyUse Normal file
View File

@ -0,0 +1,10 @@
Simplest call.
calk iwconfig
find wifi card name
in mant cases this is wlo1 on distros like Fedora
sudo ./lnxrouter --ap <yourwirelessdevice> <newhotspotname> -p <yourpassword> -g <thenewserversipaddress>
-g is important otherwise the server address changes everytime.
also, unless dhcp is properly configured you're going to have to statically address your clients.

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=0.7.6b VERSION=0.7.6
PROGNAME="$(basename "$0")" PROGNAME="$(basename "$0")"
export LC_ALL=C export LC_ALL=C