Skip to content

RASC-AL/ServerCommunication

Repository files navigation

ServerCommunication

Booting Ubuntu in cmdline mode:
- Open /etc/default/grub
- Set GRUB_CMDLINE_LINUX_DEFAULT="text"
- In the command line type "grub-update"

Booting Ubuntu in GUI mode(X server):
- Open /etc/default/grub
- Set GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" - In the command line type "grub-update"

Booting Ububtu in GUI mode only once: - Run "sudo service lightdm start"

Obtaining temperature information
- sudo apt-get install lm-sensors
- sensors

Rover