Burada hostapd için oluşturulmuş ap-hotspot betiğinin kurulumu anlatılmış.
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install ap-hotspot[Linux Mint 17 düzeltme:] Linux Mint 17 / Ubuntu 14.04 ile deposundaki hostapd ile uyum sorunları olduğundan aşağıdaki komutlar ile önceki sürümdeki paketin yüklenmesi gerekiyormuş.
64 Bit için
wget -c --no-check-certificate http://old-releases.ubuntu.com/ubuntu/pool/universe/w/wpa/hostapd_1.0-3ubuntu2.1_amd64.deb
sudo dpkg -i hostapd*.deb
sudo apt-mark hold hostapd32 Bit için
wget -c --no-check-certificate http://old-releases.ubuntu.com/ubuntu/pool/universe/w/wpa/hostapd_1.0-3ubuntu2.1_i386.deb
sudo dpkg -i hostapd*.deb
sudo apt-mark hold hostapdKurulum sonrası aşağıdaki komut ile ayarları yapabiliyorsunuz.
sudo ap-hotspot configureSonrasında aşağıdaki komut ile ap-hotspot betiğinini çalıştırabiliyorsunuz.
sudo ap-hotspot startAşağıdaki komut ile betiği durdurup,
sudo ap-hotspot stopaşağıdaki komut ile yeniden başlatmak mümkünmüş.
sudo ap-hotspot restart