User Tools

Site Tools


technodogs:student:notebooks:worthing:watchdog:start

This is an old revision of the document!


Table of Contents

WatchDog

ChromeBook

  • Step 1 - Remove right protect on the chromebook by removing screw in back
  • Step 2 - Over right the BIOS by the following
    • Need to look that up again
  • Step 3 - Install Linux Mate
    • Username: technodogs
    • Password: 3707
    • Set root password the same: sudo su -

Installations

Update the system with the gui

bluetooth

Was successfully able to tranfer files from chromebook to laptop via bluetooth
However - the process was cumbersome require a specific send and approval and therefore we cannot automate it. So skipping the bluetooth tool installations

Free Space - Install Chrome - Ruby - Ruby Gui Dev

sudo apt update
sudo apt remove libreoffice-core
sudo apt remove thunderbird
sudo apt remove libreoffice-core-nogui
sudo apt remove firefox
sudo apt clean
sudo apt autoremove
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list
sudo apt update
sudo apt install -y google-chrome-stable

sudo apt install ruby-dev
sudo apt install build-essential
sudo apt install ruby
sudo apt install ruby-dev
sudo apt install mint-dev-tools
sudo apt install libfox-1.6-dev
sudo apt install libxrandr-dev
sudo apt install libx11-dev
sudo apt install subversion
sudo apt install sqlite3
sudo apt install libsqlite3-dev
sudo apt install ruby-bundler

sudo gem install fxruby
sudo gem install gtk3

electron

sudo apt install npm
technodogs/student/notebooks/worthing/watchdog/start.1644769179.txt.gz · Last modified: 2022/10/01 17:00 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki