Category: Articles

Computer (3)
Open Source (310)
Security (29)
Server (5)

How to Install Memcache Extension for PHP on Linux

Installation Environment: CentOS 6.4

The PHP memcache extension enables support for the memcached database caching server. Below is the installation method.

1. Download

Download URL: http://pecl.php.net/package/memcache

File Name: memcache-3.0.8.tgz

After the file is downloaded successfully, upload …

How to Reset Username and Password in TortoiseSVN Client

When you check out from the server using TortoiseSVN for the first time, you are prompted to enter your username and password. Below the input fields, there is an option to save the authentication information. If you select this option, you won’t need to enter your username and password each time afterward. However, if you later modify …

Jenkins Forgot Username and Password Fix

Open the user folder for the forgotten password: # find /root/.jenkins -name config.xml

The relevant user has only one file, config.xml. Replace the node content with the following, save, and restart:

#jbcrypt:$2a$10$DdaWzN64JgUtLdvxWIflcuQu2fgrrMSAMabF5TS …

A Case of CC Attack on Tomcat Backend Server

While following up on a project recently, I noticed a large number of abnormal requests appearing in the backend Tomcat server logs. These showed up as requests from many suspicious domains and IPs, quickly flooding the website logs, as shown below: Since the frontend uses Nginx and its logs were normal, the above information basically confirms that the backend server was under a CC attack …

Latest Google Proxy Addresses for August 2016

Google Proxy Addresses Collected for Searching Technical Issues

Google Proxy Addresses:

http://www.sov5.com (Recommended, provided by the admin of the Django Chinese Community)

http://www.jiuminghu.com/

http://www.gfsousou.cn

http://gfss.cc.wallpai.com …

AliSQL to Be Open-Sourced

AliSQL is a fork based on the official MySQL version, maintained by the Alibaba Cloud database team. It is currently used in Alibaba Group’s business operations and Alibaba Cloud database services. Recently, it was announced for public testing and will soon be open-sourced. It is reported that Alibaba previously open-sourced Tengine, which is based on Nginx, and it is currently in use by Tmall, Taobao…