libreoffice document install debian

PostgreSQL - Install PostgreSQL Client

zzh@ZZHPC:~$ sudo apt install postgresql-client zzh@ZZHPC:~$ psql --version psql (PostgreSQL) 14.9 (Ubuntu 14.9-0ubuntu0.22.04.1) ......
PostgreSQL Install Client

Debian10 离线安装docker

1、https://blog.csdn.net/u014454538/article/details/131919517 Debian9离线安装docker 2、https://www.cnblogs.com/nihaorz/p/12123803.html debian 10.x (buster) ......
Debian docker 10

linux: debian的数字版本号与别名

1、首先查看操作系统的版本 cat /etc/debian_version 2、然后可以查看Debian系统版本与code name之间的关系 https://wiki.debian.org/DebianReleases ......
别名 版本 数字 debian linux

Debian12安装必要的设置

允许root远程登录(可选) https://www.cnblogs.com/tothk/p/16441361.html 配置镜像源 https://www.cnblogs.com/tothk/p/16298181.html 修改系统时区 https://www.cnblogs.com/tothk/ ......
Debian 12

pip install报错"Can't connect to HTTPS URL because the SSL module is not available"

pip时install报错 一、故障现象 [root@jenkins /data/package/openssl-1.1.1n]# pip3 install emoji WARNING: pip is configured with locations that require TLS/SSL, h ......
quot available install connect because

npm install xxxx 报错 reify:fsevents: sill reify mark deleted []

1. 问题描述 执行安装内容: npm install sass -D 报错:reify:fsevents: sill reify mark deleted [] 2、解决方法 2.1 查看当前npm镜像: npm config get registry 发现是淘宝镜像 https://regist ......
reify fsevents install deleted mark

How to use 微PE to install WinOS. 怎么使用微PE安装系统.(no USB drive)

1.Download 微PE Install it. https://www.wepe.com.cn/download.html 2. Reboot your system, Select 微PE to start. 3. Open CGI备份还原 . Tips. Step 3 , choose y ......
install 系统 WinOS drive to

如何解决mim install mmengine/mmcv 时一直waring retry

