Skip to content

Files and Software Infrastructure

WSBF Computer Engineer edited this page May 7, 2024 · 10 revisions

Within each computer there is a set of critical files and software that must be maintained. In general, these computers should be able to run the following software as long as they are using a modern version of Ubuntu.

If changes need to be made to one of the linux computers, this can be done remotely via SSH as long as the computer attempting this connection is on Clemson's campus or attempting to access through the VPN.

Alternatively, Tailscale is being tested to make off campus connection easier without using the Clemson VPN.

  • Install Tailscale onto your computer (Windows, Linux, Mac).
  • The Computer Engineer must add your account to the Tailnet
  • Easily SSH into machines using DNS names (George, John, ...)

130.127.17.4 (George)

Software

apache2
icecast2
letsencrypt
mysql
php5
phpmyadmin
samba

Files

/etc/
├── apache2/
│   ├── sites-available/
│   │   ├── 000-default
│   │   ├── dev.wsbf.net
│   │   └── wsbf.net
│   ├── sites-enabled/
│   │   └── ... (symlinks to files in sites-available/)
│   └── apache2.conf
├── php5/apache2/
│   └── php.ini
└── samba/
    └── smb.conf

/home/compe/
├── certbot-auto
└── RIPPED_MUSIC/
    ├── albums/
    └── carts/

/var/www/
├── blog/
├── camera/
├── wsbf/
│   └── client_build/dj/storage
│       │   (symlinks to appropriate drives)
│       ├── music -> Jemaine
│       └── shows -> Bret
├── Bret/     (mount)
└── Jemaine/  (mount)

130.127.17.5 (Automatrix)

Software

ZAutomate

Files

/hompe/compe/
└── zautomate

/hompe/dj/Desktop/
└── (shortcut to start ZAutomate)

130.127.17.6 (Transcode)

Software

darkice

Files

/home/compe/
├── darkice.cfg
└── README.txt

/usr/local/bin/
└── darkice_start_on_boot.sh

130.127.17.39 (John)

Software

samba
streamripper

Files

/etc/samba/
└── smb.conf

/usr/local/bin/
└── streamripper_start_on_boot.sh

130.127.17.42 (Ringo)

Software

automysqlbackup
mysql

Files

/etc/defaults
└── automysqlbackup

(Music Director)

Software

dbPoweramp Batch Ripper (License info obtained from computer@wsbf.net)

Clone this wiki locally