
软件
「已注销」
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux各种自用小脚本
boot.sh(配置免密登录)SERVERS="server1 server2"PASSWORD="root"BASE_SERVER=192.168.1.100auto_ssh_copy_id() { expect -c "set timeout -1; spawn ssh-copy-id $1; expect { *(yes/no)* {send --yes\r;ex...原创 2019-10-25 16:48:59 · 319 阅读 · 0 评论 -
yum仓库配置大全
yum仓库配置大全本地1:挂载光盘后:mkdir /mnt/iso向/etc/fstab 追加/dev/sr0 /mnt/iso iso9660 defaults 0 0mount -amv /etc/yum.repos.d/* /tmpvim /etc/yum.repos.d/iso.repo写入以下信息[iso]name=isobaseurl=file:...原创 2019-10-23 19:15:15 · 263 阅读 · 0 评论