mim install mmengine WARNING: Retrying (Retry(total=4 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after co ......
mmengine install waring retry mmcv

2023-11-23 npm install -g create-next-app ==>全局安装next,请确保你的node版本大于等于18.17.0

PS D:\xls\box> npm install -g create-next-app npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'create-next-app@14.0.3', npm WARN ......
next create-next-app 全局 install 版本

npm install 遇到的一些问题

node 不是命令符 快捷键win+R,输入 cmd,打开命令窗口,输入 node,如果出现了版本信息,就说明安装成功了 node.js。 右键以管理员身份打开 vsCode,打开项目,打开终端,再次输入 npm install,就不会报此错误了。 npm ERR! code ERR_SOCKET_ ......
install 问题 npm

filerun docker方式安装(debian arm64, tinkerboard2s类似树莓派)

启动mysql docker run -p 3366:3306 --name mysql57 --privileged=true -e MYSQL_ROOT_PASSWORD=12345 -v /mnt/docker/varlibmysql:/var/lib/mysql -d liupeng0518 ......

No installations recognized 以及 nvm use切换node版本无效的解决办法

NodeJS版本管理工具——NVM:https://blog.csdn.net/weixin_44767973/article/details/131591333 前端开发node.js、vue安装环境【安装node版本管理工具-nvm,耗时一天时间踩坑总结】: https://blog.csdn. ......
installations recognized 版本 办法 node

npm install 报错

node-sass找不到 => 降低版本 => 发现package.json和package-lock.json中的nodesass版本不一致 => 卸载依赖,使用cnpm安装 => 依赖安装不全 => 使用npm安装,报错如下,解决方法如下 => 项目正常启动 npm install --lega ......
install npm

debian12 笔记

前言 最近在win10通过wsl安装了debian linux子系统(wsl2安装报错了。。所以改成了wsl),没想到安装的还是最新的debian12 (Bookworm)。的确和ubuntu有些不一样,现在把一些使用情况记录下来,以备参考。 正文 1. 更换国内源 # 切换到sudo sudo s ......
笔记 debian 12

Troubleshooting ‘Externally Managed Environment’ Error in Debian 12 Pip3 Installation

https://medium.com/@kiena/troubleshooting-externally-managed-environment-error-in-debian-12-pip3-installation-439d62e5a970 When working with Python on ......

Centos 中在使用 yum install 时候报错解决

1.错误:在"/etc/yum.repos.d", "/etc/yum/repos.d", "/etc/distro.repos.d"中没有被启用的仓库 报错如下图 查资料得知为Centos 的原件源仓库配置文件错误 https://wenku.csdn.net/answer/eb4a07cfcd4 ......
install 时候 Centos yum

安装install的项目的报错sass npm ERR! node-sass@4.14.1 postinstall: `node scripts/build.js`

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.14.1 postinstall: `node scripts/build.js` npm ERR! Exit status 1 npm ERR! npm ERR! Fail ......
sass node postinstall node-sass install

yum install 出错

``` yum -y install ansible ``` 出错 一直在刷屏,刚开始以为在安装但是最后没有安装成功 百度发现是这是redhat7和8的yum源混用 1.先确认本机器系统信息 cat /etc/*-release ......
install yum

VirtualBox安装Debian12

下载地址: VirtualBox 7.0 官网: https://www.virtualbox.org/wiki/Downloads Debian12 官网: https://www.debian.org/index.zh-cn.html 安装 打开VirtualBox,点击新建,根据提示安装。 安 ......
VirtualBox Debian 12

Can't locate Devel/Size.pm in @INC (you may need to install the Devel::Size module)

001、perl 模块报错如下:Can't locate Devel/Size.pm in @INC (you may need to install the Devel::Size module) 002、解决方法: 安装该模块 (base) [b20223040323@admin1 003_an ......
Devel Size install locate module

Debian关闭防火墙命令详解

防火墙是保护计算机系统安全的关键组件。在一些情况下,需要关闭防火墙,以允许特定的应用程序或服务访问网络。在Debian系统中关闭防火墙的方法多种多样,本文将从多个方面对Debian关闭防火墙命令进行详细阐述。 一、Debian关闭防火墙命令行 在Debian系统中,可以通过命令行关闭防火墙。使用以下 ......
防火墙 命令 Debian

mac 下使用 brew 安装包报错 error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!

mac 下使用 brew 安装包报错 error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)! To rerun under ARM use: arch -arm64 brew install ... T ......
homebrew Rosetta default install Cannot

git拉取项目失败怎么办? 前端vue2 都需要install 什么依赖

git config --list --show-origin 查看git文件下面所有对应文件目录 下面是设计配置文件 http的缓存大小 和 那个最低时间 和 速度 git config --global http.lowSpeedTime 999999 git config --global h ......
前端 怎么办 install 项目 vue2

document有readyState属性来描述document的loading状态,readyState的改变会触发readystatechange事件.

以下哪些事件会在页面加载完成(onload)之前触发? A readystatechange B pageshow C beforeunload D DOMContentLoaded 正确答案:AD 选择AD。 A. readystatechange document有readyState属性来描述 ......

vcpkg install polyclipping:x64-windows Could not locate a manifest (vcpkg.json) above the current working directory. This vcpkg distribution does not have a classic mode instance.

错误信息表明 vcpkg 在当前工作目录及其父目录中找不到 vcpkg.json 文件,因此无法确定要安装的库。 这可能是因为你执行 vcpkg install 命令的位置不在包含 vcpkg.json 文件的项目目录中。 以下是解决方法: 确保在包含 vcpkg.json 的项目目录中运行命令: ......

java 使用documents4j将word转pdf

documents4j 简介 document4j是一个用来进行文档格式转换的Java工具库,它通过借助本机中支持指定文件格式到目标文件格式转换的应用,来实现整个转换的过程。 document4j 实现了Microsoft Word、Excel的适配功能,可以将docx文件转换为pdf文件,并且在这 ......
documents4j documents4 documents java word

Protobuf - Protocol Buffer Compiler Installation

$ apt install -y protobuf-compiler To generate source code from .proto files, first install protoc, the protocol buffer compiler (https://grpc.io/docs ......

WSL2报错:nvidia-smi Command ‘nvidia-smi‘ not found, but can be installed with:

找了很多方法在社区找了很多方法,结果在b站评论区找到了一个方法给解决了原本一开始有人说是驱动版本问题我nvcc -V是ok的,但是nvidia-smi一直报错,Command ‘nvidia-smi’ not found, but can be installed with: 解决cp /usr/l ......
nvidia-smi nvidia installed smi Command

vcpkg downloads installed 等目录做啥用的?

GitHub Copilot: vcpkg 是一个C++包管理器,它有几个重要的目录: downloads:这个目录用于存储下载的包的源代码。当你安装一个包时,vcpkg 首先会下载包的源代码到这个目录。 installed:这个目录用于存储已经构建和安装的包。当你构建一个包时,vcpkg 会在这个 ......
downloads installed 目录 vcpkg

随笔-Centos7 install systemtap

SystemTap Beginners Guide Chapter 2. Using SystemTap This chapter instructs users how to install SystemTap, and provides an introduction on how to run ......
systemtap 随笔 Centos7 install Centos