在中国,做一个 Ruby 程序员是一种怎样的体验?

Python017

在中国,做一个 Ruby 程序员是一种怎样的体验?,第1张

作为一个妹子,同时还是程序员,对这个问题非常感兴趣,那么写Ruby是一种什么样的体验?简的CTO LarryZhao曾经总结了两个字,对我而言两个字——爽,快。

一些看法 Rubyist在中国的Ruby中国社区正在聚集。由于人数少,大家都很团结,很多人都有义务建立和维护BBS。Rubyis非常友好,即使你是新手,从来没有接触过编程,也开始学习Ruby或RoR(像我一样),RubyChina有一个非常热情的Rubyist来回答你的问题。在线下,人们会定期组织一些聚会,而Ruby周二在上海是一个很好的活动组织。 一些想法

中国有哪些好的创业公司使用Ruby ?流利的英语说,mint,Jane books,醒目的,奢华的圈子,燃烧KnewOne,cicada travel,love等公司架构:使用Ruby创业公司,技术团队一般不超过10人。在CTO的领导下,一般没有严格的等级制度(根据资历可以分为Ruby工程师和高级Ruby工程师),然后在各自的任务之后迅速开放。有能力且经验丰富的Ruby程序员往往是独立的。

关于薪资

当然,一些大公司,比如阿里和eBay,倾向于混合和匹配语言,因为它们必须是高效和稳定的。一些非核心功能或内容也可以用Ruby编写(前几天我看到阿里雇佣了一个Ruby工程师)。Ruby程序员能得到多少?有一次,我们会根据平台上的候选人做一份薪资报告,我们会横向比较。注意:1。Ruby程序员的工作寿命指的是Ruby的开发年限,这是Ruby开发3年多的时间,可能会跑到创业公司去做CTO2。Ruby程序员的平均年薪是14w,而互联网公司加奖金的平均工资至少是14w.

ubuntu16.4 gitlab从 12.10.0-ee 一步步升级到14.0.0后无法启动,报错如下

/opt/gitlab/embedded/bin/ruby: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /opt/gitlab/embedded/lib/libruby.so.2.1)

/opt/gitlab/embedded/bin/ruby: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by /opt/gitlab/embedded/lib/libruby.so.2.1)

降版本也无法降.

换成阿里镜像源更新成功ruby后,gitlab能正常启动.

sudo /etc/apt/sources.list

删除里面的内容,更换源

deb http://mirrors.aliyun.com/ubuntu/ xenial main

deb-src http://mirrors.aliyun.com/ubuntu/ xenial main

deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main

deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates main

deb http://mirrors.aliyun.com/ubuntu/ xenial universe

deb-src http://mirrors.aliyun.com/ubuntu/ xenial universe

deb http://mirrors.aliyun.com/ubuntu/ xenial-updates universe

deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates universe

deb http://mirrors.aliyun.com/ubuntu/ xenial-security main

deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security main

deb http://mirrors.aliyun.com/ubuntu/ xenial-security universe

deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security universe

更新缓存

apt-get clean all

apt-get update

但是gitlib过段时间就不能用,服务器也进不去,腾讯云也不能检测服务器信息

我把gitlab版本降到13.12.15-ee

然后我又把源换回腾讯的

sudo /etc/apt/sources.list

Ubuntu 14.04

deb http://mirrors.cloud.tencent.com/ubuntu trusty main restricted universe multiverse

deb http://mirrors.cloud.tencent.com/ubuntu trusty-updates main restricted universe multiverse

deb http://mirrors.cloud.tencent.com/ubuntu trusty-security main restricted universe multiverse

#deb http://mirrors.cloud.tencent.com/ubuntu trusty-backports main restricted universe multiverse

#deb http://mirrors.cloud.tencent.com/ubuntu trusty-proposed main restricted universe multiverse

deb-src http://mirrors.cloud.tencent.com/ubuntu trusty main restricted universe multiverse

deb-src http://mirrors.cloud.tencent.com/ubuntu trusty-updates main restricted universe multiverse

deb-src http://mirrors.cloud.tencent.com/ubuntu trusty-security main restricted universe multiverse

#deb-src http://mirrors.cloud.tencent.com/ubuntu trusty-backports main restricted universe multiverse

#deb-src http://mirrors.cloud.tencent.com/ubuntu trusty-proposed main restricted universe multiverse

Ubuntu 16.04

deb http://mirrors.cloud.tencent.com/ubuntu/ xenial main restricted universe multiverse

deb http://mirrors.cloud.tencent.com/ubuntu/ xenial-security main restricted universe multiverse

deb http://mirrors.cloud.tencent.com/ubuntu/ xenial-updates main restricted universe multiverse

#deb http://mirrors.cloud.tencent.com/ubuntu/ xenial-proposed main restricted universe multiverse

#deb http://mirrors.cloud.tencent.com/ubuntu/ xenial-backports main restricted universe multiverse

deb-src http://mirrors.cloud.tencent.com/ubuntu/ xenial main restricted universe multiverse

deb-src http://mirrors.cloud.tencent.com/ubuntu/ xenial-security main restricted universe multiverse

deb-src http://mirrors.cloud.tencent.com/ubuntu/ xenial-updates main restricted universe multiverse

#deb-src http://mirrors.cloud.tencent.com/ubuntu/ xenial-proposed main restricted universe multiverse

#deb-src http://mirrors.cloud.tencent.com/ubuntu/ xenial-backports main restricted universe multiverse

若您使用腾讯云服务器,请将源的域名从 mirrors.cloud.tencent.com 改为 mirrors.tencentyun.com,使用内网流量不占用公网流量。

更新缓存

apt-get clean all

apt-get update

后台监控正常,服务器稳定了.