技术文章
网维维护中常用网的络命令
常用网络命令netshell命令行设置DNSnetsh interface ip set dns wlan static 223.6.6.6netsh interface ip set dns wlan dhcp命令行设置IP地址netsh interface ip set address wlan dhcpnetsh interface ip set address wlan static 19
linux useradd与adduser区别
前言在 Linux 操作系统中,添加用户可以使用useradd和adduser这两个命令。曾经在添加用户的实践中遇到过一些坑,比如使用useradd命令添加用户后无法正常使用,对adduser和useradd傻傻分不清楚。网上找到的相关内容很碎片化,初看会让人一脸懵逼,这促使我对
什么是 PowerShell?
PowerShell 是一种跨平台的任务自动化解决方案,由命令行 shell、脚本语言和配置管理框架组成。 PowerShell 在 Windows、Linux 和 macOS 上运行。命令行 ShellPowerShell 是新式命令 shell,其中包括其他常用 shell 的最佳功能。 与大多数仅接受并返回文本的 shell 不同,PowerShell 接受并返回 .NET 对象。 shel