logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Ubuntu Remmina 远程桌面提示 “无法连接到RDP服务器”

Ubuntu 中用 Remmina 远程桌面来登陆管理远程的Windows 电脑还是非常方便的,但是有时候会发生莫名的报错  “无法连接到RDP服务器” ,此时在命令行下面调用 rdesktop 是可以正常连接服务器,但是 Remmina 就不行了,找了半天找到解决方法。删除 ~/.freerdp/known_hosts 即可,貌似是被控端的证书变更了,或者失效了,系统没有及时更新,导致异常。

LINUX 定时任务

创建脚本 hello.shehco "Hello World !"创建任务crontab -e*/1 * * * * /root/hello.sh查看任务crontab -lcrontab -l查看任务执行信息cat /var/spool/mail/root #root 代表你创建任务的用户...

Eclipse Maven 非本地Spark

本地Spark跑不会出现什么问题,但是切换到服务器上各种问题。异常java.lang.ClassCastException: cannot assign instance of java.lang.invoke.SerializedLambda to field org.apache.spark.api.java.JavaRDDLike$$anonfun$fn$1$1.f$3 of ty...

Unknown plugin "transform-class-properties" specified in "base" at 0

Linuxnpm install babel-plugin-transform-class-properties babel-plugin-transform-decorators-legacy babel-plugin-transform-export-extensions babel-plugin-transform-object-rest-spread babel-preset-env...

到底了