Linux 一共收录文章50篇, 一共有5页, 每页显示10
Ubuntu 安装deepin-wine

linux版本微信安装https://blog.csdn.net/u013049553/article/details/115243047https://blog.csdn.net/weixin_30....

2022-07-29 15:08:36

字体

fc-list -f "%{family}\n" :lang=zhfc-list :lang=zh mkfontscale && mkfontdir &....

2022-01-20 21:22:20

Linux权限管理

userhead /etc/passwd # 用户名称解析库# 用户名:用户密码占位符/用户密码:用户ID:主组ID:注释:家目录:用户默认打开shellroot:x:0:0:root:/root:/....

2023-03-20 09:37:43

webdav

nginx使用webdavsudo apt install -y nginx-full.├── conf.d├── fastcgi.conf├── fastcgi_params├── koi-utf├....

2023-09-03 23:19:38

Shell 脚本

pid=$(jps | grep "bioinfo-0.0.1-SNAPSHOT.jar" | awk '{print $1}')判断变量read -p "input a....

2022-01-24 18:19:55

samba使用

命令smbpasswd -a 增加用户(要增加的用户必须以是系统用户)smbpasswd -d 冻结用户,就是这个用户不能在登录了smbpasswd -e 恢复用户,解冻用户,让冻结的用户可以在使用s....

2022-06-01 10:44:18

制作Ubuntu软件包

sanp 包https://blog.csdn.net/gulang03/article/details/85251620snapcraft.ioHow to make a "Basic&q....

2022-01-08 21:58:22

Ubuntu软件包管理

apt-cache show dpkg -ldpkg -L <包名>apt-cache search # ------(package 搜索包)apt-cache show #------....

2021-08-18 08:39:35

Linux最小远程桌面安装

TightVNC , TigerVNC 和 x11vncapt-get install tigervnc-standalone-server 1587 ls 1588 apt-get insta....

2024-09-03 14:54:48

Latex安装及使用

安装latexISO安装latex下载https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/运行安装程序命令行安装sudo ....

2023-09-06 16:42:30