
Compiling the Commento from source
In the last post, I wrote the way to set up the commento on Ubuntu 20.04 with the binary file. It did works on my VPS. But the problem is very big, it is not updated. The latest binary release...
Tech geek. Life geek.
In the last post, I wrote the way to set up the commento on Ubuntu 20.04 with the binary file. It did works on my VPS. But the problem is very big, it is not updated. The latest binary release...
Commento is an open-source platform. It is a comment system for blogs. I like its slogan.: Embed comments without giving up your privacy. You can use the commento service at https://commento.io by paying $10 a month. Or you can set...
Yes. I just upgrade my Composer installation on my Windows 10 desktop PC. Not too hard. But also good to keep it updated. My PC is Windows 10 Pro, version 20H2, OS build 19042.746. I use git for windows as...
The default installation of php 8.0 I mentioned in the previous post has JIT built-it. But, here is a big BUT, JIT is not enabled. I used the testing script which is found in this post. The source code can...
PHP 8.0 has been released officially to the General Availability on November 26, 2020. I got no chance to install it and test it. Yesterday I did the test run on my Vultr VPS. Firstly, I prepare the VPS. I...
I have a NAS running 24X7. The transmission software is also running 24×7. Basically I use the Transmission WEB control web interface to add torrent seed and download the files. Here is how it looks. There is no active download...
My Gitlab CE instance is running on a VM at the Dell R710 server. I have not to look at it and upgrade it for a long time. Yesterday I SSH to this VM and run the apt update and...
There are a lot of guidelines online to show you how to configure the Network Interface. Here is my own records for Ubuntu 20.04. The configuration file of Network interface is /etc/network/interfaces The sample of Static IP config on eth0...
It is a bug of Webmin 1.941 on Ubuntu 20.04 LTS. There is no Running Processes information on the home page or System Information page. Then, I google it and find the solution on the Webmin/Bugs page.
The problem is I can not sign in the Webmin panel. I did a lot of searches and finally got the solution. Here is the situation: Oracle VM Free Tier. I selected the Image: CentOS-7-2020.04.21-0. For CentOS, SSH public key connection. ...
It is a performance test for PHP Benchmark on a VPS at a DigitalOcean droplet. The server is located at San Francisco Datacenter 2. Here is the system information: Operating system Ubuntu Linux 20.04 Webmin version 1.941 Time on system...
The very first step is to prepare the Ubuntu server. I installed the Ubuntu 18.04 on a VM with 1CPU, 1024MB memory and 16GB storage room. After the installation. Start the Ubuntu server and ssh to it.
Because my old Gitlab is running on a Ubuntu 16.04 server. The latest LTS version of Ubuntu is already 18.04 for more than one year. I was thinking about to directly upgrade the server from 16.04 to 18.04. There are...
Here is the background. It is a php script that is accessed through a browser. Server: Ubuntu 18.04 Web server: Nginx 1.14 php: php7.2-fpm The script always stoped on 60 seconds. The Nginx error log is shown below: 2019/10/23...
Sometimes you may want to disable IPv6 when using apt update command or some other apt operation. If you want to use IPv4 in one command, just run following: If you want to force to use IPv4 for all apt...