linux安装宋体中文字体
场景: 发现前端有些页面不现实正常的字体,或者乱码 中文字体 1、下载simsun.ttf 链接 wegt https://gitee.com/wang-huamao/soft/blob/master/linuxfont/simsun.ttc 2、进入服务器目录/usr/share/fonts 创建chinese文件夹 mkdir chinese ...
51工具盒子
场景: 发现前端有些页面不现实正常的字体,或者乱码 中文字体 1、下载simsun.ttf 链接 wegt https://gitee.com/wang-huamao/soft/blob/master/linuxfont/simsun.ttc 2、进入服务器目录/usr/share/fonts 创建chinese文件夹 mkdir chinese ...
<pre><code>yum install -y fontconfig mkfontscale </code></pre> <p>fc-list 命令安装:</p> <pre><code>fc-list 命令安装: -bash/zsh: fc-list command not fo...
Linux安装conda ============ [Linux安装conda - 知乎 (zhihu.com)](https://zhuanlan.zhihu.com/p/489499097) 1- 下载 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-...
/proc目录中包含许多以数字命名的子目录,这些数字表示系统当前正在运行进程的进程号,里面包含对应进程相关的多个信息文件。 (1)进入到"/proc/进程号"目录下,执行"cat status"命令可以查询到指定进程的父进程  设置秘钥登录,禁止密码登录。 [linux禁止密码登录-设置秘钥登录](https://51tbox.com/)...
linux杀不掉进程的解决办法:  kill 后还是输出 1、进程杀不掉的原因有两种: (1)这个进程是僵尸进程 ; (...
<pre><code>[root@Server2012 eres]# redis-cli -p 6479 -a root ping | grep -c "PONG" Warning: Using a password with '-a' or '-u' option on the co...
<h3>1.报错原因:模块名字配置错误 {#title-0}</h3> <p>@ERROR: auth failed on module backup<br /> rsync error: error starting client-server protocol (code 5) at main.c(1668) [sender=...
linux怎么删除文件名带(1)的文件 1) 使用 ls -i 查处该文件的 inode 号,假设为123  2) 使...
linux 禁用命令 可以将 wget curl 命令的权限,改成000 即可。 命令: chmod 000 /usr/bin/curl chmod 000 /usr/bin/wget 正常的事 755