随笔分类 - Liunx
摘要:走近Linux系统 开机登录 开机会启动许多程序。它们在Windows叫做"服务"(service),在Linux就叫做"守护进程"(daemon)。 开机成功后,它会显示一个文本登录界面,这个界面就是我们经常看到的登录界面,在这个登录界面中会提示用户输入用户名,而用户输入的用户将作为参数传给log
阅读全文
摘要:centos 7 查看系统版本 [root@localhost work]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) [root@localhost work]# uname -a Linux localhost.lo
阅读全文
摘要:1.windows certutil -hashfile xxx.jpg MD5 2.liunx md5sum xxx.jpg
阅读全文
摘要:1.打开权限 vim /etc/ssh/sshd_config 去掉 PubkeyAuthentication yes 一行的# 2.重启ssh服务 systemctl restart sshd 2.生成秘钥对[windows cmd 或 liunx服务器] ssh-keygen -t rsa 3.
阅读全文