郑州 [切换城市] 郑州招聘郑州互联网/电子商务/网游招聘郑州系统管理员/网络管理员招聘

强力linux运维主管

郑州珑凌科技有限公司

  • 公司规模:50-150人
  • 公司性质:民营公司
  • 公司行业:互联网/电子商务

职位信息

  • 发布日期:2013-06-16
  • 工作地点:郑州
  • 招聘人数:1
  • 职位月薪:6000-7999
  • 职位类别:系统管理员/网络管理员  首席技术执行官CTO/首席信息官CIO

职位描述

要求
2年以上纯Linux系统运维工作经验
懂思科交换机的配置 至少要会划分vlan
能写复杂的linux脚本
能看懂英文文档
非常高的悟性

工作内容
负责带团队运维 lonlife.net的加速器项目

待遇
单休+免费工作餐+5k底薪+1%加速器项目的营业额分成

试题 这是几年以前我发给一个老外请他写脚本程序的邮件原文 请按邮件内容将写好的脚本与简历发送至cup@lonlife.net 如果写的ok 我会联系你
I need a small program which can run in demon mode in linux just like ss5.it has only one feature: execute special commands when the ping delay changes or ping packets loss more than one special value.I want the program to change route when the delay is change or packets loss more than one special value.I can realize it via cacti and nagios,but cacti can only get the network data each 5 minutes,I need it to be real time, for example,we call this program lon01,and the config file is lon01.conf.then the config file is like this:

lon01.conf:
ip 203.78.180.88
delay 100 m CA
delay 80 b CB
loss 3 m CA
loss 20 b CB
CA ip ro re 203.66.0.0/16 via 1.21.18.1 dev sh01-tw02
CA iptables -t nat -I POSTROUTING -o eth0 -s 1.21.0.0/16 -j SNAT --to 61.160.250.42
CB ip ro re 203.66.0.0/16 via 1.20.18.1 dev sh01-tw03
CB iptables -t nat -I POSTROUTING -o eth0 -s 1.20.0.0/16 -j SNAT --to 61.160.250.42

the line 'ip 203.78.180.88' means the monitor ip,in this case,lon01 will ping 203.78.180.88 all the time.
the line 'delay 100 m CA' means when the ping delay is m(ore than) 100ms 3 continuous times,then execute CA(comandA) at the fourth seconds(fourth times of the ping) like this:

[root@sh01 ~]# ping us02.lonlife.net
PING us02.lonlife.net (66.152.183.130) 56(84) bytes of data.
64 bytes from 130-183-152-66-dedicated.multacom.com (66.152.183.130): icmp_seq=1 ttl=50 time=172 ms
64 bytes from 130-183-152-66-dedicated.multacom.com (66.152.183.130): icmp_seq=2 ttl=50 time=172 ms
64 bytes from 130-183-152-66-dedicated.multacom.com (66.152.183.130): icmp_seq=3 ttl=50 time=172 ms

"delay 80 b CB" means when the ping delay restore to normal,b(elow) 80ms 3 continuous times from changing to more than 100ms ,then execute CB(comandB)
"loss 3 m CA" means when the ping packets loss more than 3 packets,then execute CA(comandA) like this:

[root@fs04 ~]# p zz.lonlife.net
PING zz.lonlife.net (125.46.59.156) 56(84) bytes of data.
64 bytes from hn.kd.ny.adsl (125.46.59.156): icmp_seq=1 ttl=47 time=44.8 ms
64 bytes from hn.kd.ny.adsl (125.46.59.156): icmp_seq=6 ttl=47 time=45.0 ms

--- zz.lonlife.net ping statistics ---
6 packets transmitted, 2 received, 66% packet loss, time 4998ms
rtt min/avg/max/mdev = 44.843/44.922/45.001/0.079 ms

"loss 20 b CB" means ping packets restore to normal(ping 203.78.180.88 0 loss more than 20 continuous times),then execute CB(comandB)
like this:
[root@fs04 ~]# p zz.lonlife.net
PING zz.lonlife.net (125.46.59.156) 56(84) bytes of data.
64 bytes from hn.kd.ny.adsl (125.46.59.156): icmp_seq=1 ttl=47 time=44.7 ms
64 bytes from hn.kd.ny.adsl (125.46.59.156): icmp_seq=2 ttl=47 time=45.8 ms
64 bytes from hn.kd.ny.adsl (125.46.59.156): icmp_seq=3 ttl=47 time=44.6 ms
64 bytes from hn.kd.ny.adsl (125.46.59.156): icmp_seq=4 ttl=47 time=44.7 ms
64 bytes from hn.kd.ny.adsl (125.46.59.156): icmp_seq=5 ttl=47 time=44.9 ms
64 bytes from hn.kd.ny.adsl (125.46.59.156): icmp_seq=6 ttl=47 time=44.6 ms
64 bytes from hn.kd.ny.adsl (125.46.59.156): icmp_seq=7 ttl=47 time=44.8 ms
64 bytes from hn.kd.ny.adsl (125.46.59.156): icmp_seq=8 ttl=47 time=44.9 ms
64 bytes from hn.kd.ny.adsl (125.46.59.156): icmp_seq=9 ttl=47 time=44.7 ms
64 bytes from hn.kd.ny.adsl (125.46.59.156): icmp_seq=10 ttl=47 time=45.6 ms

