lnlidawei

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 39 下一页

2023年7月12日

摘要: os:ubuntu 使用防火墙firewalld 一、ubuntu22.04安装防火墙firewalld 1、安装防火墙 sudo apt install -y firewalld 2、开启防火墙 sudo systemctl start firewalld 3、开机启动防火墙 sudo syste 阅读全文
posted @ 2023-07-12 14:37 lnlidawei 阅读(2706) 评论(0) 推荐(0) 编辑

2023年4月27日

摘要: python3:函数装饰器 一、代码 1 wit@on:python3$ cat zhuangshiqi 2 #!/usr/bin/env python3 3 4 5 6 7 # import part 8 import os 9 import time 10 11 12 13 14 # print 阅读全文
posted @ 2023-04-27 00:37 lnlidawei 阅读(9) 评论(0) 推荐(0) 编辑

2023年4月24日

摘要: python:包和模块(python3) 一、包和模块的说明(python3) 1、包: 包,就是存放‘模块’的‘文件夹’;‘包的名字’,就是‘此文件夹的名字’。每个‘包’中都包含文件‘__init__.py’,文件‘__init__.py’表明‘这个文件夹’是‘python的包’。 2、模块: 模 阅读全文
posted @ 2023-04-24 01:51 lnlidawei 阅读(72) 评论(0) 推荐(0) 编辑

2023年4月23日

摘要: 阅读方法: 如何克服默读 默读,当我们面对‘文字内容’时,喉咙完成了发音的全部动作、只是不发出声音而已。每个“文字”,对应着“特定的声音”。每个‘文字’,与‘特定的声音’关联。 面对‘文字内容’时,我们总尝试用‘发声’来阅读‘文字内容’。我们看着“文字内容”,为什么总是尝试着‘发音’呢?文字,是‘音 阅读全文
posted @ 2023-04-23 01:35 lnlidawei 阅读(258) 评论(0) 推荐(0) 编辑

2023年4月21日

摘要: Debian和Ubuntu系统更新和垃圾清理 一、 查看系统启动时间 1. systemd-analyze 二、 一键纯净更新和垃圾清理 1、 命令: sudo apt update -y && sudo apt full-upgrade -y && sudo apt autoremove -y & 阅读全文
posted @ 2023-04-21 23:47 lnlidawei 阅读(567) 评论(0) 推荐(0) 编辑

2023年4月4日

摘要: os: ubuntu22.04 - 关闭欢迎消息 一、关闭欢迎信息 1 wit@on:update-motd.d$ pwd 2 /etc/update-motd.d 3 wit@on:update-motd.d$ 4 wit@on:update-motd.d$ 5 wit@on:update-mot 阅读全文
posted @ 2023-04-04 00:51 lnlidawei 阅读(226) 评论(0) 推荐(0) 编辑

2023年3月28日

摘要: os: rockylinux9.1 - 网络配置 一、nmcli - 网络配置 1 [root@rocky system-connections]# pwd 2 /etc/NetworkManager/system-connections 3 [root@rocky system-connectio 阅读全文
posted @ 2023-03-28 19:12 lnlidawei 阅读(559) 评论(0) 推荐(0) 编辑

摘要: os: ubuntu22.04 - 网络配置 一、ubuntu22.04.2(lts)网络配置 wit@on:netplan$ pwd /etc/netplan wit@on:netplan$ wit@on:netplan$ wit@on:netplan$ ls 01-network-manager 阅读全文
posted @ 2023-03-28 16:16 lnlidawei 阅读(2339) 评论(0) 推荐(0) 编辑

2023年3月13日

摘要: 书法:毛笔书法和江湖体的区别 我来说明毛笔书法的几个基本问题:什么是“书法”?什么是“江湖体”?“书法”和“江湖体”的本质差别? 一、什么是“书法”? 首先,字形完整、规范、优美;其次,在用笔 、结字、章法、用墨等方面具有“原创性的特征”;再次,“原创性的特征”具有被研究和学习的价值;最后,“原创性 阅读全文
posted @ 2023-03-13 18:20 lnlidawei 阅读(626) 评论(0) 推荐(0) 编辑

2023年3月9日

摘要: os: ubuntu - apt - sources.list 一、[wit@eagle tmp]$ man sources.list 1 SOURCES.LIST(5) APT SOURCES.LIST(5) 2 3 NAME 4 sources.list - List of configured 阅读全文
posted @ 2023-03-09 16:20 lnlidawei 阅读(29) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 39 下一页