搜索结果
查询Tags标签: Linux2,共有 5条记录-
Python编程——数据类型
Python编程——数据类型数字、 字符串、 序列:列表[]、元组()、字典{键:值}1、整型 [root@cate my_python]# python Python 2.7.5 (default, Apr 11 2018, 07:36:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2 Type "help", "copyright", …
2022/2/2 1:29:31 人评论 次浏览 -
CentOS或者AWS linux2 容器下安装libreoffice完整Dockerfile
FROM amazonlinux:2.0.20201111.0 RUN COPY simsun.ttc /usr/share/fonts/ttf-dejavu/simsun.ttcyum install mkfontscale -y &&\yum clean all &&\mkfontscale &&\mkfontdir &&\fc-cache -fvRUN wget -q https://mirrors.cloud.tencent.…
2021/12/27 7:08:47 人评论 次浏览 -
CentOS或者AWS linux2 容器下安装libreoffice完整Dockerfile
FROM amazonlinux:2.0.20201111.0 RUN COPY simsun.ttc /usr/share/fonts/ttf-dejavu/simsun.ttcyum install mkfontscale -y &&\yum clean all &&\mkfontscale &&\mkfontdir &&\fc-cache -fvRUN wget -q https://mirrors.cloud.tencent.…
2021/12/27 7:08:47 人评论 次浏览 -
linux2 简体中文转繁体
当存在多语言时,需要将简体中文转换成繁体时linux 系统 可以安装opencc 安装命令: sudo apt-get install opencc命令中参数内容:s2t.json Simplified Chinese to Traditional Chinese 簡體到繁體 t2s.json Traditional Chinese to Simplified Chinese 繁體到簡體 s2tw…
2021/5/8 7:25:38 人评论 次浏览 -
Linux2:Xshell连接虚拟机与Linux常见的基本命令
Xshell 下载 xShell 工具,进行远程连接使用!还有需要下载xFTP(这是上传文件到服务器需要的) 下载地址:https://xshell.en.softonic.com/ 然后选择免费注册就可以了 下载之后安装。 使用Xshell连接虚拟机 1、新建2、填写信息这里的主机是在Centos里面获取的, 打开虚拟性…
2021/5/2 7:27:09 人评论 次浏览