Skip to content

Instantly share code, notes, and snippets.

View rmsubekti's full-sized avatar
💻
I'm on my computer.

Rahmat Subekti rmsubekti

💻
I'm on my computer.
View GitHub Profile
@rmsubekti
rmsubekti / install_wifi_access_point.sh
Created June 7, 2024 18:03 — forked from dashohoxha/install_wifi_access_point.sh
How to setup a Wifi Access Point on Ubuntu 12.04 (or its derivatives).
#!/bin/bash
### Setup a wifi Access Point on Ubuntu 12.04 (or its derivatives).
### make sure that this script is executed from root
if [ $(whoami) != 'root' ]
then
echo "
This script should be executed as root or with sudo:
sudo $0
"