-
Notifications
You must be signed in to change notification settings - Fork 0
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, ...)
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)
Software
ZAutomate
Files
/hompe/compe/
└── zautomate
/hompe/dj/Desktop/
└── (shortcut to start ZAutomate)
Software
darkice
Files
/home/compe/
├── darkice.cfg
└── README.txt
/usr/local/bin/
└── darkice_start_on_boot.sh
Software
samba
streamripper
Files
/etc/samba/
└── smb.conf
/usr/local/bin/
└── streamripper_start_on_boot.sh
Software
automysqlbackup
mysql
Files
/etc/defaults
└── automysqlbackup
Software
dbPoweramp Batch Ripper (License info obtained from computer@wsbf.net)