User Tools

Site Tools


computing:beaglebone

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
computing:beaglebone [2019/04/19 19:02] oemb1905computing:beaglebone [2020/02/03 03:55] oemb1905
Line 98: Line 98:
   /sdcard/var/lib/cacti/ /var/lib/cacti none bind,nofail 0 0    /sdcard/var/lib/cacti/ /var/lib/cacti none bind,nofail 0 0 
   /sdcard/var/lib/ntp    /var/lib/ntp   none bind,nofail 0 0   /sdcard/var/lib/ntp    /var/lib/ntp   none bind,nofail 0 0
 +
 +Removing bloat update
 +  
 +  sudo systemctl stop cloud9.service cloud9.socket
 +  sudo systemctl disable cloud9.service cloud9.socket
 +  sudo rm -rf /var/lib/cloud9 /opt/cloud9 /etc/default/cloud9 /lib/systemd/system/cloud9.*
 +  sudo systemctl daemon-reload                  
 +  sudo systemctl stop bonescript-autorun.service bonescript.service bonescript.socket
 +  sudo systemctl disable bonescript-autorun.service bonescript.service bonescript.socket
 +  sudo rm -rf /lib/systemd/system/bonescript* /usr/local/lib/node_modules/bonescript
 +  sudo systemctl daemon-reload
 +  sudo apt remove -purge apache2* nginx*
 +  cd /opt/
 +  rm -rf *
 +  sudo apt autoremove
  
 This tutorial is a designated "Invariant Section" of the "Technotronic" section of Haack's Wiki as described on the [[https://jonathanhaack.com/dokuwiki/doku.php?id=start|Start Page]].  This does not include the sections quoted from Jason's tutorial. This tutorial is a designated "Invariant Section" of the "Technotronic" section of Haack's Wiki as described on the [[https://jonathanhaack.com/dokuwiki/doku.php?id=start|Start Page]].  This does not include the sections quoted from Jason's tutorial.
computing/beaglebone.txt · Last modified: 2023/02/27 00:54 by oemb1905