07 2021 档案
摘要:VNC在不同的Linux distributions下,部署有些差异,网上试了一些办法,不是很稳定. 以下内容针对Ubuntu 18.04 LTS系统,视具体情况而定 安装TigerVNC sudo apt install xserver-xorg-core sudo apt install tig
阅读全文
摘要:在个人home 目录下将 export XDG_RUNTIME_DIR=directory #a specific directory you specify export RUNLEVEL=3 添加到:.bashrc 然后 source .bashrc
阅读全文
摘要:普通用户下安装,一路next,完成将license文件放在~/BIOVIA_LicensePack/Licenses目录下 配置队列系统并启动gateway: #在~/BIOVIA/MaterialsStudio20.1/etc/Gateway/root_default/dsd/commands/q
阅读全文
摘要:下为开源版本openlava的安装和部署,LSF(LSF Community Edition)有社区版可用 安装配置(安装目录:/opt/openlava-4.0/): yum install tcl-devel # dependency yum install ncurses-devel #dep
阅读全文
摘要:Ubuntu的Gnome桌面做了一些定制化设置,在CentOS上部署vnc方法不再直接适用,网上一些其他办法坑较多,这里建议另一种部署起来更简单有效的xrdp协议,通过Windows自带的远程桌面连接来进行远程访问. 依次安装下列package: sudo apt-get install xserv
阅读全文