Skip to content

Instantly share code, notes, and snippets.

View imnetcat's full-sized avatar
👋

Huskov Danil imnetcat

👋
  • Ukraine
View GitHub Profile
# my-arch-setup
Step by step commands for set up my arch
## Load into live-system virtual console
### First of all connect to wifi
turn on the network interface (wlan0)
```
ip link set wlan0 up
```