release ubuntu tls

Xshell连接wsl2下的Ubuntu

卸载ssh,再安装ssh sudo apt-get remove --purge openssh-server ## 先删ssh sudo apt-get install openssh-server ## 在安装ssh sudo rm /etc/ssh/ssh_config sudo servic ......
Xshell Ubuntu wsl2 wsl

Ubuntu 自动升级内核后网络不通

Ubuntu 22.04 自动升级内核后网络不通,现象是没有网络设备,有线和无线都没有。启动上一个内核检查,发现驱动在 linux-modules-extra-xxx-generic 里面,然而这个包并未安装,虽然手动安装可以解决,但更好的方案是安装 linux-generic-hwe-22.04, ......
内核 Ubuntu 网络

ubuntu 用V4L2采集图像经常卡死在VIDIOC_DQBUF ioctl(fd, VIDIOC_DQBUF, &buffer);

ioctl(fd, VIDIOC_DQBUF, &buffer); 我也遇到这样的问题,问老师解决了。原因:是虚拟机摄像头太慢了。解决方法:虚拟机》》设置》》硬件》》USB控制器》》连接USB兼容性改为USB3.1 ......
VIDIOC_DQBUF VIDIOC DQBUF 图像 ubuntu

ubuntu20.04下源码编译python 3.12

需要注意的地方 1.安装依赖:https://devguide.python.org/getting-started/setup-building/#build-dependencies sudo apt-get install build-essential gdb lcov pkg-config ......
源码 ubuntu python 20.04 3.12

TLS Handshake failed: tls: server selected unsupported protocol version 301

2023/10/23 21:04:55 D:/Dev/sre/gormSQLServer/main.go:20 [error] failed to initialize database, got error TLS Handshake failed: tls: server selected un ......

在使用Windows Server 2019 (1809)的EC2上安装WSL运行Ubuntu Linux

一、背景 在Windows 10上可以使用WSL和新的Terminal直接运行Linux,同时,还可以通过Windows Store在线商店安装需要的Linux发行版。但在Windows Server上,没有在线商店可用。因此,安装方法可以参考如下。 首先检查确认版本高于 Windows Serve ......
Windows Server Ubuntu Linux 2019

两台实体机器4个虚拟机节点的Hadoop集群搭建(Ubuntu版)

安装Ubuntu Linux元信息 两台机器,每台机器两台Ubuntu Ubuntu版本:ubuntu-22.04.3-desktop-amd64.iso 处理器数量2,每个处理器的核心数量2,总处理器核心数量4 单个虚拟机内存8192MB(8G),最大磁盘大小30G 参考链接 清华大学开源软件镜像 ......
节点 集群 实体 机器 Hadoop

c: thread in Ubuntu

/** * @file helloworld.c * @author your name (geovindu) * @brief * ide: vscode c11,c17 * @version 0.1 * @date 2023-10-21 * * @copyright Copyright (c) ......
thread Ubuntu in

Ubuntu 22.10 阿里云源

Ubuntu 22.10 更换阿里云源sudo vim /etc/apt/sources.list```deb http://mirrors.aliyun.com/ubuntu/ kinetic main restricted universe multiversedeb-src http://mi ......
Ubuntu 22.10 22 10

Ubuntu上解决快捷键与idea快捷键冲突

Ubuntu上解决快捷键与idea快捷键冲突 一、ubuntu 本身系统导致,需要修改 ubuntu 快捷键 解决方案: 设置 按钮→系统设置→硬件选项区域中的“键盘“→切换到”快捷键“选项卡中。将里面的ctrl+alt快捷键全部都禁用掉,按backspace禁用即可 1. ctrl+alt+t 会 ......
快捷键 Ubuntu idea

ubuntu 20.1 (linux) 下软件安装教程(基本上都是使用命令行安装)

一、node 1. 安装教程 # 第二步,添加源后安装 需要什么版本直接替换后面的数字即可,如果需要21,直接将20替换为21就可以了 curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - # 开始进行安装 sudo apt ......
命令 教程 ubuntu linux 软件

os: Ubuntu23.10.1之命令提示符:PS1

os: Ubuntu23.10.1之命令提示符:PS1 一、命令提示符【PS1】(位置:~/.bashrc) 1 # PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[ ......
提示符 命令 Ubuntu PS1 os

UBUNTU下第一次写简单驱动(笔记)

一、环境 Ubuntu14.04 +vmware tools 二、步骤 先写个.c文件,驱动文件一般没有printf,有自己的一套,先写一个helloword.c /* * helloworld.c * * 宇文凌风 * */ #include "linux/init.h" #include "li ......
第一次 笔记 UBUNTU

第一个驱动程序(在Ubuntu系统下运行)

一、构造内核源码树 # apt-cache search linux-source # apt-get install linux-source-4.4.0(下载的源码在目录/usr/src下) # 解压内核源码tar xjf ..... 进入源码目录 # make oldconfig # make ......
驱动程序 程序 Ubuntu 系统

linux内核编译安装(Ubuntu替换内核)

