Skip to content

Commit

Permalink
Create linux-fu.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vck authored Mar 8, 2024
1 parent 90dd90b commit fe878c6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions linux-fu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
WIFI Connection (debian)

Switch to super user mode
$ sudo su

Open the WIFI
$ nmcli r wifi on

Scan WIFI
$ nmcli dev wifi

Connect to WIFI network
$ nmcli dev wifi connect “wifi_name” password “wifi_password”

0 comments on commit fe878c6

Please sign in to comment.