How to connect to device via SSH over direct ethernet connection

I have a device that I need to connect to over SSH. The device is connected to my workstation via a direct ethernet connection. I’m attempting to assign the connected device an IP address somehow that I can SSH to, however all of the guides I’m finding have the user configure the IP from whatever device they’re working with (namely Raspberry Pi’s and so on). This is not something I can do with this device as I’ve no physical interface to work with.

Stop systemd service before suspend, start again after resume

What I want I have a systemd service that I would like to have stopped before suspend/shutdown, and start up again after resume. System details System details below. $ lsb_release -dc Description: Ubuntu 20.04.1 LTS Codename: focal $ systemd –version systemd 245 (245.4-4ubuntu3.3) +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL … Read more