After installing DAQmx on a Linux Desktop, you could use
nidaqmxconfig to rename the alias of a DAQ device.
- Use nidaqmxconfig --export <file name> to export the settings.
- Edit the exported file and change the alias of the device.
- Use nidaqmxconfig --import <file name> --replace to replace the settings.