Skip to content
#

installer

Here are 1,490 public repositories matching this topic...

Scoop
daniel-liuzzi
daniel-liuzzi commented Aug 1, 2020

I regularly run scoop update; scoop status to keep all my apps up to date:

> scoop update
Updating Scoop...
Updating 'extras' bucket...
Updating 'java' bucket...
Updating 'main' bucket...
Updating 'nerd-fonts' bucket...
Updating 'versions' bucket...

> scoop status
Scoop is up to date.
Everything is ok!

Today I wanted to try VSCode's new [PowerShell Notebook Mode](htt

rauchg
rauchg commented Sep 19, 2021

The README recommends adding ~/.jsvu to the $PATH. If you look at its contents, however:

▲  ~/ ls ~/.jsvu
.               ..              engines         status.json     v8

you'll see that I get the v8 binary (good!), but also I'm exposing status.json and engines to my $PATH

▲  ~/ engines
zsh: permission denied: engines
▲  ~/ status.json
zsh: permission deni
Nello-Angelo
Nello-Angelo commented May 21, 2022

What is version of KubeKey has the issue?

A versions with a "timeout" option for the host TCP connection to establish

What is your os environment?

centos 7

KubeKey config file

apiVersion: kubekey.kubesphere.io/v1alpha2
kind: Cluster
metadata:
  name: sample
spec:
  hosts:
  - {name: master1, address: 192.168.101.128, internalAddress: 192.168.101.128, user: root, pas
bug help wanted good first issue

Improve this page

Add a description, image, and links to the installer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the installer topic, visit your repo's landing page and select "manage topics."

Learn more