老子曰:上德不德,是以有德;下德不失德,是以无德。
老子两千年前就阐明的东西到现在还是多数人不懂,而被
小人反用。其实,历史上也一直是这样,这是凡人和圣人
的区别。可惜圣人永远是少数,凡人永远是大多数。
高举道德大旗可以制造出氛围让对手不能反驳,同时将自
己置于道德高地,这样就可以让自己所做的一切都自动正
确,以掩盖内心的龌蹉之事。
举些例子:
西方高举民主人权大旗,舆论和心理上所向披靡,你
还真不好直接反驳,但西方的内心和实际做过和要做的事
是任何明白人都知道的。但草民不知道。
米国民主党支持非法移民,直接给无家可归者住房都属这类。
欧洲接纳中东难民也是。
中国左派高举共产大旗,比如唱红歌,任何派系都不能直
接反驳,直到有一天上位,这才是真实目的。
中国的孝顺也是极其无德的。谁敢不孝,不被白眼和吐沫
星子骂死才怪。可为了尽孝,损害了多少人的正常生活,
是真心的吗?久病床前无孝子,老而不死视为贼,道出了
这其中的无奈。
其实这也是老子和孔子争论的地方。老子极其蔑视孔子的
仁义道德之说。
真正讲道德的人是根本不提道德,让人们以内心自然指导
去行事。人的内心都是平衡的,无好无坏。素有不要考验
人性就是这个道理。人性是逼急了都坏,屡顺了都好。
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 ...
Comments
Post a Comment
https://gengwg.blogspot.com/