Linux 下如何实现实现一些自动化
最近想学习一下Linux 下的自动化编程,大佬有推荐的学习网站或者论坛吗?好冷的帖子......... 这个板块就已经很冷了。 帖子更冷了。 不过我Shell 命令研究了一段时候, 基本可以实现我想要的功能了。 l13063 发表于 2024-11-5 22:46 https://bbs.pcbeta.com/static/image/common/back.gif
好冷的帖子.........
买了一本这书,自己慢慢研究在加上借助网络搜索慢慢研究的。
hwthyz4 发表于 2024-11-20 09:18 https://bbs.pcbeta.com/static/image/common/back.gif
买了一本这书,自己慢慢研究在加上借助网络搜索慢慢研究的。
鸟哥的LINUX私房菜可以看一下. coursing 发表于 2024-11-26 22:07 https://bbs.pcbeta.com/static/image/common/back.gif
鸟哥的LINUX私房菜可以看一下.
感谢推荐, 鸟哥私房菜看了一下, 偏向运维, 后面我买了 上面的书, 现在看第二遍。 还是不错的。
管道命令 | , sed, awk 之类的文本处理命令还是很强大。 努力学习linux中 linux命令行自己带了个man命令,没有可以用软件包管理器装一个
这个东西就是用来查命令用法的 好久不来这个论坛看了,我觉得linux可以通过一些bash配置文件实现一些简单的自动化,再配合一些python或者go或者perl什么的就能实现进一步的自动化。如果想手撸bash脚本,那可就得多写多练,bash的逻辑很简单,但说实在的他能实现的程度非常有限。 For example, macos often lists all network card information, but sometimes we may only need the IP information of the activated network card and the external network address of the current network card.
I used the go language to implement an automation to obtain the internal and external network IP and activate the network card
-----
这个论坛不知道设置啥敏感字符了,发不出去,只能翻译成英文了 圣诞 发表于 2024-12-19 10:59
For example, macos often lists all network card information, but sometimes we may only need the IP i ...
感谢大佬支持 圣诞 发表于 2024-12-19 10:36
好久不来这个论坛看了,我觉得linux可以通过一些bash配置文件实现一些简单的自动化,再配合一些python或者g ...
大佬,可否展开详细说一说。
页:
[1]