Personal blog: alvincr.com, if updated: https://alvincr.com/2021/01/git-and-github/ One: backgroundI wrote an article about building GitHub_Pages two days ago, and I used Git. I can’t help but wonder what the relationship between GitHub and Git is, and why is Github named after it? Two: Git1 Basic knowledgeFirst, let’s first understand what Git is. Git is a version control tool for Linux ke...
view my personal blog original article for more:https://alvincr.com/2021/01/clear-thumbnail/ 0 ready0 reasonAs I tested and used Smush, a super large number of thumbnails were generated in the directory of the alvincr.com website, which caused the size of the picture to change from 160M to 600M. However, after using it for a few days, I found that Smush saved a total of 15M bandwidth (14%) , Al...
view my personal blog original article for more:https://alvincr.com/2021/01/github-pages/ 1 background knowledgeIf there is something unclear about the steps in my article, you can refer to the official website below. All content has detailed answers to the norms. Official website address : https://github.com/ Tutorial address : https://docs.github.com/en/ free-pro-team@latest /github/working-w...
view my personal blog original article for more:https://alvincr.com/2021/01/%e6%96%87%e4%bb%b6%e4%b8%8a%e4%bc%a0%e6%98%af%e5%87%ba%e7%8e%b0%e6%97%b6%e5%87%ba%e7%8e%b0%e7%94%b1%e4%ba%8e%e5%ae%89%e5%85%a8%e5%8e%9f%e5%9b%a0%ef%bc%8c%e8%bf%99%e4%b8%aa%e6%96%87%e4%bb%b6/ 0 backgroundWhen I was analyzing and sorting out the code, I uploaded a file but the phenomenon of “Sorry, this file type is not s...
view my personal blog original article for more:https://alvincr.com/2021/01/cc%e6%94%bb%e5%87%bb%e5%8f%8a%e9%81%ad%e9%81%87%e6%94%bb%e5%87%bb%e7%9a%84%e5%af%b9%e7%ad%96/ 1 Basic knowledge1 What is cc attackCC attack (Challenge Collapsar Attack, CC) is an attack against web servers or applications, using standard GET/POST requests to obtain information, such as requesting URI (Universal Resource...
view my personal blog original article for more:https://alvincr.com/2021/01/sitemap/ 0 Basic knowledge1 The difference between different formats of sitemaps The xml format and txt format are for search engines , while the html format is for users . Site schema format Difference description html format 1. The html format is convenient for users to quickly find the pages inside the website....
view my personal blog original article for more:https://alvincr.com/2021/01/hexo-with-github_pages/
view my personal blog original article for more: https://alvincr.com/2021/01/%e4%bd%95%e4%b8%bacookie%e5%8f%8a%e5%a6%82%e4%bd%95%e5%88%a9%e7%94%a8%e7%9a%84%e7%9b%b8%e5%85%b3%e7%9f%a5%e8%af%86/ 1 Basic knowledgeI am not very interested in the history of cookie development, so I have taken a sentence: In June 1994, programmer Lou Montulli proposed to use cookies for calculations in network comm...
1. General search technologyDefault fuzzy search, automatic phrase splitWhen you directly enter a search term in the search box, Google will perform fuzzy search by default, and can automatically split long phrases or sentences into small words for search; Exact phrase searchAdd half-width quotation marks ([“”]) to keywords to achieve precise search; WildcardGoogle’s wildcard is the asterisk “...
The update will be included in the original text: http://alvincr.com/2020/06/linux%e9%98%b2%e8%af%af%e5%88%a0%e6%93%8d%e4%bd%9c %ef%bc%88%e4%bd%bf%e7%94%a8safe-rm%ef%bc%9b%e4%bd%bf%e7%94%a8mv%e5%91%bd%e4%bb%a4 %e5%88%a0%e9%99%a4%e6%96%87%e4%bb%b6%ef%bc%89%ef%bc%88%e6%9b%b4/ 1. Why does text-based Linux have no recycle bin?In my opinion: 1.Linux is a command line operating system. Unlike th...