ubuntu server 20.4 root

关于查看ubuntu下安装的字体

import matplotlib.font_manager as fm # 获取系统上的所有可用字体font_list = fm.fontManager.ttflist # 打印字体列表for font in font_list: print(font.name) 这将打印出系统上安装的所有可用字 ......
字体 ubuntu

C#读写SQL Server的操作,仅作为记录

public static string connStr = "Server=127.0.0.1;Database=WJB;User Id=sa;Password=XXXXXX"; /// <summary> /// 根据SQL语句返回所查询的DataTable对像,有参数 /// </summar ......
Server SQL

使用Docker自定义配置部署RustDesk Server

“RustDesk 是一款可以平替 TeamViewer 的开源软件,旨在提供安全便捷的自建方案。” 这是RustDesk官网对自己的描述。 作为一款使用Rust语言开发的开源软件,在为数不多的Rust开发者和数量庞大的Rust学习者中还是有相当的知名度的,并且商业化的RustDesk Pro也是如 ......
RustDesk Docker Server

Mysql访问问题,远程连接提示:Host 'xxx' is not allowed to connect to this MySQL server。是mysql未开启mysql远程访问权限导致

1、MySql服务器共享问题 对于在车间工作者,如果远程Mysql,我们这里假定网线连接 GRANT ALL PRIVILEGES ON *.* TO 'root'@'192.168.1.3' IDENTIFIED BY 'mypassword' WITH GRANT OPTION; 允许对应的主机 ......
mysql 权限 allowed connect server

SQL Server 2019 非域&非集群环境创建Always On “只读扩展”

SQLServer 2019开始支持“read-scale for an Always On availability group”,中文翻译的很别扭,是"读取缩放",繁体版翻译为“读取级别”,其特点不依赖于windows的cluster集群以及域,简化了搭建操作步骤和前置条件,与传统的availa ......
集群 环境 Always Server 2019

ubuntu22.04安装Goland2022.2.4

ubuntu22.04安装Goland2022.2.4 自行下载Goland版本 下载goland wget https://download.jetbrains.com/go/goland-2022.2.4.tar.gz ./ 将下载的压缩文件解压到指定目录 sudo tar -zxvf gola ......
ubuntu Goland 22.04 2022 22

【Nacos】启动报错 failed to req API:/nacos/v1/ns/instance after all servers([xxx]) tried: ErrCode:403、NacosException: Client not connected,current status: STARTING

1 com.alibaba.nacos.api.exception.NacosException:failed to req API:/nacos/v1/ns/instance after all servers([xxx]) tried: ErrCode:403, ErrMsg:<html><bo ......

Windows Server Core 文件权限及安全策略设置

1. 修改文件夹权限ACL icacls c:\share /grant everyone:(oi)(ci)(f) /t 2. 修改用户密码策略及其他 导出策略: secedit /export /cfg c:\sec.txt /log c:\sec1.log 修改C:\sec.txt 文件中的以下 ......
权限 策略 Windows 文件 Server

性能测试复习准备——linux环境下安装nacos-server-2.3.0.tar.gz

参考:https://blog.csdn.net/henrin/article/details/130898186 参考:https://blog.csdn.net/weixin_59663288/article/details/125958594?utm_medium=distribute.pc_ ......
nacos-server 性能 环境 server linux

MySQL 给root开启远程连接

一、连接数据库 mysql -u root -p // 在下一行输入密码 二、为root用户开启远程连接mysql数据库(注意要带分号) grant all privileges on *.* to 'root'@'%' identified by 'root' with grant option; ......
MySQL root

Zulip: Debugging Zulip-Mobile: Server + Android + IOS

https://github.com/abaelhe/zulip https://github.com/abaelhe/zulip-mobile Debugging Seeing what the app is doing is an essential part of development. A ......
Zulip Zulip-Mobile Debugging Android Mobile

rk3568移植搭建Ubuntu20.04.5根文件系统

一.下载ubuntu-base https://cdimage.ubuntu.com/ubuntu-base/releases/20.04.5/release/ 下载固件:buntu-base-20.04.5-base-arm64.tar.gz 根文件系统创建目录ubuntu_rootfs,并解压到 ......
文件 Ubuntu 系统 3568 rk

Template Engines for Spring: FreeMarker | Java Server Pages | Thymeleaf | Jade4j

Besides the template engines described so far, there are quite a few more available which may be used. Let’s review some of them briefly. Velocity is ......
FreeMarker Thymeleaf Template Engines Spring

ubuntu 18 安装odoo 17版本

odoo源码: https://github.com/odoo/odoo/ git clone https://github.com/odoo/odoo.git --branch=17.0 python 安装避坑: 安装python 3.10.2 版本就好了, 不要想着装高版本, 我装3.12.x ......
版本 ubuntu odoo 18

Ubuntu安装可视化界面

Ubuntu安装可视化界面 ubuntu版本20.4.1 升级ubuntu命令 sudo apt update sudo apt upgrade 安装ubuntu-desktop sudo apt install ubuntu-desktop 选择keep the local version cur ......
界面 Ubuntu

