Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.38 KB

README.mkdn

File metadata and controls

47 lines (38 loc) · 1.38 KB

aueb-utils

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.

Software

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

Networking

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

Notice

  • 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.

License

The beer-ware license

/*
 * ----------------------------------------------------------------------------
 * "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
 * ----------------------------------------------------------------------------
 */