首页 > TAG信息列表 > debian10

单网卡设置双IP(ubuntu,debian10)

修改/etc/network/interfaces   auto eth0iface eth0 inet staticaddress 192.168.6.6netmask 255.255.0.0gateway 192.168.6.1   auto eth0:1iface eth0:1 inet staticaddress 192.168.10.6netmask 255.255.0.0 gateway 192.168.10.1 dns-nameservers 114.114.114.114    

在Debian10服务器上搭建博客网站(2)——博客搭建以及遇到的问题

0.前言 让我们接着上一篇来看看接下来该怎么利用hexo和github来进行博客的搭建。以及作为笔记记录一下在这个过程中我遇到的问题。 1.创建仓库 在搭建博客之前我们需要创建一个github仓库,在github.com中找到New repository或是在点击头像下方的Your repositories后点击绿色的New图

Debian10.x搭建wordpress博客

前言下载wordpress搭建环境开始搭建修改web默认根目录 前言 本文是用xshell远程ssh连接服务器搭建的wordpress博客,在本地搭建可能不会遇到那么多问题。 下载wordpress https://cn.wordpress.org/download/#download-install 搭建环境 MariaDB10.3.31php7.3apache2 官

debian10安装mariadb

1. sudo apt update 2. sudo apt install mariadb-server 3. 对于新的MariaDB安装,下一步是运行附带的安全脚本。 该脚本更改了一些不太安全的默认选项。 我们将使用它来阻止远程root用户登录并删除未使用的数据库用户。 运行安全脚本 sudo mysql_secure_installation 4. 进入mys

debian10 卸载openjdk11并安装 openjdk8

0. 博客迁移 也可访问 不恰饭的小站 1. debian10 卸载openjdk11并安装 openjdk8 1.1. 卸载openjdk11 apt-cache search java | awk '{print($1)}' | grep -E -e '^(ia32-)?(sun|oracle)-java' -e '^openjdk-' -e '^icedtea' -e '^(default|gcj)-j(re|

RK3568 debian10 USB触摸屏旋转

使用了10.1寸LVDS的显示器,接在debian10 arm64 架构的主板上进行触摸。 现在的需求是为了显示效果,应用竖排显示,系统使用xrandr -o right可以实现旋转,由于是有界面的版本 所以也可以用Display里的选项直接进行旋转。但是由于旋转出现了一个问题,触摸还是原来的触摸, 没有随着系统旋

2021-10-12 debian10、11安装qq、微信

debian10、11安装qq、微信 参见:https://github.com/zq1997/deepin-wine 如遇依赖问题,可参考:https://zhuanlan.zhihu.com/p/346687145

2021-10-02

使用debian10安装HP打印机,CUPS已能远程访问,但增加打印机时,报已禁用,邦忙分析下原因?谢谢

debian10 安装来自阿里云源的docker-ce

https://developer.aliyun.com/mirror/docker-ce apt-get update apt-get -y install apt-transport-https ca-certificates curl gnupg lsb-release software-properties-common curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/debian/gpg | gpg --yes --dearmor -o

Debian10开启路由转发以及配置dhcp中继

文章目录 1、所需设备2、任务描述3、服务搭建 1、所需设备 Debian10需要两块网卡网卡1:192.168.1.1/24网卡2:10.1.1.1/24 2、任务描述 Debian10开启路由转发之后才可以启用用dhcp中继允许客户机通过dhcp获取IP地址,dhcp服务器地址192.168.1.254 3、服务搭建 配置网卡:vim

debian10安装笔记

debian10安装笔记 (1)制作启动盘,官网( https://cdimage.debian.org/cdimage/archive/10.9.0/amd64/iso-dvd/)下载镜像文件,选择**-DVD-1.ISO即可, -DVD-2与-DVD-3无法制作启动盘,使用refus制作upan启动盘(制作时需要科学上网,refus自动下载引导文件),用utriso制作无法启动(缺少引导

Debian10升级11(buster升级bullseye)

2021年8月14日,Debian11正式发布了,代号“bullseye” Debian 11 (bullseye), 64-bit PC 的发行说明 下面演示下Debian10升级到Debian11 现在的Debian版本10.10,Linux内核4.19 1、su - root切换root用户,环境变量(root登录的,可以跳过) 2、apt update && apt upgrade 更新下当前系统和

皮蛋学习日常:为Debian10的docker配置 macvlan网络并安装openwrt作为旁路由

1.通过ssh连接我们的服务器 这里默认你的系统已经安装好了docker,如果没有安装请搜索其他教程先安装好 2.查看网卡名称 使用 nmcli命令查看你的网卡名称 root@debian:~# nmcli enp2s0: connected to Wired connection 2 ... inet4 192.168.1.6/24 route4 192.168.

树莓派系统(debian10)系统配置小结

1.配置系统上网 在/etc/network目录下,使用nano编辑interfaces文件,使用命令为: sudo nano interfaces sudo /etc/init.d/networking restart auto eth0 iface eth0 inet static address 192.168.111.119 netmask 255.255.255.0 gateway 192.168.111.1 dns-nameservers 192.168.

debian10如何设置开机命令行

debian10开机默认命令行需要如下,grub修改,grub修改有两种办法和centos7比较类似,a)修改/etc/default/grub 然后update-grub2或者直接修改/boot/grub/grub.cfg(修改之前建议先备份)一般建议修改/etc/default/grub(第一行是让用户登录时命令行login,第二行时grub选择系统界面为命令行)GRUB_

