running from microSD.
remove "pro"
https://askubuntu.com/questions/1434512/how-to-get-rid-of-ubuntu-pro-advertisement-when-updating-apt
apt-get --assume-yes --purge remove ubuntu-advantage-tools
apt-get install rsnapshot
apt-get install samba
(I used apt-get install samba* and i think it installed a lot more than necessary)
apt-get install unison
secret privilege
GRANT PROXY ON ``@`` TO `matt`@`localhost` WITH GRANT OPTION
add motd file:
98-custommotd
#!/bin/bash
echo
cat /proc/mdstat
dmesg |grep Gb
echo
No comments:
Post a Comment