会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
silent
博客园
首页
新随笔
联系
订阅
管理
2023年12月26日
一个ssh无法远程登录的问题跟踪解决
摘要: 用户反馈龙芯服务器系统loongnix-server使用root用户ssh远程登录,有时候可以有时候又无法登录,频繁出现错误:Permission denied,please try again。我分析可能是防火墙拦截,也可能是登录连接数达到限制,无法接入新的连接,后去掉防火墙直连还是出现问题,查看
阅读全文
posted @ 2023-12-26 09:48 silent
阅读(416)
评论(1)
推荐(1)
2023年7月6日
龙芯电脑编译redis (loongarch)
摘要: 1、获取源码 源码地址:https://redis.io/download/#redis-downloads 最新版本是7.2,这里用redis5测试,最后一个版本是5.0.14 wget https://download.redis.io/releases/redis-5.0.14.tar.gz
阅读全文
posted @ 2023-07-06 14:18 silent
阅读(697)
评论(2)
推荐(0)
2023年6月12日
龙芯下如何进行.net core程序开发部署
摘要: 2022年4月,基础的运行时架构代码全部通过社区技术评审,。.NET国际开源社区正式宣布支持LoongArch(龙架构),目前LoongArch64架构已出现在.NET社区主干分支上。 .NET 是一个免费的跨平台开源开发人员平台,用于生成许多不同类型的应用。使用 .NET,可以使用多种语言、编辑器
阅读全文
posted @ 2023-06-12 10:35 silent
阅读(2025)
评论(5)
推荐(12)
2023年2月23日
loongnix下guacamole-server编译安装
摘要: 1、代码获取 官网地址:https://guacamole.apache.org/doc/gug/troubleshooting.html 代码获取地址:https://github.com/apache/guacamole-server/tags 本地编译的版本:1.5.0 先安装编译工具: yu
阅读全文
posted @ 2023-02-23 09:06 silent
阅读(474)
评论(0)
推荐(0)
2023年2月22日
loongnix-server编译安装libtelnet
摘要: 在loongnix-server8.3下编译guacamole-server时会使用到libtelnet ,但源里默认没有安装libtelnet ,因此需要编译安装一下: 1、源码获取 wget https://github.com/seanmiddleditch/libtelnet/archive
阅读全文
posted @ 2023-02-22 10:51 silent
阅读(173)
评论(0)
推荐(0)
loongnix-server上编译安装libssh2
摘要: 在loongnix-server8.3下编译guacamole-server时会使用到libssh2 ,但源里默认没有安装libssh2 ,因此需要编译安装一下: 1、代码获取: wget https://gitcode.net/mirrors/libssh2/libssh2/-/archive/l
阅读全文
posted @ 2023-02-22 10:23 silent
阅读(131)
评论(0)
推荐(0)
2023年2月17日
loongnix编译安装Rpcgen
摘要: rpcgen,通过C语言实现的RPC协议工具,在编译mysql的时候需要使用,因为龙芯loongnix仓库没有现成的包,因此需要单独编译才能使用。 源码下载地址:https://github.com/thkukuk/rpcsvc-proto/releases 第一步:源码获取 wget https:
阅读全文
posted @ 2023-02-17 17:17 silent
阅读(680)
评论(0)
推荐(0)
2023年1月10日
龙芯平台安装docker-compose(loongnix-server)
摘要: 1、首先安装docker 关闭防火墙: systemctl stop firewalld systemctl disable firewalld 安装docker yum install docker-ce -y service docker start systemctl enable docke
阅读全文
posted @ 2023-01-10 17:29 silent
阅读(1653)
评论(1)
推荐(0)
2022年11月18日
loongnix-server配置root自动登陆
摘要: loongnix-server窗口界面默认必须输入用户名和密码登陆,但是我们可以通过配置让 lightdm 支持 root 登陆,配置如下: vim /etc/lightdm/lightdm.conf 直接在最下方添加以下内容: [SeatDefaults] autologin-user=root
阅读全文
posted @ 2022-11-18 15:02 silent
阅读(221)
评论(0)
推荐(0)
2022年8月26日
龙芯电脑编译grafana过程
摘要: 1、环境说明 操作系统:loongnix-server8.3 golang环境:yum install golang-1.18 go env -w GOPROXY=http://goproxy.loongnix.cn:3000,direct go env -w GOSUMDB=off export
阅读全文
posted @ 2022-08-26 17:40 silent
阅读(518)
评论(0)
推荐(0)
下一页