Categories
Linux Technology

Deploying YOLOv3 on Ubuntu Linux

During this post, I will discuss the experience of deploying and testing the YOLOv3 object detection neural network. YOLO[1] (You Only Look Once) is a state-of-the-art, well-known object detection neural network in the field of computer vision. The project originated in 2016, and several changes have been made on the old one that leads to […]

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

Use BBR to Improve the Connection With VPS

BBR (Bottleneck Bandwidth and Round-trip propagation time) is a cutting-edge new congestion control algorithm, which is developed by Google. It helps your VPS to achieve higher bandwidths and lower latencies for internet traffic. BBR allows the 500,000 WordPress sites on our digital experience platform to load at lightning speed. According to Google’s tests, BBR’s throughput […]

Categories
Linux Technology

Snell — An Encrypted Proxy Service Program

If you have heard of Surge app, which is an ‘Advanced Network Toolbox for Mac & iOS’, you probably also know Snell protocol. It is a proxy service to encrypt your network transmission (Maybe some other usages too). You must have Surge iOS or Surge Mac and a VPS to use the Snell proxy service. […]