"CA ip ro re 203.66.0.0/16 via 1.21.18.1 dev sh01-tw02" means command A,which will execute when delay is more than 100ms or loss more than 3 continuous times.
CB is like CA.

of course,when delay is more than 100ms,the order will execute for only one time.and when the delay is restore to normal(below 80ms),CB will been executed for only one time as well.flag loss is the same.delay and loss' relationship is "or" not "and".it means when delay is more than 100ms,execute CA,loss more than 3 continuous packets,run CA as well.it's fine when the same command run two times.when delay is restore to normal,below 80ms from delay is more than 100ms),execute CB,or loss restore to normal(0 packtes loss 20 continuous times from 3 ping packets loss),execute CB as well.

well,after executing m(ore than,'delay 100 m CA'just like when ping 203.78.180.88 's delay is more than 100ms,then executed CA),the b(elow,'delay 80 b CB',when ping 203.78.180.88 's delay restores to normal,below 80ms,execute CB') can be triggered.I mean if the delay is always below 80ms,CB won't execute.after delay changes to be more than 100ms and executed CA,when delay restore to normal,below 80ms,the CB can be executed for one time,if the delay is always below 80ms,CB won's execute.

lon01.log
each time lon01 execute CA or CB,the lon01 should save log like this:
2010-10-17 1:19 ping 203.78.180.88's delay is 170ms(more than 100ms),execute CA "ip ro re 203.66.0.0/16 via 1.21.18.1 dev sh01-tw02" and "iptables -t nat -I POSTROUTING -o eth0 -s 1.21.0.0/16 -j SNAT --to 61.160.250.42"
2010-10-17 1:25 ping 203.78.180.88's delay restore to 85ms(below 80ms).execute CB "ip ro re 203.66.0.0/16 via 1.20.18.1 dev sh01-tw03" and "iptables -t nat -I POSTROUTING -o eth0 -s 1.20.0.0/16 -j SNAT --to 61.160.250.42"

thanks.I really need this program,please take some time to do this.I think this is a piece of cake for you.

公司介绍

郑州珑凌科技成立于 2008 年,公司成立至今专注于针对个人的网络加速业务。历经成长阵痛,但始终坚持探索突围之道,十年专注,不忘初心,砥砺前行。公司致力于打造高效、精英化团队,人力资源体系参考华为,秉承工者有其股的思想,目前薪酬水平已达准一线互联网/科技公司标准。2019 年初,公司组织定位由互联网企业向科技企业转型。

2008年~2018年,珑凌科技顺应信息时代的东风,在未融资的情况下依靠自身造血能力持续投入研发,突破市场,在维持50%毛利润的情况下在过去几年实现了100%的复合增长率;2018年虽然业绩持平,却依然做到了44%的净利润。
2019年,我们在维持50%的净利润的情况下恢复了100%的年复合增长率。

目前珑凌旗下主要产品有:玲珑加速器、LinkCN 海外加速器等。

1.玲珑网游加速器    www.lonlife.pro

玲珑加速器是一款专门针对网络游戏加速的产品,Win/MacOS/iOS/Android 全平台支持。

历经十年积累,玲珑加速器的加速技术与使用效果均达到行业顶尖水平,拥有 1000 万+的注册用户。玲珑加速器支持加速千余款游戏,致力于为全球游戏玩家提供高品质的网游加速服务,彻底解决玩家游戏过程中延迟高、登录困难、频繁掉线、卡顿丢包等问题,保证畅快的游戏体验。

2.LinkCN 加速器 www.51linkcn.net

LinkCN 是专为海外华人高速访问国内网络而设计的加速器,Windows/iOS/MacOS/Android/TV 全平台支持。

LinkCN 加速器帮助海外华人高速无忧访问国内各大主流平台,加速海外用户看国内视频、玩国服游戏、听国内音乐,刷国内直播等场景:看海量视频,顺畅高清;听音乐自由穿梭,畅游乐海;玩游戏稳定极速,告别丢包;商务办公更便捷,游刃有余,可加速视频会议、文件传输加速、炒股……


展望未来,珑凌科技坚持“关注问题、关注创造价值”的核心理念,坚持以用户为中心,以奋斗者为本,期待在以下领域去取得突破:

1.环保: 目标为将中国的 pm2.5 控制在 30 以内,2025年前现实;
2.AI :具体落地方向为
广告投放(通过自动素材/文案制作 数据分析与调整 实现完全自动化的全平台广告投放)
城市治堵(无论早晚高峰 让堵车不复存在)
自动驾驶(类滴滴出行 为公众提供自助式出行服务);
3.养老 :随着全球(不仅仅是中国)老龄化的,通过工业化建筑快速交付绿色养老中心社区 在全球各地建立养老社区。

手稿参考:链接:https://pan.baidu.com/s/1pXkzZd1BGcyJjFggIR19XQ

联系方式

  • Email:job@lonlife-inc.com
  • 公司地址:地址:span科技园