ogre
1、Ogre
Object-Oriented Graphics Rendering Engine
* https://www.ogre3d.org/download/sdk/sdk-ogre
* https://ogrecave.github.io/ogre/api/latest/tutorials.html
专注于数字孪生及工业软件SaaS的研发
Object-Oriented Graphics Rendering Engine
* https://www.ogre3d.org/download/sdk/sdk-ogre
* https://ogrecave.github.io/ogre/api/latest/tutorials.html
duf is a tool for Disk Usage/Free Utility
$ wget https://github.com/muesli/duf/releases/download/v0.6.2/duf_0.6.2_linux_x86_64.tar.gz
$ tar zxvf …
Ubuntu平台上(其他Linux平台没测试过),运行Docker的GUI是很简单的事情,只要共享DISPLAY变量挂在/tmp/.X11-unix,并且开放控制X server的访问权限即可。
在宿主机上运行命令
$ xhost +
此时就可以使用docker的图形界面了,比如测试如下:
$ sudo docker run -it …
小米笔记本Pro15 OLED 锐龙版 R7
必须安装ubuntu-21.04!ubuntu-21.04! ubuntu-21.04! 如果确实要安 …
我们为了解决每次都需要输入密码,而且需要记住服务IP
1、本地生成一对
$ ssh-keygen -t rsa
$ cd
$ ls .ssh
2、记忆服务器地址
$ cd
$ cd .ssh
$ touch config
$ vim config
=======================
Host name1 …
Singularity用于GUI应用的容器发布是非常方便的,另外一个场景是拥有HPC MPI并行计算求解器发布。
参考: https://sylabs.io/guides/3.8/admin-guide/installation.html
=====Ubuntu 系统=====
$ sudo …
1、安装
Ubuntu
$ sudo apt install python3 python3-pip
$ pip install cheat
Centos
$ yum install python python-pip
$ pip install cheat
2、使用
$ cheat tar
$ cheat -l //查询哪些命 …