V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  proxytoworld  ›  全部回复第 60 页 / 共 85 页
回复总数  1684
1 ... 56  57  58  59  60  61  62  63  64  65 ... 85  
2023-03-06 20:12:16 +08:00
回复了 nonfu 创建的主题 程序员 今天弄了个 OpenAI API 代理服务,免费提供给需要的人
直接 nginx 就行了
2023-03-03 12:22:54 +08:00
回复了 Joshuahui 创建的主题 Android 各位的拼多多有没有无法卸载呀😅
@flyqie 三星的分发
@Cola98 docker pull 所需镜像之后怎么启动呀,要加什么命令行参数吗
@seers 用你说的命令,输出如下,看来还是 kubelet 的问题
[control-plane] Creating static Pod manifest for "kube-scheduler"
[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
[kubelet-check] Initial timeout of 40s passed.


Unfortunately, an error has occurred:
timed out waiting for the condition

This error is likely caused by:
- The kubelet is not running
- The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
@Cola98 我用 lsof 看了一下 6443 没有进程监听,应该是 api-server 没起来,但我不知道怎么手动起
@chenk008 报错了看样子是没起来
root@ubuntu:~# crictl ps -a
WARN[0000] runtime connect using default endpoints: [unix:///var/run/dockershim.sock unix:///run/containerd/containerd.sock unix:///run/crio/crio.sock unix:///var/run/cri-dockerd.sock]. As the default settings are now deprecated, you should set the endpoint instead.
WARN[0000] image connect using default endpoints: [unix:///var/run/dockershim.sock unix:///run/containerd/containerd.sock unix:///run/crio/crio.sock unix:///var/run/cri-dockerd.sock]. As the default settings are now deprecated, you should set the endpoint instead.
E0302 11:18:46.827213 29642 remote_runtime.go:390] "ListContainers with filter from runtime service failed" err="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial unix /var/run/dockershim.sock: connect: no such file or directory\"" filter="&ContainerFilter{Id:,State:nil,PodSandboxId:,LabelSelector:map[string]string{},}"
FATA[0000] listing containers: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial unix /var/run/dockershim.sock: connect: no such file or directory"
@NoirStrike 请问一下怎么拉起来运行,手动
@seers 我之前用 docker pull 拉了镜像,但不知道怎么起
2023-03-02 15:02:31 +08:00
回复了 xhuang327 创建的主题 问与答 请问公司的电脑有办法绕过防火墙使用吗?
@Puteulanus 出向代理也管?又不是反向代理
2023-03-02 15:01:42 +08:00
回复了 chenjunqiang 创建的主题 问与答 被 ddos 了,放弃抵抗了。
@zictos cc 就会消耗,tcp ,udp 那种就不会
2023-02-28 18:28:56 +08:00
回复了 Neur2n 创建的主题 C 造轮子: C 语言跨平台小工具库
能介绍一下干嘛的吗,一下没看出来
@yangzhezjgs 感觉你讲的,醍醐灌顶,太强了
@cmdOptionKana 你做小工具会构思代码结构吗
@zapper 不是专业开发,对于项目中开发之间合作的流程还不太清楚
2023-02-24 17:14:13 +08:00
回复了 proxytoworld 创建的主题 问与答 怎么申请 IPv6,以及绑定到相应的主机/服务器上
@baobao1270 感谢老哥
2023-02-21 14:57:55 +08:00
回复了 Yien 创建的主题 问与答 中了勒索病毒后能否找回数据?
@shyrock 他不是备份,应该是给你解密器和密钥,自己解密
2023-02-21 11:49:08 +08:00
回复了 zhwguest 创建的主题 Rust 请教一些各位 ruster 是如何在源代码级别兼容 32/64 位的啊?
c 里面

#ifdef x64_86
int adder(int a, int b);
#else
int64 adder(int64 a, int64 b);

rust 里面
#[cfg(target_arch = "x86_64")]
fn adder(a:i64,b:i64) -> i64
#[cfg(target_arch = "x86")]
fn adder(a:i32,b:i32) -> i32
2023-02-21 11:29:05 +08:00
回复了 xusp 创建的主题 DNS 114dns 解析的实现
不建议用 114 ,被监控了
2023-02-20 11:20:43 +08:00
回复了 kexming888 创建的主题 问与答 notion 和有道云笔记区别大么
notion ai 挺好用的
1 ... 56  57  58  59  60  61  62  63  64  65 ... 85  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1211 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 37ms · UTC 18:25 · PVG 02:25 · LAX 10:25 · JFK 13:25
Developed with CodeLauncher
♥ Do have faith in what you're doing.