码迷,mamicode.com
首页 >  
搜索关键字:debian 网卡配置    ( 3793个结果
分析 服务器单网卡在可配置多网关 提供服务的可能性
背景介绍: 服务器(pc1)单网卡 配置为100.72.139.1 默认路由配置为100.72.139.254(此为h3c防火墙(简称R1),100.72.139.254是其内网地址,166.111.110.217是其外网地址)。现在100.72.139.0/24网内存在 100.72.139.2的 ...
分类:其他好文   时间:2020-12-01 12:02:56    阅读次数:4
debian 10 安装设置 docker-ce
安装依赖软件包:sudoaptinstall-ycurlgnupg2添加docker-ce源sudovim/etc/apt/sources.list.d/docker.list#deb-src[arch=amd64]https://mirrors.aliyun.com/docker-ce/linux/debianbusterstabledeb[arch=amd64]http://mirrors.u
分类:其他好文   时间:2020-12-01 11:46:00    阅读次数:2
proxy_arp代理arp的理解
参考: https://wiki.debian.org/BridgeNetworkConnectionsProxyArp https://www.cnblogs.com/kelamoyujuzhen/p/6533568.html http://www.digmyth.com/2020/03/07/l ...
分类:其他好文   时间:2020-11-30 15:45:57    阅读次数:6
linux初学
一、Linux发行版本slackware:SUSELinuxEnterpriseServer(SLES),OpenSuse桌面debian:ubuntu,deepin(深度),mintredhat:RHEL:RedHatEnterpriseLinux,每18个月发行一个新版本CentOS:CommunityEnterpriseOperatingSystem兼容RHEL的格式中标麒麟:中标软件Fed
分类:系统相关   时间:2020-11-27 11:02:09    阅读次数:11
运维 | kali2020.3配置docker和基本命令
跟着网上的步骤走就好了,这里就记录一个过程: 先加个docker的源 1 curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/gpg | sudo apt-key add - 2 3 echo 'deb htt ...
分类:其他好文   时间:2020-11-27 10:55:57    阅读次数:5
按系列罗列Linux的发行版解释与联系
什么是Linux的发行版? linux内核+商业软件=Linux的发行版 有哪些较为有名气的发行家族? Debian slackware linux readhat Debian 以下附上互联网获取的图片 ...
分类:系统相关   时间:2020-11-26 14:55:19    阅读次数:8
Linux 修改IP的方法
1、使用nmtui命令调用伪图形化终端(个人不常用) 2、修改网卡配置文件路径:/etc/sysconfig/network-scripts/ifccfg-网卡名 BOOTPROTO=none/static/dhcp #获取IP的方式 手动/静态/自动获取 ONBOOT=yes/no #网卡启动状态 ...
分类:系统相关   时间:2020-11-26 14:52:19    阅读次数:8
Linux系统基础知识1
1.Linux的发行版(1)slackware:SUSELinuxEnterpriseServer(SLES)OpenSuse桌面(2)debian:ubuntu,deepin(深度),mint(3)redhat:RHEL:RedHatEnterpriseLinux每18个月发行一个新版本CentOS:兼容RHEL的格式中标麒麟:中标软件Fedora:每6个月发行一个新版本(4)ArchLinux
分类:系统相关   时间:2020-11-12 14:26:29    阅读次数:21
kali安装pwntools遇到的一些问题
pwntools是一个CTF框架和漏洞利用开发库,用Python开发,由rapid设计,旨在让使用者简单快速的编写exploit。 pwntools对Ubuntu 12.04和14.04的支持最好,但是绝大多数的功能也支持Debian, Arch, FreeBSD, OSX, 等等。 安装前确保安装 ...
分类:其他好文   时间:2020-11-08 16:50:25    阅读次数:21
Debian 10安装PostgreSQL 12的方法
添加官方仓储 # Create the file repository configuration: sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/ ...
分类:数据库   时间:2020-11-07 16:13:45    阅读次数:24
3793条   上一页 1 ... 3 4 5 6 7 ... 380 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!