lnlidawei

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

随笔分类 -  os

上一页 1 2 3 4 5 6 7 下一页

操作系统内容
摘要:xargs docs [root@rockylinux shell]# man xargs XARGS(1) General Commands Manual XARGS(1) NAME xargs - build and execute command lines from standard inp 阅读全文
posted @ 2022-02-22 12:05 lnlidawei 阅读(102) 评论(0) 推荐(0)

摘要:说明:本文非原创,由本人整理。 crontab 定时执行任务 Linux Crontab 定时任务 一、linux内置的cron进程能帮我们实现这些需求,cron搭配shell脚本,非常复杂的指令也没有问题。 二、cron介绍 我们经常使用的是crontab命令是cron table的简写,它是cr 阅读全文
posted @ 2022-02-22 11:54 lnlidawei 阅读(270) 评论(0) 推荐(0)

摘要:systemctl文档 [root@rockylinux docs]# man systemctl SYSTEMCTL(1) systemctl SYSTEMCTL(1) NAME systemctl - Control the systemd system and service manager 阅读全文
posted @ 2022-02-16 15:31 lnlidawei 阅读(111) 评论(0) 推荐(0)

摘要:systemd.syntax 文档 [root@rockylinux docs]# man systemd.syntax SYSTEMD.SYNTAX(7) systemd.syntax SYSTEMD.SYNTAX(7) NAME systemd.syntax - General syntax o 阅读全文
posted @ 2022-02-16 15:27 lnlidawei 阅读(62) 评论(0) 推荐(0)

摘要:systemd.unit 文档 [root@rockylinux docs]# man systemd.unit SYSTEMD.UNIT(5) systemd.unit SYSTEMD.UNIT(5) NAME systemd.unit - Unit configuration SYNOPSIS 阅读全文
posted @ 2022-02-16 15:06 lnlidawei 阅读(54) 评论(0) 推荐(0)

摘要:firewall-cmd [root@rockylinux docs]# man firewall-cmd Usage: firewall-cmd [OPTIONS...] General Options -h, --help Prints a short help text and exists 阅读全文
posted @ 2022-02-16 14:56 lnlidawei 阅读(42) 评论(0) 推荐(0)

摘要:apt - sources.list文件说明 ┌──(novice㉿kali)-[~]└─$ man sources.list SOURCES.LIST(5) APT SOURCES.LIST(5) NAME sources.list - List of configured APT data so 阅读全文
posted @ 2022-02-16 14:38 lnlidawei 阅读(70) 评论(0) 推荐(0)

摘要:windows许可证书位置 证书位置:C:\Windows\System32\spp\tokens\skus 阅读全文
posted @ 2021-12-24 07:40 lnlidawei 阅读(451) 评论(0) 推荐(0)

摘要:VM虚拟机连接不上网络 一、问题描述: 1、我的虚拟机网络连接方式“桥接模式”。虚拟机的网络显示“正常”,但是无法连接网络。如何解决? 2、解决办法:在“虚拟网络编辑器”中,选择“桥接模式”,点击“还原默认设置”。在“虚拟网络编辑器”中,选择“你的网络连接模式”,点击“还原默认设置”。 二、解决方案 阅读全文
posted @ 2021-12-14 15:36 lnlidawei 阅读(565) 评论(0) 推荐(0)

摘要: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、 阅读全文
posted @ 2021-12-12 02:15 lnlidawei 阅读(3853) 评论(0) 推荐(0)

摘要:CSS难点解析 一、CSS的盒子模型:用“盒子模型”封装了“html的元素”,这就是CSS的原理。 1、盒子模型示意图: 2、盒子模型一共有4部分:content;padding;border;margin 2.1、content(内容):content区域是蓝色部分;这个区域封装了html的元素; 阅读全文
posted @ 2021-11-13 02:47 lnlidawei 阅读(294) 评论(0) 推荐(0)

摘要:计算机专业六门基础课程 1、《计算机体系结构基础》或《计算机组成原理》 2、《数据结构和算法》 3、《操作系统》 4、《编译原理》 5、《计算机网络》 6、《数据库系统》 阅读全文
posted @ 2021-10-22 21:32 lnlidawei 阅读(1263) 评论(0) 推荐(0)

摘要:路由器的基本设置 -- 路由器名称:tp-link_37ca 产品型号:TL-WDR5620 管理地址:tplogin.cn 路由器的管理员密码:187xxxxxxxxln 路由器IP设置:10.10.10.1 路由器mask设置:255.255.255.0 路由器wifi账号:laohu 路由器w 阅读全文
posted @ 2021-10-18 16:43 lnlidawei 阅读(635) 评论(0) 推荐(0)

摘要:RPM包的通用命名规则 原文名称:常见LINUX系统中RPM包的通用命名规则 原文地址:https://www.cnblogs.com/zhangchengxiang/p/5200166.html 本文重点说一下在常见的linux系统中,RPM包通用的命名规则。 RPM包的一般格式为:name-ve 阅读全文
posted @ 2021-08-14 19:21 lnlidawei 阅读(109) 评论(0) 推荐(0)

摘要:systemd 文档 [root@rockylinux docs]# man systemd SYSTEMD(1) systemd SYSTEMD(1) NAME systemd, init - systemd system and service manager SYNOPSIS /usr/lib 阅读全文
posted @ 2021-07-17 14:34 lnlidawei 阅读(196) 评论(0) 推荐(0)

摘要:一、前提: 1、Visual Studio 2019 默认安装位置; 二、安装: 1、原理:使用vs自带的vsixinstaller.exe,安装visual studio 2019插件程序 “xxx.vsix”; 2、cd c:\Program Files (x86)\Microsoft Visu 阅读全文
posted @ 2021-07-12 02:07 lnlidawei 阅读(8763) 评论(0) 推荐(1)

摘要:os_google-chrome: chrome installed for redhat8.4 0、依赖库查询:https://pkgs.org/ 一、 reference: https://m.linuxidc.com/Linux/2019-09/160524.htm 二、 download " 阅读全文
posted @ 2021-06-08 15:58 lnlidawei 阅读(348) 评论(0) 推荐(0)

摘要:https://pkgs.org/ 阅读全文
posted @ 2021-05-29 16:32 lnlidawei 阅读(483) 评论(0) 推荐(0)

摘要:说明:这是一篇转载的文章,文章版权属于原作者。原文网址:https://www.cnblogs.com/jing-tian/p/10853850.html 1.安装浏览器 # apt-get install gonme # apt-get update # apt-get install googl 阅读全文
posted @ 2021-05-27 23:41 lnlidawei 阅读(356) 评论(0) 推荐(0)

摘要: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 阅读全文
posted @ 2021-05-27 22:48 lnlidawei 阅读(1611) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 下一页