Tag:website
-
Time:2021-3-4
Write first Now, Baidu, Google, GitHub and other websites have all enabled HTTPS, which is like a “lock” to the website. What HTTPS does is encrypt the request, making it more secure for users. For itself, in addition to protecting the interests of users, it can also avoid its own traffic being hijacked. Google has […]
-
Time:2021-3-3
I’d like to recommend a god level download tool “VDL”, which is made by the big guys of forum 52. It’s a graphical interface version based on “you get”. It’s very easy to use, as long as you have hands. VDL usage Using “VDL” computer must install. Net 4.6, so it does not support Windows […]
-
Time:2021-3-3
Http2 has been released for a long time. Compared with 1.0, http2 has been greatly improved. On the premise of semantic compatibility with 1.0, it greatly improves web performance and further reduces network latency.Check whether your browser supports http2, and compare the performance gap between 1.0 and 2.0http2.0 Just recently, when we were testing the […]
-
Time:2021-3-2
Original text:How to Build a Cybersecurity Career How to build the cause of network security Normative guidelines for building a successful career in the field of information security fromDaniel miesslerstayinformation safetyCreated / updated: December 17, 2019 I’ve been doing itinformation safety(now many people call it network security) it’s been about 20 years, and I’ve spent […]
-
Time:2021-3-1
preface Elasticsearch + logstash + kibana (elk) is a set of open source log management scheme. When analyzing website access, we usually use Google / Baidu / cnzz and other methods to embed JS for data statistics. However, when the website access is abnormal or attacked, we need to analyze the specific log of nginx […]
-
Time:2021-3-1
Many friends don’t understand the verification code that must be encountered when logging in. It’s very convenient to increase the redundancy of user operation and log in directly. Why add a verification code when logging in on the web? It was not until last week that a company doing business security gave us the security […]
-
Time:2021-2-27
National day these days, I collected a large number of front-end navigation links that can significantly improve the development efficiency. These navigation links are very helpful to me, and I hope they are also helpful to you. These easy-to-use navigation links have been deployed to the following website, where eating is more delicious. The latest […]
-
Time:2021-2-27
Original text: itsfoss.com/beautiful -linux-distributions/ We must all know three common operating systems: Linux, windows and Mac OS. The most popular system for embedded software engineers is Linux. There are many Linux distributions. Here are seven beautiful Linux distributions. 1、 Elementary OS Website: https://elementaryos.cn/ The elementary OS operating system is one of the most beautiful Linux […]
-
Time:2021-2-26
1 What is a web crawler A simple definition of reptile Web crawler (also known as web spider, web robot, in FOAF community, more often known as web chaser) is a program or script that automatically grabs World Wide Web information according to certain rules. Other less commonly used names are ants, automatic indexing, emulators, […]
-
Time:2021-2-25
Establishment and maintenance of raspberry pie intranet penetration pi Overview [](http://neiwangchuantou.cn/arc…Chapter link) Today, we are going to talk about the use of resourcesThe official websiteThe intranet penetration function is provided to access the website of raspberry pie, and remote management through SSH. Raspberry pie(http://neiwangchuantou.cn/arc…Chapter link) Raspberry pie is a micro-computer based on ARM architecture processor […]
-
Time:2021-2-24
Usually I like to collect some practical and interesting websites. The following are websites that I have kept for a long time. Once I know, I can’t do without them~ 1. Free mind mapping software: gitmind Portal:https://gitmind.cn/ It’s necessary to do brain mapping at work. This website is a completely free brain mapping website. It’s […]
-
Time:2021-2-21
preface In use beforewiresharkWhen we do protocol analysis, we always think that it can only grasp HTTP packets, so we always use it when we grasp HTTPS packetsFiddlerOne day, however, I suddenly wanted to grab itHTTP2Take a look at your message,FiddlerI couldn’t, so I found out after GooglewiresharkIt can be supported, only under specific conditions. […]