Perfect

天马行空的幻想,游离世俗的小屋

置顶 linux基础_字符串处理
多行转换为1行输出 在 Linux 中,将多行文本转换为一行输出有多种方法。以下是几种常见的工具和命令: 1. 使用 tr 命令 tr 命令可以替换或删除字符。将换行符 \n 替换为空格即可将多行转换为一行。 tr '\n' ' ' < input.txt 解释: '\n' ' ':将换
linux基础_[转]Linux 下 ping 命令参数详细解析
转自:https://my.oschina.net/u/4362843/blog/3707691 -a Audible ping. #Audible ping. -A Adaptive ping. Interpacket interval adapts to round-trip time, so
linux基础_[转]Netcat/nc详解
转自:https://blog.csdn.net/xiao_yi_xiao/article/details/120458805https://www.cnblogs.com/aplmmy49y/p/16494786.html 介绍 netcat 简称 nc,安全界叫它瑞士军刀。ncat 也会顺便介绍
[Debian]默认shell
背景对于Debian系的不熟悉,在一次useradd的踩坑史后,发现与redhat系完全不一样的结果,从而记录。shelldashdash(Debian Almquist Shell)是Debian系中默认的shell,/bin/sh默认指向dash,它主要是为了执行脚本而出现,而不是交互,它速度更