Skip to content

Instantly share code, notes, and snippets.

@jk0
Last active July 18, 2023 15:09
Show Gist options
  • Select an option

  • Save jk0/127b5d503c67fbea7c33 to your computer and use it in GitHub Desktop.

Select an option

Save jk0/127b5d503c67fbea7c33 to your computer and use it in GitHub Desktop.
Synology DSM 5.1 and Tripp Lite SMART500RT1U
Ubuntu 10.04 (32bit)
==========================
apt-get update
apt-get upgrade -y
apt-get install -y autoconf automake build-essential git-core libglib2.0-0 libglib2.0-dev libusb-dev libtool pkg-config vim
git clone [email protected]:networkupstools/nut.git
cd nut
./autogen.sh
./configure --with-user=root --with-group=root --with-drivers=tripplite_usb --prefix=/usr/syno --localstatedir=/var --sysconfdir=/usr/syno/etc/ups
make
exit
sftp <host>
get nut/drivers/tripplite_usb
exit
scp tripplite_usb root@<NAS>:/usr/syno/bin
ssh root@<NAS>
upsc ups@localhost
@jk0
Copy link
Author

jk0 commented Jun 26, 2023

@lookingcloudy this was built on a separate VM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment