Skip to main content

标 题: 陈刚事件,我能说说我的简单看法吧

 发信人: NCer1 (Diandian), 信区: Faculty
标  题: 陈刚事件,我能说说我的简单看法吧
发信站: BBS 未名空间站 (Wed Jan 20 10:56:59 2021, 美东)

这个版上都是高人,下面只是我的想法

1.说税的问题,只是手段,不是目的。税的问题,在“额富比埃”看来是小问题,大问
题是 间谍。
不要纠缠税的问题了。税,肯定有那么一点问题。“弄倒他”是目的。

2.不要提起间谍,就想到电影那种跌宕起伏的情节。记住:凡是系统的收集,提供数据
,就是间谍。比如美国能源部,某个月买了一顿煤,就是数据。我不多说了,这里都是
明白人。

3.版上的人,我们回国挣点小钱,“额富比埃” 没有心思管你的。记住,莫要当tg的
间谍。

4.历史上,吃两头的人,而且吃得大的,很少有善终的。害你的, 都是身边人。陈也一
样。有两种可能,陈,让身边人眼红,被告;陈,拿不出tg想要的东西,tg 弃之。 “
额富比埃” 不是傻子。我共也不是。我共撒了鹰,得见到兔子。你们手上有tg的兔子
吗?

5. 不要说美国迫害中国人,美国对中国人很宽容了。换位思考,清华的教授,招美国
学生,做中国能源相关的项目,然后天天往美国跑,拿美国机构的钱。你妈,我共让你
和你的家人生不如死。

6. 我能接触到敏感数据,我的微信都不敢用了。版上的同僚们,做敏感领域的东西,
的确不应该跟中国接触。

7. 哥, 佩服理想主义者。不要钱, 给tg 服务,为中华民族服务者, 哥真心佩服. 要收
就是比特币嘛:)

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...