拓竹科技系统运维工程师(高效安全办公)
社招全职3年以上研发地点:深圳状态:招聘
工作描述
任职要求 1、本科及以上,计算机 / 软件 / 通信 / 信息安全相关专业优先;3 年以上后端 / 基础架构 / 运维 / SRE 相关经验; 2、操作系统:熟练 Linux(systemd、网络栈、进程管理、性能排查);了解 Windows Server 与客户端管理; 3、网络:掌握 TCP/IP、HTTP(S)、DNS、TLS 证书签发与续期;熟悉反向 / 正向代理;具备抓包排障能力(tcpdump / Wireshark); 4、反向代理与网关:熟练 Nginx / OpenResty / Kong / Traefik / Envoy 任一,理解负载均衡、限流、熔断、健康检查; 5、SSO 与身份认证:理解 SAML 2.0 / OIDC / OAuth2 / LDAP;有 SSO 集成实战经验(飞书 / Keycloak / Okta / Authing 任一为佳); 6、容器化:熟悉 Docker;了解 K8s 基本对象(Pod / Deployment / Service / Ingress / ConfigMap / Secret),能独立完成应用容器化与基础部署; 7、配置管理:熟练 Ansible / SaltStack / Puppet / Chef 任一; 8、编程:熟练 Python 与 Shell(Bash / PowerShell 任一),能独立写自动化脚本、小型 Web 服务与 CLI 工具;了解 Go 优先; 9、数据库:了解 MySQL / PostgreSQL / Redis 任一…
登录查看完整工作描述
微信扫码,1秒登录
包括英文材料
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
Windows+
[英文] Windows 10 Tutorial
https://www.tutorialspoint.com/windows10/index.htm
This tutorial gives you all the indepth information on this new operating system and its procedures.
TCP/IP+
[英文] What is TCP/IP?
https://www.techtarget.com/searchnetworking/definition/TCP-IP
TCP/IP stands for Transmission Control Protocol/Internet Protocol and is a suite of communication protocols used to interconnect network devices on the internet.
HTTP+
https://developer.mozilla.org/zh-CN/docs/Web/HTTP
超文本传输协议(HTTP)是一个用于传输超媒体文档(例如 HTML)的应用层协议。它是为 Web 浏览器与 Web 服务器之间的通信而设计的,但也可以用于其他目的。
Nginx+
[英文] Beginner’s Guide
https://nginx.org/en/docs/beginners_guide.html
This guide gives a basic introduction to nginx and describes some simple tasks that can be done with it.
https://www.youtube.com/watch?v=9t9Mp0BGnyI
NGINX is open-source web server software used for reverse proxy, load balancing, and caching. It's important to understand, especially if you are a backend developer.
OpenResty+
https://api7.ai/learning-center/openresty
OpenResty is a web platform for building web applications based on NGINX and Lua.
https://openresty.org/en/getting-started.html
First of all, you need to install OpenResty to your system.
https://www.youtube.com/watch?v=4VQP7eKq4oA&list=PLlR4WakbzQp0iUvHwJeBcG5MKWgGa_ahU
Step-by-step Tutorials on How to Use OpenResty
Envoy+
https://www.envoyproxy.io/docs/envoy/latest/start/start
This section gets you started with a very simple configuration and provides some example configurations.
https://www.youtube.com/watch?v=E-UpGmj6B9M
Envoy is a key part of a number of service meshes currently on the market, including Istio and the Kuma CNCF Sandbox project.
Okta
Docker+
https://www.youtube.com/watch?v=GFgJkfScVNU
Master Docker in one course; learn about images and containers on Docker Hub, running multiple containers with Docker Compose, automating workflows with Docker Compose Watch, and much more. 🐳
https://www.youtube.com/watch?v=kTp5xUtcalw
Learn how to use Docker and Kubernetes in this complete hand-on course for beginners.
Kubernetes+
https://kubernetes.io/docs/tutorials/kubernetes-basics/
This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system.
https://kubernetes.io/zh-cn/docs/tutorials/kubernetes-basics/
本教程介绍 Kubernetes 集群编排系统的基础知识。每个模块包含关于 Kubernetes 主要特性和概念的一些背景信息,还包括一个在线教程供你学习。
https://www.youtube.com/watch?v=s_o8dwzRlu4
Hands-On Kubernetes Tutorial | Learn Kubernetes in 1 Hour - Kubernetes Course for Beginners
https://www.youtube.com/watch?v=X48VuDVv0do
Full Kubernetes Tutorial | Kubernetes Course | Hands-on course with a lot of demos
Ansible+
https://docs.ansible.com/ansible/latest/getting_started/index.html
Ansible automates the management of remote systems and controls their desired state.
SaltStack+
https://www.digitalocean.com/community/tutorials/an-introduction-to-saltstack-terminology-and-concepts
Salt, or SaltStack, is a remote execution tool and configuration management system.
[英文] SaltStack Tutorial
https://www.tutorialspoint.com/saltstack/index.htm
SaltStack is an open-source configuration management and remote execution engine.
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
Bash+
[英文] The Bash Guide
https://guide.bash.academy/
A quality-driven guide through the shell's many features.
https://www.youtube.com/watch?v=tK9Oc6AEnR4
Understanding how to use bash scripting will enhance your productivity by automating tasks, streamlining processes, and making your workflow more efficient.
PowerShell+
https://learn.microsoft.com/en-us/powershell/
Official product documentation for PowerShell
https://www.youtube.com/watch?v=cDcS6iL1G4I
Learn PowerShell by leveraging three basic PowerShell commands.
脚本+
[英文] Scripting language
https://en.wikipedia.org/wiki/Scripting_language
https://zhuanlan.zhihu.com/p/571097954
一个脚本通常是解释执行而非编译。脚本语言通常都有简单、易学、易用的特性,目的就是希望能让程序员快速完成程序的编写工作。
Web+
https://web.dev/learn
Explore our growing collection of courses on key web design and development subjects.
CLI+
https://developer.mozilla.org/en-US/docs/Learn_web_development/Getting_started/Environment_setup/Command_line
In your development process, you'll undoubtedly be required to run some commands in the terminal (or on the "command line" — these are effectively the same thing).
https://www.youtube.com/watch?v=dfTpFFZwazI
In this video, let's look at how to create CLI scripts with JavaScript and Node.js.
https://www.youtube.com/watch?v=zPYjfgxYO7k
In this video we'll build a simple golang cli app that shows the weather forecast for the day.
Go+
https://www.youtube.com/watch?v=8uiZC0l4Ajw
学习Golang的完整教程!从开始到结束不到一个小时,包括如何在Go中构建API的完整演示。没有多余的内容,只有你需要知道的知识。
MySQL+
https://juejin.cn/post/7190306988939542585
这是一篇 MySQL 通关一篇过硬核经验学习路线,包括数据库相关知识,SQL语句的使用,数据库约束,设计等。
[英文] MySQL Tutorial
https://www.mysqltutorial.org/
your go-to resource for mastering MySQL in a fast, easy, and enjoyable way.
https://www.youtube.com/watch?v=5OdVJbNCSso
MySQL SQL tutorial for beginners
https://www.youtube.com/watch?v=7S_tz1z_5bA
This beginner-friendly course teaches you SQL from scratch.
PostgreSQL+
[英文] PostgreSQL Tutorial
https://neon.com/postgresql/tutorial
This PostgreSQL tutorial helps you quickly understand PostgreSQL.
[英文] PostgreSQL Tutorial
https://www.pgtutorial.com/
This PostgreSQL tutorial will teach you about PostgreSQL from beginner to advanced.
https://www.youtube.com/watch?v=qw--VYLpxG4
It is the most advanced open source database system widely used to build back-end systems.
https://www.youtube.com/watch?v=SpfIwlAYaKk
Learn PostgreSQL, one of the world's most advanced and robust open-source relational database systems.
Redis+
[英文] Developer Hub
https://redis.io/dev/
Get all the tutorials, learning paths, and more you need to start building—fast.
https://www.runoob.com/redis/redis-tutorial.html
REmote DIctionary Server(Redis) 是一个由 Salvatore Sanfilippo 写的 key-value 存储系统,是跨平台的非关系型数据库。
https://www.youtube.com/watch?v=jgpVdJB2sKQ
In this video I will be covering Redis in depth from how to install it, what commands you can use, all the way to how to use it in a real world project.
还有更多 •••
相关职位

社招10年以上计算机网络技术类
一、必备条件: 1.学历与经验: 计算机相关专业本科及以上学历,10年以上运维经验,其中至少3年以上中大型互联网企业运维团队管理经验。 2.技术广度与深度: (1)精通 Linux 操作系统原理、网
更新于 2026-08-11深圳

社招3-5年信息技术部-WM
1、诚信正直、低调谦逊、艰苦奋斗,具备良好的道德品质; 2、本科及以上学历,具有3-5年相关岗位工作经验; 3、熟悉Oracle、MySQL、MS SQL Server、高斯DB等数据库; 4、熟悉W
更新于 2026-08-25深圳
社招5年以上运维工程师岗
1、大学本科及以上学历,计算机、自动化、电子、信息、通信等相关专业; 2、5年以上服务器及IDC运维经验,了解服务器基础结构,冷板式液冷技术的基本原理,具备液冷设备的故障排查和维修方法; 3、熟悉主流
更新于 2025-12-03北京