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/06 18:17]
darts
laptop [2016/11/22 19:13] (current)
matthias [Installation of required packages]
Line 1: Line 1:
-====== PirateBox Laptop ​====== +<​html>​ 
-{{::​piratebox.head.jpg?600|}}+<div class="​jumbotron">​ 
 +<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. **Note:** The instructions on this page are incomplete and need to be updated. For additional info and support, please visit the **[[http://forum.piratebox.cc|PirateBox ​Forum]]**.+<img src="/_media/piratebox.head.jpg"​ class="​img-responsive img-rounded"​ alt="PirateBox ​Laptop"> ​  
 +  
 +</​div>​ 
 +</​html>​
  
 ---- ----
- + 
 +==== Required Packages ====
 The following software is required to run PirateBox locally serving files only: The following software is required to run PirateBox locally serving files only:
  
Line 19: 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