Unable to connect to SQL Server instance remotely

To enable mixed authentication you can change the following registry key: HKLM\Software\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer\LoginMode Update the value to 2 and restart the Sql Server service to allow mixed authentication. Note that MSSQL.1 might need to be updated to reflect the number of the SQL Server Instance you are attempting to change. A reason for connection … Read more

Using Emacs server and emacsclient on other machines as other users

This should provide a starting point for what you want. From the info node (emacs) emacsclient Options `–server-file=SERVER-FILE’ Specify a “server file” for connecting to an Emacs server via TCP. An Emacs server usually uses an operating system feature called a “local socket” to listen for connections. Some operating systems, such as Microsoft Windows, do … Read more

Using a remote host’s USB port as local USB (Linux and Windows) [closed]

There is an open source project called usbip that provides functionality to share and/or mount a remote USB device over an IP network (LAN/Internet). There are also at least three commercial products that provide this functionality with better documentation and UI. I’ve included links to the commercial products at the end of this reply. From … Read more

Can’t connect to Postgresql on port 5432

You have to edit postgresql.conf file and change line with ‘listen_addresses’. This file you can find in the /etc/postgresql/9.3/main directory. Default Ubuntu config have allowed only localhost (or 127.0.0.1) interface, which is sufficient for using, when every PostgreSQL client work on the same computer, as PostgreSQL server. If you want connect PostgreSQL server from other … Read more

How can I flush GPU memory using CUDA (physical reset is unavailable)

check what is using your GPU memory with sudo fuser -v /dev/nvidia* Your output will look something like this: USER PID ACCESS COMMAND /dev/nvidia0: root 1256 F…m Xorg username 2057 F…m compiz username 2759 F…m chrome username 2777 F…m chrome username 20450 F…m python username 20699 F…m python Then kill the PID that you no … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)