Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
laptop [2014/05/30 17:15]
matthias
laptop [2016/11/22 19:13] (current)
matthias [Installation of required packages]
Line 2: Line 2:
 <div class="​jumbotron">​ <div class="​jumbotron">​
 <​h1>​PirateBox Laptop</​h1> ​ <​h1>​PirateBox Laptop</​h1> ​
-<p>It is possible to run PirateBox directly on a computer running Linux. <​b>​Note:</​b>​ The instructions on this page are incomplete and need to be updated. For additional info and support, please visit the <​b><​a href="​http://​forum.piratebox.cc">​PirateBox Forum.</​a></​b>​+<p>It is possible to run PirateBox directly on a computer running Linux. <​b>​Note:</​b>​ The instructions on this page are incomplete and need to be updated. For additional info and support, please visit the <​b><​a href="​http://​forum.piratebox.cc">​PirateBox Forum.</​a></​b></p>
  
 <img src="/​_media/​piratebox.head.jpg"​ class="​img-responsive img-rounded"​ alt="​PirateBox Laptop">  ​ <img src="/​_media/​piratebox.head.jpg"​ class="​img-responsive img-rounded"​ alt="​PirateBox Laptop">  ​
Line 25: Line 25:
    sudo apt-get -y install lighttpd    sudo apt-get -y install lighttpd
    sudo /​etc/​init.d/​lighttpd stop    sudo /​etc/​init.d/​lighttpd stop
-   sudo update-rc.d lighttpd ​remove+   sudo update-rc.d lighttpd ​disable
    sudo apt-get -y install dnsmasq ​    sudo apt-get -y install dnsmasq ​
    sudo /​etc/​init.d/​dnsmasq ​ stop    sudo /​etc/​init.d/​dnsmasq ​ stop
-   sudo update-rc.d dnsmasq ​remove ​+   sudo update-rc.d dnsmasq ​disable ​
    sudo apt-get -y  install hostapd    sudo apt-get -y  install hostapd
    sudo /​etc/​init.d/​hostapd ​ stop    sudo /​etc/​init.d/​hostapd ​ stop
-   sudo update-rc.d hostapd ​remove ​+   sudo update-rc.d hostapd ​disable ​
    sudo apt-get -y install iw    sudo apt-get -y install iw