Categories
Linux Technology

Use V2Ray Reverse Proxy to Access Your Home Computer

In the last post, we set up the x11vnc server on our home computer. We managed to access the desktop remotely, but the connection is still limited in local LAN. In order to access my home computer from the Internet outside, I need a public IP for my PC which is not feasible for me. […]

Categories
Linux Technology

Setup X11VNC on Ubuntu 19.10

One of my needs is to access my desktop remotely from my office. There are many existing solutions (Screen Connect, RealVNC)that provide remote controlling property and their setups are as simple as installing apps. However, you usually need to pay for the services to use them. I would like to set up a remote desktop […]

Categories
Linux Technology

Installing GoldenDict on Ubuntu 19.10

Sometimes we need to look up the definitions of words when unfamiliar words appear. GoldenDict is a free and ad-free dictionary software that supports multiple platforms including Windows, MacOS, and Linux. Moreover, it has other advantages listed below: supports multiple dictionary formats supports searching in Wikipedia and Online translation supports words lookup with text selection […]

Categories
Linux Technology

Installing OpenCV 4.2.0 With CUDA on Ubuntu 19.10

In this post, we’ll go through the process of installing OpenCV library 4.2.0 with the contrib package and the CUDA enabled on the latest Ubuntu desktop 19.10. The desktop setup is i9 9900KS and Nvidia 1080 Ti. OpenCV (Open source computer vision) is a famous and useful library in computer vision programming tasks. It provides […]