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

Categories
Linux Technology

Add SSL Certificate to Your Website

After setting up my first WordPress site, I’m able to post updates and decorate the themes. However, every time when someone visits my site, there will be a sign beside our domain indicating that the connection isn’t encrypted and it’s not safe. To address that issue, we have to enable the https connection and apply […]

Categories
Linux Technology

WordPress Setup on Debian 8 with Apache 2 and MySQL

I have this idea to create my own website since a long time ago, but it seems too complicated to do all these steps manually and I’m too lazy to start from the beginning. There are existing solutions for hosting a site, but that’s not my style. I won’t opt for a one-click interface to […]