摘要:xargs docs [root@rockylinux shell]# man xargs XARGS(1) General Commands Manual XARGS(1) NAME xargs - build and execute command lines from standard inp
阅读全文
随笔分类 - os
操作系统内容
摘要:说明:本文非原创,由本人整理。 crontab 定时执行任务 Linux Crontab 定时任务 一、linux内置的cron进程能帮我们实现这些需求,cron搭配shell脚本,非常复杂的指令也没有问题。 二、cron介绍 我们经常使用的是crontab命令是cron table的简写,它是cr
阅读全文
摘要:systemctl文档 [root@rockylinux docs]# man systemctl SYSTEMCTL(1) systemctl SYSTEMCTL(1) NAME systemctl - Control the systemd system and service manager
阅读全文
摘要:systemd.syntax 文档 [root@rockylinux docs]# man systemd.syntax SYSTEMD.SYNTAX(7) systemd.syntax SYSTEMD.SYNTAX(7) NAME systemd.syntax - General syntax o
阅读全文
摘要:systemd.unit 文档 [root@rockylinux docs]# man systemd.unit SYSTEMD.UNIT(5) systemd.unit SYSTEMD.UNIT(5) NAME systemd.unit - Unit configuration SYNOPSIS
阅读全文
摘要:firewall-cmd [root@rockylinux docs]# man firewall-cmd Usage: firewall-cmd [OPTIONS...] General Options -h, --help Prints a short help text and exists
阅读全文
摘要:apt - sources.list文件说明 ┌──(novice㉿kali)-[~]└─$ man sources.list SOURCES.LIST(5) APT SOURCES.LIST(5) NAME sources.list - List of configured APT data so
阅读全文
摘要:windows许可证书位置 证书位置:C:\Windows\System32\spp\tokens\skus
阅读全文
摘要:VM虚拟机连接不上网络 一、问题描述: 1、我的虚拟机网络连接方式“桥接模式”。虚拟机的网络显示“正常”,但是无法连接网络。如何解决? 2、解决办法:在“虚拟网络编辑器”中,选择“桥接模式”,点击“还原默认设置”。在“虚拟网络编辑器”中,选择“你的网络连接模式”,点击“还原默认设置”。 二、解决方案
阅读全文
摘要:windows系统编程(win32) 一、编程环境: 1、操作系统:windows10-1809(17763.1557)-x64; 2、windows kits:C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared 3、
阅读全文
摘要:CSS难点解析 一、CSS的盒子模型:用“盒子模型”封装了“html的元素”,这就是CSS的原理。 1、盒子模型示意图: 2、盒子模型一共有4部分:content;padding;border;margin 2.1、content(内容):content区域是蓝色部分;这个区域封装了html的元素;
阅读全文
摘要:计算机专业六门基础课程 1、《计算机体系结构基础》或《计算机组成原理》 2、《数据结构和算法》 3、《操作系统》 4、《编译原理》 5、《计算机网络》 6、《数据库系统》
阅读全文
摘要:路由器的基本设置 -- 路由器名称:tp-link_37ca 产品型号:TL-WDR5620 管理地址:tplogin.cn 路由器的管理员密码:187xxxxxxxxln 路由器IP设置:10.10.10.1 路由器mask设置:255.255.255.0 路由器wifi账号:laohu 路由器w
阅读全文
摘要:RPM包的通用命名规则 原文名称:常见LINUX系统中RPM包的通用命名规则 原文地址:https://www.cnblogs.com/zhangchengxiang/p/5200166.html 本文重点说一下在常见的linux系统中,RPM包通用的命名规则。 RPM包的一般格式为:name-ve
阅读全文
摘要:systemd 文档 [root@rockylinux docs]# man systemd SYSTEMD(1) systemd SYSTEMD(1) NAME systemd, init - systemd system and service manager SYNOPSIS /usr/lib
阅读全文
摘要:一、前提: 1、Visual Studio 2019 默认安装位置; 二、安装: 1、原理:使用vs自带的vsixinstaller.exe,安装visual studio 2019插件程序 “xxx.vsix”; 2、cd c:\Program Files (x86)\Microsoft Visu
阅读全文
摘要:os_google-chrome: chrome installed for redhat8.4 0、依赖库查询:https://pkgs.org/ 一、 reference: https://m.linuxidc.com/Linux/2019-09/160524.htm 二、 download "
阅读全文
摘要:https://pkgs.org/
阅读全文
摘要:说明:这是一篇转载的文章,文章版权属于原作者。原文网址:https://www.cnblogs.com/jing-tian/p/10853850.html 1.安装浏览器 # apt-get install gonme # apt-get update # apt-get install googl
阅读全文
摘要:OS: Redhat8.4实体机的安装 一、制作USB安装盘(Linux 系统) 1、查询U盘设备名称:fdisk -l (l,L;/dev/sdb); 2、卸载u盘:umount /dev/sdb* 3、格式化u盘:mkfs.vfat -I /dev/sdb (I, i) 4、制作安装盘:dd i
阅读全文

浙公网安备 33010602011771号