0
点赞
收藏
分享

微信扫一扫

【论文笔记】VISTA: Visualized Text Embedding For Universal Multi-Modal Retrieval

343d85639154 2024-11-02 阅读 6

[root@server ~]# mount /dev/sr0 /mnt       #挂载

[root@server ~]# dnf install nginx -y         #安装

[root@server nginx]# systemctl stop firewalld      #关闭防火墙

[root@server nginx]# systemctl restart nginx       #重启

[root@server nginx]# setenforce 0               #关闭selinux

[root@server nginx]# nmtui                    #写多IP

[root@server nginx]# nmcli connection up ens160  #重启nmtui

[root@server nginx]#vim /etc/nginx/conf.d/test_ip.conf #编辑

[root@server nginx]# mkdir /test/{100,129,200} -pv #创建文件

[root@server nginx]# echo this is 129 > /test/129/index.html

[root@server nginx]# echo this is 100 > /test/100/index.html

[root@server nginx]# echo this is 200 > /test/200/index.html #根据配置在主机创建数据文件

[root@server nginx]# systemctl restart nginx       #重启

验证结果

举报

相关推荐

0 条评论