Currently running into an issue when SSH’ing into a remotely deployed edge computer. When logging in via SSH after entering the password the connection is closed, output of the terminal below: Welcome to Ubuntu 18.04.5 LTS (GNU/Linux 5.4.0-77-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage 8 updates […]
Daily Archives: May 5, 2022
I have an Ubuntu machine with this configuration: I use Tailscale VPN to connect to this machine. the Ubuntu Tailscale ip is 100.98.89.67, and the Tailscale ip of my localhost is 100.84.15.59. The Ubuntu is connected to a switch, and a plc machine is also connected to this switch. In […]
I am trying to connect to a database with pyodbc. The script looks like this. import pyodbc conn = pyodbc.connect(f"DRIVER=NetezzaSQL;SERVER=xxxxx;PORT=xxxx;DATABASE=XXX;UID=XXX;PWD=XXXXX") This results in pyodbc.Error: (‘01000′, “[01000] [unixODBC][Driver Manager]Can’t open lib /usr/local/nz/lib/libnzsqlodbc3.so’ : file not found (0) (SQLDriverConnect)”) So I tried adding that to the $PATH variable. export PATH=$PATH:/usr/local/nz/lib I also […]
I have a Windows Server 2012 R2 freshly instaled. The intended use for is to have 2 users that logs in via RD and the only app they are allowed to use is Outlook 2016 For this program to run RD with full screen (no taskbar no desktop) i used […]