Skip to content

hacker-len/hacker-len.github.io

 
 

Repository files navigation

黑客英语词汇宝典

本列表中的单词是网络安全从业者在阅读writeup、安全会议PPT、论文时常见的英语词汇。

官网:https://hacker-len.github.io

贡献

  • 如发现有错误翻译,或者更合适的翻译,也可以通过 Pull Request 来更新列表(单词列表在 _posts 文件夹里)或 通过 issue 提议
  • 单词首字母请小写,翻译请使用中文标点符号,音标使用美式音标
  • 简单的单词一般不会被添加,如:blacklist,crash,bypass,firewall

Get Started

  1. Install Ruby and dep: sudo apt install ruby ruby-dev build-essential
  2. Install Bundler globally: sudo gem install bundler --no-user-install -v 2.1.4
  3. Clone the repo: git clone https://github.com/hacker-len/hacker-len.github.io.git, and cd repo code: cd hacker-len.github.io/
  4. Install dependencies: sudo bundle install. (You may want to change the gem source first: sudo gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/)
  5. Launch the project from local server: sudo bundle exec jekyll serve -H 0.0.0.0
  6. Visit http://127.0.0.1:4000

感谢

本项目基于:Wei-Xia/most-frequent-technology-english-words

About

网络安全从业者工作中常见的英文术语

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.2%
  • HTML 33.9%
  • Python 8.8%
  • JavaScript 5.7%
  • Ruby 0.4%