deployment setting ubuntu server

Ubuntu桌面下Vue开发环境搭建

# Ubuntu桌面下Vue开发环境搭建 ## node环境 ### node安装 > [node官网](https://nodejs.org/en) 下载node安装包:node-v18.16.0-linux-x64.tar.xz ```shell # 解压 sudo tar -xvJf node ......
桌面 环境 Ubuntu Vue

安装ubuntu22.04.2后的操作

一、更新系统 指令一:sudo apt-get update 指令二:sudo apt-get -y dist-upgrade 指令三:sudo apt-get clean 说明:清除更新时下载回来的软件包。 指令四:sudo apt-get autoremove 说明:自动清除更新后用不到的旧版本 ......
ubuntu 22 04

用ABP Suite创建Blazor Server的应用程序

这个应用程序我们取名为BlazorOne,意思是集AuthServer、HttpApi Host和Blazor Server3个功能于一体的应用程序。因为ABP Suite支持另外一种模式,是把上述3个功能独立部署。为了由浅入深的介绍ABP的模块化开发,我们先完成BlazorOne吧!# 1、# 2 ......
应用程序 程序 Blazor Server Suite

Family of Solution Sets

欢迎投歌词!评论告诉我歌曲链接和词就好啦~大概四五天一更? - [Solution Set - “卷起击碎定论的漩涡”](https://www.cnblogs.com/rainybunny/p/17345440.html) $\to$ [《夏虫》](https://www.bilibili.com ......
Solution Family Sets of

Ubuntu 22.04 安装中文输入法

# 安装命令 ```bash sudo apt install -y fcitx5 fcitx5-chinese-addons fcitx5-frontend-gtk4 sudo apt remove ibus sudo apt autoremove ``` # 参考链接 [Ubuntu22.04安 ......
输入法 Ubuntu 22.04 22 04

map_server 中障碍物计算规则

> 博客地址:https://www.cnblogs.com/zylyehuo/ > 参考链接 > > [Autolabor-ROS机器人入门课程《ROS理论与实践》](http://www.autolabor.com.cn/book/ROSTutorials/di-6-zhang-ji-qi-re ......
障碍物 map_server 障碍 规则 server

通过docker启动seata-server

1、获取镜像(需要获取和自己依赖匹配的版本),这里我获取的是1.4.2 `docker pull seataio/seata-server:1.4.2` 2、启动镜像,将seata-server的配置文件复制到当前系统中 随便启动以下 `docker run --name seata-server ......
seata-server docker server seata

ubuntu中使用vscode进行cuda c代码debug出现 no such file or directory 的问题

{ "version": "0.2.0", "configurations": [ { "name": "CUDA C++: Launch", "type": "cuda-gdb", "request": "launch", "program": "${fileDirname}/test.err", ......
directory 代码 ubuntu vscode 问题

Creating your own OpenID Connect server with ASOS: testing your authorization server with Postman

This post is the eighth part of a series of blog posts entitled Creating your own OpenID Connect server with ASOS: Introduction Choosing the right flo ......
server your with authorization Creating

python中set和frozenset方法和区别

set(可变集合)与frozenset(不可变集合)的区别: set无序排序且不重复,是可变的,有add(),remove()等方法。既然是可变的,所以它不存在哈希值。基本功能包括关系测试和消除重复元素. 集合对象还支持union(联合), intersection(交集), difference( ......
frozenset 方法 python set

ubuntu部署srs流媒体服务

以下内容摘抄自官网地址:https://ossrs.net/lts/zh-cn/docs/v4/doc/getting-started-build 直播是SRS的典型场景,支持推直播流后多种观看方式。 下载源码,推荐用Ubuntu20: git clone -b 4.0release https:/ ......
流媒 流媒体 ubuntu srs

Ubuntu时间与系统时间相差8小时的解决办法

原因:时区不同 解决办法一 查看当前系统时间 sudo date -R修改文件 sudo vim /etc/profile在/etc/profile文件中增加一行 export TZ='CST-8'执行使文件立即生效 source /etc/profile查看当前系统时间 sudo date -R方 ......
时间 小时 办法 Ubuntu 系统

Nacos 启动出现No DataSource set

出现此问题需检查下: 配置信息是否已启用,默认nacos使用内置数据库,如果要使用外置数据库时需要更改配置文件: application.properties 更新如下4个信息,设置为要使用的外部数据库信息 启动nacos 如果还是出现 连接数据库失败提示: 在保障外部数据库可用,且配置数据连接信息 ......
DataSource Nacos set

django報錯 django.db.utils.OperationalError: (2006, 'MySQL server has gone away')

Internal Server Error: /lotus/sectors/getAll/129/ Traceback (most recent call last): File "/root/.cache/pypoetry/virtualenvs/lotus-mammoth-backend-BC7 ......
django OperationalError server MySQL utils

Putty连接虚拟机(在win11中安装的ubuntu20.04)提示: Network error: Connection refused

# 开启防火墙 sudo ufw enable# 开启22号端口 sudo ufw allow 22 # 重启防火墙 sudo ufw reload # 查看状态 sudo ufw status # 安装ssh sudo apt install openssh-server# 尝试能否远程登录ssh ......
Connection Network refused ubuntu Putty

在ubuntu中为path环境变量添加一个新路径

1.查看原来的path环境变量的内容 echo $PATH 2.将路径 /home/sgj/.local/bin添加到path环境变量中 # 打开/etc/profile问价 sudo /etc/profile 3.在最后一行输入以下内容 路径了。加上之后就是不要忘记原来的路径,最后的:$PATH不 ......
变量 路径 环境 ubuntu path

ubuntu network配置

引用: ubuntu 22.04如何配置静态IP、网关、DNS - 小鲨鱼2018 - 博客园 (cnblogs.com) Network configuration | Ubuntu 1、当前系统 lsb_release -a ubuntu 22.04. 2、进入/etc/netplan/目录,列 ......
network ubuntu

Ubuntu2004/1804安装Cacti服务器

什么是Cacti? Cacti 是一个完全开源的网络监控和绘图工具,被设计为行业标准数据记录工具 RRDtool 的前端应用程序。Cacti 利用 RRDTool 的数据存储和图形功能的强大功能。Cacti 的一些优秀功能包括: 快速轮询指标 支持多种数据采集方式 支持高级图形模板 使用 ACL 的 ......
服务器 Ubuntu Cacti 2004 1804

.Net Grpc Client调用Java Grpc Server

1. Java Grpc Server 参考地址: grpc-java os-maven-plugin protobuf-maven-plugin 1.新建SpringBoot项目[略] 2.POM引入相关依赖 <dependencies> <dependency> <groupId>io.gith ......
Grpc Client Server Java Net

直播商城源码,Android实现监听Settings值变化的功能

直播商城源码,Android实现监听Settings值变化的功能 先创建一个内部类继承自ContentObserver class SettingsContentObserver extends ContentObserver { public SettingsContentObserver() { ......
源码 Settings Android 功能 商城

ubuntu 18.04 安装搜狗拼音输入法

一、下载搜狗拼音Linux版本 搜狗拼音官网直达:https://shurufa.sogou.com/linux?r=pinyin 本次下载最新版本,文件名:sogoupinyin_4.0.1.2800_x86_64.deb 二、安装前准备 建议更新国内源,推荐 阿里云 的源; //1、更新源 su ......
拼音 输入法 搜狗 ubuntu 18.04

Linux系统Mariadb初始化相关(ubuntu)

#事先声明,此文是一边写一边操作的,中间可能有不一致的地方,大体思路就是参照windows下的目录规范,将 mysql的各目录及文件进行类比放置,然后执行重建数据库命令,也许你只是想修改下data目录,那么下面的指令按需修改即可#数据库重建 sudo mysql_install_db --defau ......
Mariadb ubuntu 系统 Linux

Ubuntu安装云崽+ChatGPT

Ubuntu安装云崽+ChatGPT 憨憨博客:https://blog.hanhanz.top Centos教程:https://blog.hanhanz.top/archives/309.html 视频教程请进群获取:559567232 使用sudo su进到root账户 安装nodejs #把 ......
ChatGPT Ubuntu

Ubuntu下,已经编译了OSG,如何增加OsgFbx插件,支持读取.fbx格式文件[转]

最近在搞OSG相关的东西,美术给了个.fbx格式的模型,但死活无法加载,在网上搜了一圈,发现需要增加个插件才能支持这种格式的模型读取。 一、osg支持的文件格式列表 可以参看下这篇博文[原][资料整理][osg]osgDB文件读取插件,工作机制,支持格式,自定义插件 - 南水之源 - 博客园 二、在 ......
插件 格式 文件 Ubuntu OsgFbx

ubuntu20安装无线网卡AX1675i网卡驱动(AX210网卡也是这样安装)

#非凡s3电脑上的网卡sudo apt updatesudo apt-get install -y gitsudo apt-get install build-essential安装iwlwifi-*git clone git://git.kernel.org/pub/scm/linux/kerne ......

dpkg命令用法、Ubuntu下deb包的解压、打包、安装、卸载及常用命令参数

dpkg命令的用法 不带图简装:https://blog.csdn.net/wanghuohuo13/article/details/78916821?ops_request_misc=&request_id=&biz_id=102&utm_term=dpkg&utm_medium=distribu ......
命令 常用 参数 Ubuntu dpkg

ubuntu安装docker官方指导方法-附官方指导地址

先上官方指导地址:https://docs.docker.com/engine/install/ubuntu/ 再上官方指导: Install Docker Engine on Ubuntu To get started with Docker Engine on Ubuntu, make sure ......
官方 地址 方法 ubuntu docker

Missing binding E:\server\dovip\buyer-pc-web\node_modules\node-sass\vendor\win32-x64-83\binding.node Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 14.x

error in ./src/components/Search.vue?vue&type=style&index=0&id=7cb41050&scoped=true&lang=scss& Syntax Error: Error: Missing binding E:\server\dovip\bu ......
binding node Node buyer-pc-web node_modules

screenfetch显示Resolution: no X Server

重装了系统,可正常使用。使用screenfetch显示系统信息,但是分辨率一项:。没搜到原因。找来源码https://github.com/KittyKatt/screenFetch 其中一段探测分辨率的函数: 显示该函数并没有探测${distro}="Linux"的一项,所以会保留初设值,并不是机 ......
screenfetch Resolution Server no

T-SQL—— SQL Server 时间格式化

shanzm-2023年5月15日 17:23:40 0.说明 SQLServer2008版本及之前版本,使用CONVERT函数对日期进行格式转换 SQLServer2012版本及以后版本,引入了FORMAT函数,该函数对日期格式化更方便,也更便于记忆使用 1.使用Convert转换时间格式 | S ......
SQL 格式 时间 Server T-SQL