linux安装宋体中文字体
场景: 发现前端有些页面不现实正常的字体,或者乱码 中文字体 1、下载simsun.ttf 链接 wegt https://gitee.com/wang-huamao/soft/blob/master/linuxfont/simsun.ttc 2、进入服务器目录/usr/share/fonts 创建chinese文件夹 mkdir chinese ...
场景: 发现前端有些页面不现实正常的字体,或者乱码 中文字体 1、下载simsun.ttf 链接 wegt https://gitee.com/wang-huamao/soft/blob/master/linuxfont/simsun.ttc 2、进入服务器目录/usr/share/fonts 创建chinese文件夹 mkdir chinese ...
Linux安装conda ============ [Linux安装conda - 知乎 (zhihu.com)](https://zhuanlan.zhihu.com/p/489499097) 1- 下载 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-...
yum install -y fontconfig mkfontscale fc-list 命令安装: fc-list 命令安装: -bash/zsh: fc-list command not found #Debian apt-get install fontconfig #Ubuntu ...
linux 权限管理-收回root权限,堡垒机管理 场景: 服务器之前没有统一管理,导致多个人都有root 权限, 还有sudo 权限。 需要进行root 回收, 而且 ssh 端口不能是默认的22, 只能用秘钥登录, 端口开放的要对应到项目责任人。 (1) 设置秘钥登录,禁止密码登录。 [linux禁止密码登录-设置秘钥登录](https://51tbox.com/)...
/proc目录中包含许多以数字命名的子目录,这些数字表示系统当前正在运行进程的进程号,里面包含对应进程相关的多个信息文件。 (1)进入到"/proc/进程号"目录下,执行"cat status"命令可以查询到指定进程的父进程 ![](http://static.51tbox.com/static/2024-08-29/col/4419...
linux杀不掉进程的解决办法: ![](http://static.51tbox.com/static/2024-08-29/col/e4195715c8ad11d59299785f23a55f93/e87f5411efc048ceb5f362755fa30ad9.png.jpg) kill 后还是输出 1、进程杀不掉的原因有两种: (1)这个进程是僵尸进程 ; (...
[root@Server2012 eres]# redis-cli -p 6479 -a root ping | grep -c "PONG" Warning: Using a password with '-a' or '-u' option on the command line interface may n...
linux怎么删除文件名带(1)的文件 1) 使用 ls -i 查处该文件的 inode 号,假设为123 ![](http://static.51tbox.com/static/2024-08-29/col/deb0326ae8040838aa7e6641fabc2a6b/8f31007e9ee54c4ba7eba49015e96667.png.jpg) 2) 使...
### 1.报错原因:模块名字配置错误 {#title-0} @ERROR: auth failed on module backup rsync error: error starting client-server protocol (code 5) at main.c(1668) \[sender=3.1.3\] ![](http://static.51tbox....
linux 禁用命令 可以将 wget curl 命令的权限,改成000 即可。 命令: chmod 000 /usr/bin/curl chmod 000 /usr/bin/wget 正常的事 755