Get busy todie or get busy living?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Get busy todie or get busy living?相关的知识,希望对你有一定的参考价值。

Get busy living,Or get busy dying.

翻译成中文,有以下几种译法:

1、忙着活,或者忙着死。(直译)

2、汲汲于生,或汲汲于死。(较文艺的说法)

汲的本义是从井里打水,取水。而“汲汲”则专门形容急切的样子,表示急于得到的意思。例如《汉书·扬雄传》中,就有“不汲汲于富贵,不戚戚于贫贱”的句子

所以,所谓的“汲汲于生,汲汲于死”顾名思义就是:人生在世,或忙于碌碌生存,或忙于走向死亡,如此而已。

3、如果不抓紧时间做有意义的事情,去努力生活、工作,你就在浪费生命走向死亡。(引申意)

词汇解释:

1、get busy

忙碌;开始工作;忙着

双语例句:

People often miss meals because they get busy or are trying to lose weight.

人们常常因为忙着工作或努力减肥而错过了吃饭。

2、living    

英[ˈlɪvɪŋ]    美[ˈlɪvɪŋ]    

adj. 活(着)的; 现存的; 在使用中的; 逼真的;    

n. 生计; 生活方式; 生存之道;    

v. 居住; 活( live的现在分词); 以…为生; (按照规矩) 管理生活;    

双语例句:

They were living rather well, in comparison with people elsewhere in the world.

和世界上其他地方的人相比,他们活得相当好。

[其他]    原型: live 复数:livings    

3、dying

英[ˈdaɪɪŋ]    美[ˈdaɪɪŋ]    

adj. 临终的,垂死的

n. 死,死亡

v. 死,死亡;枯萎;失去活力(die的ing形式)

双语例句:

Yet, too many mothers are suffering and dying each year. 

然而,每年有太多的母亲忍受痛苦和死亡。




参考技术A 我觉得这个话只有自己才可以理解,根据自己的生活经验 参考技术B 出自《肖申克的救赎》吧!!
很经典的电影!!
也很喜欢,看后经常会回味其中!!
参考技术C get busy living, or get busy dying.
《肖申克的救赎》经典台词
参考技术D 要么就为了活着而活着, 要么就为了活得有价值而死去.

Docker中启动mysql报错: Failed to get D-Bus connection

docker版本:

[[email protected] ~]# docker versionClient:

 Version:         1.10.3

 API version:     1.22

 Package version: docker-common-1.10.3-46.el7.centos.10.x86_64

 Go version:      go1.6.3

 Git commit:      d381c64-unsupported

 Built:           Thu Aug  4 13:21:17 2016

 OS/Arch:         linux/amd64


Server:

 Version:         1.10.3

 API version:     1.22

 Package version: docker-common-1.10.3-46.el7.centos.10.x86_64

 Go version:      go1.6.3

 Git commit:      d381c64-unsupported

 Built:           Thu Aug  4 13:21:17 2016

 OS/Arch:         linux/amd64123456789101112131415161718

镜像版本


[[email protected] /]# cat /etc/redhat-releaseCentOS Linux release 7.2.1511 (Core) 12

    在docker中通过systemctl 启动服务的时候总是报Failed to get D-Bus connection: Operation not permitted 这样的错误提示。


[[email protected] ~]# systemctl start sshd

Failed to get D-Bus connection: Operation not permitted

    解决办法就是在docker run 的时候运行/usr/sbin/init 。比如:


[[email protected] /]# docker run -tid --name hadoopbase centos/hadoopbase:v001 /usr/sbin/init

    这样运行起来的container就可以使用systemctl来启动服务了,有的人说在CentOS7.2中解决了通过systemctl运行报错的问题,但是我在实际操作中还是遇到这样的问题。

    还有一种解决办法,就是在通过Dockerfile生成镜像文件的时候,通过CMD来执行/usr/sbin/init这条命令,即:CMD [ "/usr/sbin/init"];


以上是关于Get busy todie or get busy living?的主要内容,如果未能解决你的问题,请参考以下文章

Docker 报错 Failed to get D-Bus connection

你能在不调用 org.freedesktop.DBus.Properties.Get 的情况下检索 D-Bus 属性吗?

docker Failed to get D-Bus connection 报错

Failed to get D-Bus connection: Operation not permitted

在 fedora 容器中 systemctl 给出 Failed to get D-Bus connection

Failed to get D-Bus connection: Operation not permitted