上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页

2024年3月19日

手动安装deb包,用dpkg和ap-get方式

摘要: apt-get安装deb的包 在Linux系统中,使用apt-get命令安装.deb包是一个常见的操作。以下是一个简单的命令示例,用于安装一个名为package.deb的本地.deb包: sudo apt-get install ./package.deb 如果你需要从远程仓库安装一个.deb包,你 阅读全文

posted @ 2024-03-19 16:59 叶子在行动 阅读(7820) 评论(0) 推荐(0)

apt-get仅下载不安装软件包

摘要: 转自:https://blog.csdn.net/qq_14910065/article/details/127011650 apt-get -d download xxx #xxx是待下载的安装包ubuntu下载软件安装包命令。仅仅下载deb格式的安装包,不安装。/var/cache/apt/ar 阅读全文

posted @ 2024-03-19 16:49 叶子在行动 阅读(2294) 评论(0) 推荐(0)

解决kali使用apt-get update更新,遇到“没有数字签名。”的问题

摘要: 问题: 获取:1 http://kali.download/kali kali-rolling InRelease [41.5 kB]错误:1 http://kali.download/kali kali-rolling InRelease 下列签名无效: EXPKEYSIG ED444FF07D8 阅读全文

posted @ 2024-03-19 16:40 叶子在行动 阅读(7559) 评论(2) 推荐(0)

2024年2月29日

linux服务文件存放位置

摘要: 转自:https://wenku.csdn.net/answer/d563a2b1b3f3c4e717cadb694b160ed4 Linux中的service文件是一种用于管理系统服务的配置文件,通常位于/etc/systemd/system目录下。这些文件包含了服务的启动、停止、重启等操作的指令 阅读全文

posted @ 2024-02-29 14:07 叶子在行动 阅读(934) 评论(0) 推荐(0)

2024年2月22日

linux特殊命令使用方法

摘要: tail -5f a.log //实时查看a.log这个文件的内容 sudo firewall-cmd --permanent --direct --add-rule ipv4 filter OUTPUT 0 -p tcp --dport 5353 -d 118.118.118.118 -j DRO 阅读全文

posted @ 2024-02-22 17:45 叶子在行动 阅读(35) 评论(0) 推荐(0)

tcpdump命令使用详解

摘要: 一:命令介绍: tcpdump,用简单的语言概括就是dump the traffic on a network,是一个运行在linux平台可以根据使用者需求对网络上传输的数据包进行捕获的抓包工具,windows平台有sniffer等工具,tcpdump可以将网络中传输的数据包的“包头”全部捕获过来进 阅读全文

posted @ 2024-02-22 15:26 叶子在行动 阅读(4938) 评论(0) 推荐(0)

2024年2月20日

watt toolkit stream游戏加速器,可加速github

摘要: https://steampp.net/ watt toolkit 官网 https://github.com/BeyondDimension/SteamTools/releases/tag/3.0.0-rc.3 阅读全文

posted @ 2024-02-20 19:22 叶子在行动 阅读(792) 评论(0) 推荐(0)

Linux 管道与参数传递(xargs&exec)

摘要: 深入学习链接:Linux 的进程间通信:管道 - 知乎 (zhihu.com) Linux管道符|命令使用详解_linux中|的用法-CSDN博客 一、什么是管道? 管道(pipe),在任何一个shell中,都可以使用“|”连接两个命令,shell会将前后两个进程的输入输出用一个管道相连,以便达到进 阅读全文

posted @ 2024-02-20 10:51 叶子在行动 阅读(4596) 评论(0) 推荐(0)

2024年1月24日

systemctl设置服务开机启动、不启动、查看各级别下服务启动状态等常用命令,服务自启

摘要: system V ini命令(RHEL6) systemctl命令(RHEL7) 作用 chkconfig foo on systemctl enable foo.service 开机自动启动 chkconfig foo off systemctl disable foo.servie 开机不自动启 阅读全文

posted @ 2024-01-24 10:11 叶子在行动 阅读(420) 评论(0) 推荐(0)

2024年1月23日

Debian grub丢失后修复的方法

摘要: 第一种,命令方式 通过Debian rescue模式重建grub 制作debian的U盘安装盘 进入debian的U盘安装盘的 rescue模式(急救模式) 选择语言/键盘/输入姓名/配置网络等信息后,进入急救模式->选择在安装程序环境中运行shell->选择请不要使用根文件系统(方便手动挂载已有系 阅读全文

posted @ 2024-01-23 23:19 叶子在行动 阅读(3035) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页

导航