debian10下miniconda环境配置

概述 环境安装 设置是否自动启动 基本使用 创建环境 进入/退出环境 安装 python package 概述 使用 python 做数据分析,目前最方便和最流行的环境就是 Anaconda。 Anaconda 太重,刚开始学习使用 python 数据分析,还是觉得 Miniconda 更好一些。 环境安装 我是在 Debian10 下

Debian10/Ubuntu 使用ufw

一、安装ufw 操作为root用户 # 检查是否安装ufw dpkg --get-selections | grep ufw #安装ufw apt-get install ufw ufw基础文件位置 配置文件:/etc/default/ufwlog文件:/var/log/ufw.log 二、ufw的常用命令 1. 基础命令 # 查看ufw是否在运行,如果你发现状态是: inactive , 意思

debian10 arm64架构下安装mysql或者mariadb

    mysql官方没有提供arm64架构的安装源 需要安装mysql的请查看这篇博客         【树莓派安装mysql5.7】 https://linuxer.top/archives/raspi-install-mysql57.html     我本地安装了 mariadb 为了省事, 下面是按照步骤   1,更新软件包   sudo apt update 2,安装Maria

debian10 配置ntp服务

debian10 配置ntp服务 1.安装ntp2.配置3.验证 服务器不能连外网,内网中有一台授时服务器,内网也搭建了debian10的本地镜像源 1.安装ntp apt install ntp 2.配置 sudo nano /etc/ntp.conf 注释掉如下的pool pool 0.debian.pool.ntp.org iburst pool 1.debian.pool.ntp.or

#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 main non-free contrib deb https://mirrors.aliyun.com/debian/ buster-updates main non-free contrib d

我的系统一:debian10最小安装

debian最小安装 第一步下载debian,下载网址:http://mirrors.163.com/debian-cd/10.7.0/i386/iso-cd/ 下载文件:debian-10.7.0-i386-xfce-CD-1.iso 找块的U盘,格式化后,下载安装工具UUI 插上U盘,打开UUI,选择debian net安装, 把iso文件装入u盘 找台电脑,用这块U盘启动 选择install,第二

[Linux]Debian10使用

第1章 Debian10安装 第2章 Debian10基本配置 1.网卡配置 debian所有的网卡都在一个配置文件里,这点和Centos7不一样 root@debian:~# grep "^[a-Z]" /etc/network/interfaces source /etc/network/interfaces.d/* auto lo iface lo inet loopback allow

使用ovftool工具实现exsi上主机的导入导出

现在在exsi上安装了一台debian10系统,然后也做好了系统的初始化,现在呢?想使用他作为基础模板,然后方便部署新的系统,有小伙伴会说使用克隆功能,不过克隆功能是针对一个exsi的,我现在想大规模exsi节点部署这种系统,那么就可以采用批量下发系统或者是导入导出模板的功能,而我这次讲的就是后

Debian10上安装PHP(支技术pdo扩展)

安装PHP 安装更新与PHP证书安装 apt update && apt upgrade apt install ca-certificates apt-transport-https wget -q https://packages.sury.org/php/apt.gpg -O- | sudo apt-key add - echo "deb https://packages.sury.org/php/ buster main" | tee /etc/apt/s

Debian10下赋予普通用户sudo权限

为了让普通用户拥有一些只有root可以执行的命令,但又不想将root的密码信息告诉别人,此时可以使用sudo命令,登录root账号修改/etc/sudoers文件。 1、为sudoers文件添加写的权限 :chmod u+w sudoers 2、编辑sudoers文件 : vim sudoers 3、# User privilege specification root    ALL=(