我在centos 7主机上运行了一个码头映像(gitlab-runner)。在容器中,奇怪的是它有apt命令,但是没有yum command.But系统似乎是一个中心而不是ubuntu?
root@vultr:/usr/local/java# uname -r
3.10.0-1062.4.1.el7.x86_64
我用apt-get install来安装yum,然后我想做yum更新,但是我遇到了以下问题,如何处理?
root@vultr:/usr/local/java# yum update
There are no enabled repos.
Run
我正在用vultr-cli编写一个进程脚本。我需要在Vultr部署一个新的VPS,执行一些中间步骤,然后在bash脚本中销毁VPS。如何在部署后检索脚本中的实例值?有没有办法将信息捕获为JSON或直接设置环境变量? 到目前为止,我的脚本如下所示: #!/bin/bash
## Create an instance. How do I retrieve the instance ID
## for use later in the script?
vultr-cli instance create --plan vc2-1c-1gb --os 387 --region ewr
## Wi
这个问题让我有点猝不及防。我刚刚设置了这个LAMP服务器,在我尝试运行一些与MySQL服务器通信的PHP之前,一切似乎都运行得很好。
在‘读取初始通信数据包’时失去与MySQL服务器的连接,系统错误:0
因此,由于某些原因,MySQL服务器显然不会与PHP通信。我继续使用MySQL客户端连接到它,并且登录和执行查询都没有任何问题。我查看了MySQL的systemctl,发现它出于某种原因故意拒绝连接。
vultr.guest systemd[1]: Started MySQL Community Server.
vultr.guest mysqld[17740]: warning: canno
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
apache2-bin apache2-data apache2-utils
Suggested packages:
www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom
Recommended package
所以我刚从Vultr买了一台VPS服务器。然后我打开ServerPilot,把它安装在我的服务器上。
现在,我可以通过SFTP访问服务器上的所有文件。
但是我如何通过互联网从我的网络浏览器访问这些文件呢?我的意思是,当我输入我的Vultr服务器的IP地址时,我会进入ServerPilot页面"your app xxx is set up“。好的,但是我现在怎么访问我上传的其他文件呢?
谢谢
我正在使用域和托管。
我正在尝试将DNS重定向到非www。
www.example.com到example.com
我联系了Vultr,并询问如何与他们的DNS管理器这样做,他们说,他们不会帮助,因为它是自我管理的。所以我联系了Namec堆,他们说他们不会帮忙,因为他们不能访问Vultr的DNS管理器,不告诉我我展示的记录是否正确,我需要联系Vultr。所以我处于一个无穷无尽的支持循环中。
Vultr DNS管理器
我跟踪了关于如何建立一个CNAME以重定向到非www。
Type | Name | Data | Seconds
---------------------
我希望用户能够在测试文件夹中读取和编辑文件,这些文件总是由具有只读属性的软件创建的。
我不能手动使用chown命令,所以我需要一个chown命令,它可以在用户自动读写命令之前在PHP中工作。
手册ok:
root@vultr: chown -R nginx /var/www/html/test //run ok, All files in the test folder can be read and written
root@vultr:~# /var/www/html/test/test.sh //run ok, the test.sh file contains the "ch
root@vultr:~# systemctl status nginx
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2021-07-28 02:16:44 UTC; 23min ago
Docs: man:nginx(8)
M
当对所有命令使用kubectl时,我正面临被拒绝的权限错误,所以我可以使用helm并使用k9s登录来执行破坏性操作。在所有这些行动中,我都使用相同的上下文。
kubectl get nodes
# error: You must be logged in to the server (Unauthorized)
kubectl apply -f some-manifest.yaml
# error: You must be logged in to the server (the server has asked for the client to provide credentials)
我在服务器上安装了IPFS,在浏览器上安装了服务器,它不工作 root@vultr:~/live_horce_chain# cd go-ipfs
root@vultr:~/live_horce_chain/go-ipfs# ipfs daemon
Initializing daemon...
Adjusting current ulimit to 2048...
Successfully raised file descriptor limit to 2048.
Swarm listening on /ip4/127.0.0.1/tcp/4001
Swarm listening on /ip