Linux命令 — 字符设置和文件格式转换 命令代码 注释说明 dos2unix filedos.txt fileunix.txt 将一个文本文件的格式从MSDOS转换成UNIX unix2dos fileunix.txt filedos.tx... 互联网教程技能精进# dos2unix filedos.txt fileunix.txt# recode -l | more# recode ..HTML page.html 4个月前0680
Linux命令 — 磁盘空间&Linux命令 — 用户和群组 Linux命令 — 磁盘空间 命令代码 注释说明 df -h 显示已经挂载的分区列表 ls -lSr |more 以尺寸大小排列文件和目录 du -sh dir1 估算目录 'dir1' 已经使用的磁... 互联网教程技能精进# 1n# and existing groups# and existing users 4个月前0680
Linux命令 — Microsoft Windows 网络 命令代码 注释说明 mount -t smbfs -o username=user,password=pass //WinClient/share/mnt/share 挂载一个windows网络共享 ... 互联网教程技能精进# mount -t smbfs -o username=user# nbtscan ip addr# netbios名解析 4个月前0670
Linux命令 — 文本处理 命令代码 注释说明 cat file1 | command( sed, grep, awk, grep, etc...) > result.txt 合并一个文件的详细说明文本,并将简介写入一个新... 互联网教程技能精进# $3}'# 5p;5q' example.txt# awk 4个月前0670
Linux命令 — YUM 软件包升级器 – (Fedora, RedHat及类似系统) 命令代码 注释说明 yum install package_name 下载并安装一个rpm包 yum localinstall package_name.rpm 将安装一个rpm包,使用你自己的软件仓... 互联网教程技能精进# Build rpm source package:rpmbuild --rebuild package_name.src.rpm yum安装rpm包:yum install package_name# Check package file status:rpm -V package_name 检查所有包状态:rpm -Va# Check status of all packages:rpm -Va 验证未安装包:rpm -Vp package.rpm 4个月前0670
Linux命令 — 监视和调试 命令代码 注释说明 free -m 以兆为单位罗列RAM状态 kill -9 process id 强行关闭进程并结束它 kill -1 process id 强制一个进程重载其配置 last reb... 互联网教程技能精进# args --forest# free -m# kill -1 process id 4个月前0660
Linux命令 — 文件的权限 – 使用 “+” 设置权限,使用 “-” 用于取消 命令代码 注释说明 ls -lh 显示权限 ls /tmp | pr -T5 -W$COLUMNS 将终端划分成5栏显示 chmod ugo+rwx directory1 设置目录的所有人(u)、群组... 互联网教程技能精进# and execute (x) permissions for the owner (u)# and execute permissions for the group (g) and others (o) on the directory chown user1 file1# and others (o) of the directory chmod go-rwx directory1 4个月前0660
Linux命令 — 挂载一个文件系统 命令代码 注释说明 mount /dev/hda2 /mnt/hda2 挂载一个叫做hda2的盘 - 确定目录 '/ mnt/hda2' 已经存在 umount /dev/hda2 卸载一个叫做hda... 互联网教程技能精进# fuser -km /mnt/hda2# mount -o loop file.iso /mnt/cdrom# mount -t smbfs -o username=user 4个月前0660
Linux命令 — IPTABLES(firewall) 命令代码 注释说明 iptables -t filter -L 显示过滤表的所有链路 iptables -t nae -L 显示nat表的所有链路 iptables -t filter -F 以过滤表... 互联网教程技能精进# iptables -t filter -A FORWARD -p tcp --dport pop3 -j ACCEPT# iptables -t filter -A INPUT -j LOG --log-prefix# iptables -t filter -A INPUT -p tcp --dport telnet -j ACCEPT 4个月前0650
Copilot:微软旗下的 AI 辅助工具 Copilot:微软旗下的 AI 辅助工具 Copilot 是微软推出的一款 AI 辅助工具,它深度集成于 Visual Studio Code、GitHub、Word、Excel 等众多微软产品及合... AI工具与框架互联网教程# Copilot# Microsoft 365# VS Code 3个月前0610