Network Tools
Technical Article
SSH Passwordless Login: Just Two Simple Steps (Linux)
If you manage a Linux server, then you know how tedious it can be to enter your password every time you log in via SSH or copy files using scp.
(CVE-2024-6387)SSH has a vulnerability, manual update OpenSSH tutorial
OpenSSH Remote Code Execution Vulnerability (CVE-2024-6387) Security Risk
After xshell5 is installed, it prompts that msvcp110.dll cannot be found when opening. Error solution
Download visual c++ 2012 from Microsoft official website
HTTPS://wuwuwu.Microsoft.com/this-cn/download/details.aspx?ID=30679
Note: The software is 32-bit, so download the 32-bit components, not the 64-bit ones under the computer operating system.
Bing daily picture api official interface
Bing daily picture official interface:
https://www.bing.com/HPImageArchive.aspx?format=js&idx=0&n=8
Among them, format can choose xml and js (json)
idx represents the data of several days forward, 0 is the current day, 1 is the previous day
n represents the number of pictures returned each time, the maximum is 8
Using idx and n in combination, the test returns data 15 days before the current date at the earliest.
Return results:
Problems with relative paths referencing other files in javascript and css files
When the url:url format in a css file refers to other images or font files, the url uses a relative path, and its path is relative to the css file;
The path of other files referenced in the JavaScript file is relative to the path of the html file that loads the JavaScript file.
Graph database Neo4j installation process record
Neo4j is a high-performance NOSQL graph database that stores structured data on the network instead of in tables.
This installation is performed on Alibaba Cloud centos7. The general process is as follows, and I would like to record it here:
Installation package download address https://neo4j.com/download-center/#community Community version
The download server is abroad, and the download speed using domestic machines is extremely slow, about 20KB/s, and the installation package is 100M+. You can find a foreign vps to transfer it;