easiest way to install two graphic cards on Ubuntu
VNC to Ubuntu server
I wrote a post on using Google Remote Desktop to remotely connect to my Ubuntu 20.04 server, it works however Google keeps updating its browser (and probably the remote desktop component too) and whenever this happens, in most cases after
Remote desktop to Ubuntu from Windows
I configured a new Ubuntu(20.04) desktop and wanted to be able to log into it remotely. Tried many times with xrdp but kept on getting “authentication is required to create a color profile“, “authentication is required to refresh the system
Deploy pgAdmin as a web service under venv environment
pgAdmin can be deployed as a web server therefore user doesn’t need to install any client to access DB. This also provides a securer way of accessing your database: suppose your web server is on the same network as your
Enable debug in PostgreSQL
PgAdmin comes with built-in support for debugging your Pl/PgSQL programs. However in order to enable this, you’ll have to compile and install extra plug-in to PostgreSQL. I Googled a lot but didn’t find one single post with all steps so