Categories
Linux Technology

Run Python Script as System Service in Debian

Recently, I started a Python project that performs some web crawling stuff and presents information via Telegram bot. The project is partially working, hence, I want to make it run on my VPS as a background service. In this post, I will share my configuration to run the Python script using the Linux service manager. […]

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. […]