码迷,mamicode.com
首页 >  
搜索关键字:debian 网卡配置    ( 3793个结果
在 Ubuntu/Debian 下安装 PHP7.3 教程
Ubuntu 安装软件源拓展工具: apt -y install software-properties-common apt-transport-https lsb-release ca-certificates 添加 Ond?ej Surý 的 PHP PPA 源,需要按一次回车: add-ap ...
分类:Web程序   时间:2021-04-06 14:11:12    阅读次数:0
centos网卡配置详解
网卡文件路径 路径:/etc/sysconfig/network-scripts/ 配置文件解析 DEVICE=ens33 # 网卡的设备名称 NAME=ens33 # 网卡设备的别名 TYPE=Ethernet #网络类型:Ethernet以太网 BOOTPROTO=none #引导协议:stat ...
分类:其他好文   时间:2021-04-02 13:26:44    阅读次数:0
Linux 编译vlc
Setup Check our AndroidCompile wiki page, especially for build dependencies. Here are the essential points: On Debian/Ubuntu, install the required dep ...
分类:系统相关   时间:2021-03-26 15:25:05    阅读次数:0
将pebuilder变成dibuilder.sh,将di tools集入boot层(8):继续整优dibuilder.sh
本文关键字:debootstrap从jessie升级到buster,将git当成debian源 在本系列《7》中,我们尝试在dibuilder.sh中整合了linuxlivekit的实践代码,本文对《7》作补充,整优,继续处理dibuilder.sh debootstrap从jessie升级到bus ...
分类:其他好文   时间:2021-03-05 13:02:10    阅读次数:0
「Linux」- 安装 Opera 浏览器 @20210211
使用安装包直接安装 # 10/22/2020 安装过程如下: 1)官网下载 deb 安装包:https://www.opera.com/download 2)在 Debian 中,执行 dpkg -i opera-xxxx.deb 命令进行安装。 使用包管理器安装 cat > /etc/apt/so ...
分类:系统相关   时间:2021-02-16 11:40:45    阅读次数:0
#PVE# 在Debian10安装 ProxMox VE 6.*
debain10 修改apt源为aliyun mv /etc/apt/sources.list /etc/apt/sources.list.bak && vi /etc/apt/sources.list deb https://mirrors.aliyun.com/debian/ buster ma ...
分类:其他好文   时间:2021-02-09 12:34:02    阅读次数:0
「FCITX」- 安装 @20210203
方法一、从发行版的源中安装(推荐) 在 Kali GNU/Linux Rolling、Ubuntu 等 Debian 衍生版中,执行如下安装命令: apt-get install fcitx fcitx-bin fcitx-tools fcitx-libs-dev fcitx-table-wbpy ...
分类:其他好文   时间:2021-02-04 11:46:23    阅读次数:0
Linux发行版及其关联性
linux的主流发行版有三个Debian、Redhat、SUSE。 Debian在服务器和电脑桌面有着很广泛的应用,而且它是一个纯开源计划并着重在一个关键点上,稳定性。它同时也提供了最大的和完整的软件仓库给用户。它是迄今为止最遵守GNU规范的linux系统,共有三个版本分支:stable,testi ...
分类:系统相关   时间:2021-02-02 10:31:50    阅读次数:0
windows terminal
settings.json { "$schema": "https://aka.ms/terminal-profiles-schema", "defaultProfile": "{e6d6c185-64bc-49d0-b18d-cb66a3355fb7}", //默认配置文件 "profiles": ...
分类:Windows程序   时间:2021-01-29 12:05:58    阅读次数:0
linux 网络配置文件
一、网络配置文件 1.1 系统网络设备配置文件/etc/sysconfig/network-scripts ]# vim /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 //表示网卡物理设备的名字 BOOTPROTO=dhcp //表示为网 ...
分类:系统相关   时间:2021-01-28 11:48:37    阅读次数:0
3793条   上一页 1 2 3 4 5 ... 380 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!