忘记root密码解决方法

起因:很久之前创建的一台Linux虚拟机 忘记密码 解决方法: 1、重启 2、这个界面按e,进入编辑界面 3、在linux16这一行后面加入内容: init=/bin/sh 4、按Ctrl+X进入单用户模式 5、单用户模式下挂载根目录 mount -o remount, rw / 6、修改root用 ......
密码 方法 root

Hyper-V Server 2019 安装VMWare Workstation

管理员命令行运行: bcdedit /set hypervisorlaunchtype off ......
Workstation Hyper-V Server VMWare Hyper

ubuntu 22.04.1安装雷池开源waf应用防火墙

ubuntu 22.04.1安装雷池开源waf应用防火墙 雷池waf是开源应用防火墙,国内首创、业内领先的智能语义分析算法 官方网站:https://waf-ce.chaitin.cn/ 官方文档:https://waf-ce.chaitin.cn/docs/ 官方安装文档:https://waf- ......
雷池 防火墙 ubuntu waf 22

Seata 启动报错:[imeoutChecker_1] i.s.c.r.netty.NettyClientChannelManager : no available server to connect.

Seata 启动报错:[imeoutChecker_1] i.s.c.r.netty.NettyClientChannelManager : no available server to connect. 1. 问题 2. 解决【application.xml 和 file.conf 参数要相对应】 ......

ubuntu防火墙ufw基本使用方法

ubuntu系统基本使用方法 防火墙 # 查看服务器防火墙状态 ufw status # 将防火墙设置为可用状态 ufw enable # 将防火墙设置为关闭状态 ufw disbale # 放行端口 ufw allow 22 # 指定ip为192.168.1.1的计算机操作所有端口 ufw all ......
使用方法 防火墙 方法 ubuntu ufw

ubuntu下完全卸载重装docker教程

操作需在管理员权限下运行 卸载docker 1.删除docker的所有包 apt-get autoremove docker docker-ce docker-engine docker.io containerd runc 2.查看docker是否卸载干净 dpkg -l | grep docke ......
教程 ubuntu docker

miui不root卸载更新

建议卸载更新前提前备份“系统更新”确保有这样东西1、Windows电脑一台2、adb文件(自行下载),如果里面包含adb.exe、AdbWinApi.dll、AdbWinUsbApi.dll这三个文件证明下载对了。 首先把下载来的adb.exe、AdbWinApi.dll、AdbWinUsbApi. ......
miui root

code-server go环境

目录docker-compose.ymlDockerfilegvm管理go版本 docker-compose.yml version: '3' services: code-server: build: context: ./code-server/ dockerfile: Dockerfile i ......
code-server 环境 server code

Ubuntu下不能解析“us.archive.ubuntu.com”

解决方法:VMware设置DNS。具体地,点击编辑->虚拟网络编辑器->(管理员权限)更改设置->NAT设置。 ......
archive Ubuntu ubuntu com us

Windwos Server 2012 自带的端口转发工具的命令

Windwos Server 2012 自带的端口转发工具的命令 添加: netsh interface portproxy add v4tov4 listenaddress=* listenport=1300 connectaddress=xxx.xxx.xxx.xxx connectport=5 ......
端口 命令 Windwos 工具 Server

ubuntu 创建一个与系统 python 分离的 python 环境

为什么需要这样的 python 环境 以免破坏系统 python 避免和其他用户共用 python 让 python 环境私有 如何创建这样的环境 下载 python 安装包 apt download python3.8-minimal 如果系统提示没有对应的版本,可以试试将 3.8 修改为其他版本 ......
python 环境 ubuntu 系统

code-server 安装

目录官方文档Docker部署docker-compose.ymlDockerfile 构建开发环境镜像 官方文档 https://coder.com/docs/code-server/latest Docker部署 https://hub.docker.com/r/codercom/code-ser ......
code-server server code

连接MySQL报错{"Authentication to host 'PC10103' for user 'root' using method 'sha256_password' failed with message: Access denied for user 'root'@'PC10103' (using password: YES)"}

连接MySQL报错{"Authentication to host 'PC10103' for user 'root' using method 'sha256_password' failed with message: Access denied for user 'root'@'PC10103 ......
39 password 10103 using quot

window10下ubuntu系统安装docker服务启动不起来问题排查解决。

https://blog.csdn.net/VeryLost/article/details/128611800 因为最新版的ubuntu系统使用了iptables-nft,而WSL2不支持导致的。 需要使用如下命令修改信息: root@username:/# update-alternatives ......
window ubuntu docker 问题 系统

记录ArcGIS Server Manager服务的网站配置文件泄露漏洞

描述 此漏洞在ArcGIS Server 10.2 for Windows上被发现,在启用了ArcGIS Server Manager服务时,通过GET请求 [主机+端口]/arcgis/manager/3370/js/../WEB-INT/web.xml 地址,任意用户可获取ArcGIS的mana ......
漏洞 Manager 文件 ArcGIS Server
共3700篇  :10/124页 首页上一页10下一页尾页