摘要:[qemu] windows11-qemu 简明教程 一、使用教程: 1 G:\qemuWorkspaces>dir 2 Volume in drive G is w_workspaces 3 Volume Serial Number is B8D4-6DEE 4 5 Directory of G:
阅读全文
随笔分类 - os
操作系统内容
摘要:[os]: linux 系统调用(syscalls) 一、基本说明: 1、操作系统:rockylinux8.5 2、此处系统调用的使用形式: c/cpp的库函数 1 wit@fedora tmp]$ man syscalls // 【系统调用使用方式:c语言的函数库形式】查看系统调用名称 2 3 4
阅读全文
摘要:shell: list_executable_file - 列出当前文件夹的可执行文件名称(linux) 一、shell: list_executable_file 1 #!/usr/bin/bash 2 3 4 # file_name=list_executable_file 5 # functi
阅读全文
摘要:shell:delete_executable_file - 删除当前文件夹的可执行文件(linux) 一、 delete_executable_file - 删除当前文件夹的可执行文件(linux) 1 #!/usr/bin/bash 2 3 4 # file_name = delete_exec
阅读全文
摘要:LAMP 环境搭建(LAMP, L=Linux, A=httpd(apache), M=MariaDB, P=PHP) 一、操作系统 1、openeuler: Linux openeuler 5.10.0-60.18.0.50.oe2203.x86_64 二、lamp环境安装 1、[root@ope
阅读全文
摘要:os-kali: kali - 配置网络和网络源 一、网络配置(nic := network interface card) ┌──(novice㉿kali)-[/etc/NetworkManager/system-connections]└─$ ls 'Wired connection 1' ┌─
阅读全文
摘要:电信宽带网络端口激活/刷新(自助) 一、电信自助端口激活: 10001 + 报故障:宽带故障 + 1 + 1 + 身份证号码 二、详细说明: “10001” + “语音:报故障“ + ”语音:宽带故障” + 1(确认故障号码) + 1(宽带一键修复) + “输入身份证号码”
阅读全文
摘要:Linux 命令行中的通配符 一、通配符概述 0、说明: bash环境, 在“英文输入法”状态下操作; 1、* 匹配“0”或多个字符; 字符数>=0 2、? 匹配任意‘单个字符’ 3、[] 匹配范围内的‘单个字符’ 4、[^] 不匹配范围内的‘单个字符’ 5、[!] 不匹配范围内的‘单个字符’ 6、
阅读全文
摘要:DebianLinux网络源配置文档 man sources.list SOURCES.LIST(5) APT SOURCES.LIST(5) NAME sources.list - List of configured APT data sources DESCRIPTION The source
阅读全文
摘要:awk 选项: -F 一、概述 0、awk完整语法:awk [选项] ' [模式] [动作] ' <文件名> 1、-F,可以通过“单个字符”来设定分隔符,也可以使用正则表达式来设定分隔符;本案例讲解以“正则表达式”的方式设定分隔符。“单个字符”设定为分隔符: awk -F '?' '{ print
阅读全文
摘要:本文转载自:Wuliwawa ,原文地址:https://www.cnblogs.com/wuliwawa/p/11944112.html firewall-cmd网络端口管理 一、基本命令 1、查看版本: firewall-cmd --version 2、查看帮助: firewall-cmd --
阅读全文
摘要:[root@rockylinux ~]# [root@rockylinux ~]# export --help export: export [-fn] [name[=value] ...] or export -p Set export attribute for shell variables.
阅读全文
摘要:linux: DNF自定义变量(rockylinux8.5) 一、自定义变量和使用自定义的变量 0、在xx.repo文件中,常常引用变量,这些变量也可以由用户自定义。本文探讨如何自定义变量,在xx.repo中所引用的变量。文件xx.repo,在[/etc/yum.repos.d/]路径内。 1、在环
阅读全文
摘要:nmcli配置文件位置(debian11.2) 一、nmcli配置文件位置: /etc/NetworkManager/system-connections root@debian:~# cd /etc/NetworkManager/system-connections/root@debian:/et
阅读全文
摘要:httpd.conf文件研究(/etc/httpd/conf/httpd.conf) # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that
阅读全文
摘要:Rockylinux8.5的网络管理 一、网络开启: 1、查看网络状态:[root@rockylinux tmp]# systemctl status NetworkManager 2、开机启动网络:[root@rockylinux tmp]# systemctl enable NetworkMan
阅读全文
摘要:命令行说明中格式:[] {} <> 一、符号的功能说明 1、[]:内的内容意思是:可写可不写 1.1、例如:/home下就一个list 文件,使用ls --help中的 Usage: ls [OPTION]… [FILE]… 2、{}:那就必须要在{}内给出的选择里选一个。 3、<>:表示必选 二、
阅读全文
摘要:FOR (windows command line) 一、FOR:对一组文件中的每一个文件执行某个特定命令。 1、FOR %variable IN (set) DO command [command-parameters] - 功能: - 参数说明: %variable 指定一个单一字母可替换的参数
阅读全文
摘要:bash docs [root@rockylinux tmp]# man bash BASH(1) General Commands Manual BASH(1) NAME bash - GNU Bourne-Again SHell SYNOPSIS bash [options] [command_
阅读全文
摘要:find docs [root@rockylinux shell]# man find FIND(1) General Commands Manual FIND(1) NAME find - search for files in a directory hierarchy SYNOPSIS fin
阅读全文

浙公网安备 33010602011771号