Queen's Mostly Autonomous Sailboat Team Wiki
Register
Advertisement

K-Ubuntu Linux[]

Yes, linux is installed on the MAST computer. We know, EEEK. But it works best for the Software stuff we do.

Present Distro: K-Ubuntu?


Useful linux command-line commands
change directory cd <directory name> use Tab to autocomplete a non-ambiguous name
delete rm <file name>
change priviledges chmod og+rwx <filename> used for permission denied errors
run a windows program cd <directory with windows program>

[CR] wine windowsprogram.exe

install package sudo apt-get install <package name> Some installed packages: minicom, cutecom, wine
Advertisement