This script can be used to install any packages related to AUEB CS department university projects, and manage the wireless connection provided by the university.
Install the required software needed for our university projects to your Linux Distro.
# aueb packages install
> installing build-essentials ..
> installing java-jdk ..
[..]
==> software is ready to use
Easily connect to the wireless network, offered by the university.
$ sudo aueb wifi up
==> connected to aueb-wireless
$ sudo aueb wifi down
==> disconnected from aueb-wireless
- This script requires root priviledges. Run as root, or through
sudo
. - Currently supported distributions are "ArchLinux" and "Ubuntu".
- The installed software may not be free or open source, check the licenses.
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* <[email protected]> wrote this file. As long as you retain this notice you
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp
* ----------------------------------------------------------------------------
*/