Linux 查询开机时间
在Linux系统中,有几种方法可以查询系统的开机时间。 博主博客 https://blog.uso6.com https://blog.csdn.net/dxk539687357 <
nukix的工具箱
Published on 2024-05-23
Linux dig 命令
dig 命令是一个用于在 Unix/Linux 操作系统中执行 DNS 查询的工具。它是 DNS 客户端,通常用于查询 DNS 服务器的信息,如域名解析、IP 地址查询等。
nukix的工具箱
Published on 2024-05-22
SmartDNS 从入门到精通(二:DNS分流)
文章介绍:以下内容是个人使用的标准DNS分流模板,通过谷歌+官网配置文档综合而成,已经试运行20多天,功能皆满足日常使用,今天来分享一下关于smartdns在ubuntu中的具体配置方式,如果感兴趣可以进交流群互助。 一、安装 下载参考文档 安装参考文档 1.1、install安装 如果你的系统是ubuntu或者debian可以直接一条命令安装。 sudo apt-get install -y smartdns 1.2、deb包安装pymumu/smartdns 可以通过 uname -m 命令查看系统是什么架构,比如我的是x86_64位。 root@test-server:~# uname -mx86_64 wget -O smartdns.deb https://github.com/pymumu/smartdns/releases/download/Release45/smartdns.1.2024.02.08-0828.x86_64-debian-all.deb 安装deb包命令。 dpkg -i smartdns.deb wget -O smartdns.deb https://github.com/pymumu/smartdns/releases/download/Release45/smartdns.1.2024.02.08-0828.x86-debian-all.deb wget -O smartdns.deb https://github.com/pymumu/smartdns/releases/download/Release45/smartdns.1.2024.02.08-0828.arm-debian-all.deb wget -O smartdns.deb https://github.com/pymumu/smartdns/releases/do...
杨杨得亿
Published on 2024-05-21
架构权衡分析法ATAM
ATAM(Architecture Tradeoff Analysis Method)是一种用于评估软件架构的方法,旨在帮助团队理解和评估软件架构的质量属性,并权衡不同的架构设计选择。ATAM 通过场&#
nukix的工具箱
Published on 2024-05-21
软件架构分析法SAAM
SAAM(Software Architecture Analysis Method)是一种用于软件架构评估的方法,旨在评估软件系统的质量属性和架构决策的有效性。SAAM是一种基于场景的方法,通过场
nukix的工具箱
Published on 2024-05-21