前言:Ubuntu替换内核一般是不会删除自己Ubuntu里面的东西的(只是内核改变,其它影响,放心搞就是了,而且可以变回原来的内核) 实验环境: OS:Ubuntu 20.04.2 LTSOld Kernel:linux 5.15.0New Kernel: linux 5.15.0(我测试过的只有原 ......
内核 Ubuntu linux

Ubuntu Server LTS 修改网卡ip地址方式

Ubuntu Server LTS 修改网卡ip地址方式、固定IP。 18.04 之前版本通过修改/etc/network/interfaces 方式,18.04 版本开始通过netplan 方式: 0 、备份sudo cp /etc/netplan/00-installer-config.yaml ......
网卡 地址 方式 Ubuntu Server

QT cmake工程使用QXlsx源码操作execl,无需编译QXlsx,也不需要下载其他东西,windows和ubuntu都可以

一、下载地址: 链接 二、进入下载好的QXlsx目录下,取出QXlsx目录和README.md待用 三、用qt创建一个简单的cmake工程,将QXlsx目录和README.md文件放到cmakelists.txt所在目录 四、修改cmakelists.txt文件 cmake_minimum_requ ......
QXlsx 源码 windows 东西 ubuntu

如何在Linux中实施密码策略(Ubuntu / CentOS)

尽管Linux被认为是一个安全的操作系统,但其安全性与登录用户的密码强度一样。密码策略的存在是为了确保为用户设置一个强大的密码,作为一个Linux用户,你应该注意执行这些策略,使违规行为难以发生。你肯定不希望用户配置弱密码或容易猜测的密码,这些密码可以在几秒钟内被黑客强行破解。在这篇文章中,我们将触 ......
策略 密码 CentOS Ubuntu Linux

Ubuntu 安装后docker后 执行docker命令报错 无法连接到位于的Docker守护进程

一、Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 解决方案: 在/etc/docker路径下创建(打开) daemon.json 写入 { "regi ......
docker 进程 命令 Ubuntu Docker

C# UWP 项目debug发布无问题运行,Release模式闪退问题的解决

近期解决了一个非常迷惑的一个问题,问题就在于,项目在本地环境运行时没有任何异常和闪退的现象,而且以Debug模式发布后,发布包安装后,运行也没有任何问题,但是当以Release模式发布并安装,就会出现闪退的问题。 针对对系统日志的分析和错误的解决,我们一共找到两个原因导致这个问题的出现。 1.初始化 ......
问题 Release 模式 项目 debug

Sitecore 里删除 Item 报错 Could not create SSL/TLS secure channel.

解决方法: 前往 mmc 里添加你的域名 win + r 输入 mmc 打开下图面板; ......
Sitecore channel create secure Could

Ubuntu 安装MySql

1. 安装 sudo apt install mysql-server sudo apt install mysql-cient 启动服务: windows 启动:net start mysql服务名 停止:net stop mysql服务名 mac 启动:mysql.server start 停止 ......
Ubuntu MySql

ubuntu vscode setting.json,c_cpp_properties.json

//settings.json { "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**", "/usr/include/c++/13", "/usr/include/x86_64-linux-g ......

ubuntu生成泛域名证书

安装cerbot apt install certbot 执行 you.cn 换成对应的域名 certbot certonly -d *.you.cn --manual --preferred-challenges dns --server https://acme-v02.api.letsencr ......
证书 域名 ubuntu

2023-01-01-one-wisdom-sentence-released

layout: post title: One wisdom sentence released updated: 2023-04-08 category: posts source: https://github.com/bGZo/blog/issues/11 number: 11 2023 新年 ......

2023-01-01-one-wisdom-sentence-released

layout: post title: One wisdom sentence released updated: 2023-04-08 category: posts source: https://github.com/bGZo/blog/issues/11 number: 11 2023 新年 ......

vscode远程ubuntu,python不识别opencv的函数

将opencv-python更新到4.8版本以上 https://github.com/microsoft/pylance-release/issues/4838 ......
函数 vscode ubuntu python opencv

如何在 Ubuntu上使用snap安装Docker

1 检查系统版本 具有sudo或root用户权限 2 安装 SNAP ctrl+alt+T 打开终端 运行以下命令以安装 SNAP sudo apt update sudo apt install snapd 安装完成后,可以运行以下命令来验证 SNAP 是否正确安装 snap version 3 ......
Ubuntu Docker snap

Ubuntu 开启root用户登陆

Ubuntu 开启root用户登陆 版本 20、22 的Ubuntu都可以 su #切换到root账户下面 如果不行。 # 如果Su不行,请输入 sudo -i, 然后用密码登陆 密码一般为当前账户的密码,必须有sudo的权限 passwd root # 先把root的密码设置一下,默认情况下 ro ......
用户 Ubuntu root

如何在linux(Ubuntu)下安装unity(Unity engine游戏引擎)

如果直接从unity官网下载unityhub的deb包,直接安装有可能出现unityhub打不开/打开缓慢/无法登陆/无法申请密钥等问题。 正解:从Unity官方源下载unity 1.先添加unityhub的储存库: sudo sh -c 'echo "deb https://hub.unity3d ......
引擎 Ubuntu engine linux Unity