installed command whether script

谷歌浏览器安装--Dependency issue installing google-chrome-stable through Ubuntu docker

1.ubuntu安装谷歌浏览器找不到安装包libu2f-udev,记录一下解决办法 Creating a dummy package which provides libu2f-udev fixes the issue. I followed below steps for Ubuntu 16.04 ......

mwan3 install

mwan3 install #!/bin/sh ###多拨数 vwnum=5 ###最低在线 mindial=2 ###宽带帐号密码 username=xxxxxx password=xxxxxx ###DNS测试多拨是否成功 dns1='114.114.114.114' dns2='114.114 ......
install mwan3 mwan

use macOS terminal can not install MicroPython on Raspberry Pi Pico bug All In One

use macOS terminal can not install MicroPython on Raspberry Pi Pico bug All In One 使用 macOS 终端无法在 Raspberry Pi Pico 上安装 MicroPython bug ......
MicroPython Raspberry terminal install macOS

conda install 报错(代理问题)

报错 Collecting package metadata (current_repodata.json): failed # >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent cal ......
install 问题 conda

升级pip报错ERROR: Could not install packages due to an OSError: [WinError 5]

今天在安装python第三方库时,提示pip需要升级,没有多想直接升级,结果报错: 1 ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'd:\\python\\scripts\\pip.exe' 2 ......
WinError packages install OSError ERROR

$‘\r‘: command not found的解决方法

出现这样的错误,是因为Shell脚本在Windows系统编写时,每行结尾是\r\n,而在Linux系统中行每行结尾是\n,所以在Linux系统中运行脚本时,会认为\r是一个字符,导致运行错误。 解决方法 去除Shell脚本的\r字符 sed -i 's/\r//' open_777_html.sh ......
command 方法 found not

使用flask中flask_script时,报错:ModuleNotFoundError: No module named 'flask._compat'的解决方法

方法1:降级版本 pip install "Flask==1.1.4"pip install "werkzeug==1.0.1" 方法2:不降级版本: 可以尝试修改一下flask_script/__init__.py中from ._compat import text_type 改成 from fl ......

How to 'apt-get install python-opengl' on Ubuntu22.04

ImportError: Error occurred while running `from pyglet.gl import *` HINT: make sure you have OpenGL install. On Ubuntu, you can run 'apt-get install p ......
python-opengl apt-get install Ubuntu python

oh-my-zsh nvm command not found

oh-my-zsh nvm command not found 如果你在使用 oh-my-zsh 并且在终端输入 nvm 命令时提示 "command not found",这可能是因为 oh-my-zsh 没有配置 nvm 插件导致的。 首先,确保你已经在系统中安装了 nvm。如果没有安装,请参考 ......
oh-my-zsh command found nvm not

Linux install mysql

1.0 install mysql sudo apt purge mysql-server mysql-common sudo apt autoremove mysql-server mysql-common sudo apt-get update sudo apt-get install mysq ......
install Linux mysql

[LeetCode] 2068. Check Whether Two Strings are Almost Equivalent

Two strings word1 and word2 are considered almost equivalent if the differences between the frequencies of each letter from 'a' to 'z' between word1 a ......
Equivalent LeetCode Whether Strings Almost

sogou_install

搜狗输入法安装 在系统设置里面讲键盘系统输入法改为fcitx。若无,则执行 sudo apt update sudo apt-get install fcitx 设置fcitx开机自启 sudo cp /usr/share/applications/fcitx.desktop /etc/xdg/au ......
sogou_install install sogou

VSCode:"princexml" is required to be installed

这应该是我们在使用VSCode插件“markdown-preview-enhanced”插件时,使用PDF(prince)的时候出现的问题,那么关于这个问题的解决方法,请大家参照下边的解决方案。 进入prince官网,点击电脑版本对应的链接进行下载并安装。网址如下:Prince - Download ......
quot princexml installed required VSCode

pod中安装tc(解决chaosblade-box报错`tc`: command not found)

1、进入pod kubectl exec -it nginx-pvc-65f97c4894-lrp8j -n dev /bin/bash 2、执行 apt-get update 3、安装tc apt-get install iproute2 ......
chaosblade-box chaosblade command found pod

linux sudo命令提示 command not found

什么是sudo su 是申请切换 root用户,需要申请root用户密码,sudo 是用户申请管理员权限执行一个操作,而此处的操作就是变成管理员。 sudo 是 Linux 系统管理指令,是允许系统管理员让普通用户执行一些或者全部的 root 命令的一个工具,如 halt,reboot,su 等等。 ......
命令 command linux found sudo

yarn install报错---证书问题

现象 通过yarn包管理器安装 electron-webpack 时,报如下错误: 问题原因 开始以为是下载源的问题,但是切换到淘宝源后依然无法解决问题,还是报这个问题。并且自己通过npm包管理器安装时,也会报同样的错误。 后来在网上找了一圈,发现是【HTTPS 证书验证失败】导致的。 解决方案 【 ......
证书 install 问题 yarn

centos7 yum -y install nodejs安装npm时报错,处理方法

centos7 yum -y install nodejs安装npm时报错,处理方法 安装npm时报错,处理方法 sudo: npm: command not found sudo yum -y install nodejs Loaded plugins: fastestmirrorLoading ......
时报 centos7 install 方法 centos

【问题记录】【Linux】bash: ps: command not found

1 bash: ps: command not found apt-get update && apt-get install procps 2 bash: ll: command not found echo "alias ll='ls -rltha'" >> ~/.bashrc && sourc ......
command 问题 Linux found bash

NPM: command

~/.npmrc 配置文件 npm login --scope @sporadic 在.npmrc产生如下配置 npm logout --scope @sporadic npm whoami --registry https://registry.npmjs.org ~/.npm/ global o ......
command NPM

mac 安装svn解决vscode签出项目报Svn installation not found的问题。

svn之前安装过,更新系统就丢了,再brew也没法访问了。 在国内有几个镜像去访问,安装国内镜像: /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 开始选择了阿里巴巴下载源, ......
installation 项目 vscode 问题 found

webmin install Script

#!/bin/sh # shellcheck disable=SC1090 disable=SC2059 disable=SC2164 disable=SC2181 # setup-repos.sh # Configures Webmin repository for RHEL and Debian ......
install webmin Script

How to install parse-server

install mongoldb vim /etc/yum.repos.d/mongodb.repo [mngodb-org] name=MongoDB Repository baseurl=http://mirrors.aliyun.com/mongodb/yum/redhat/7Server/m ......
parse-server install server parse How

Command: command & type

command command 只能跳过function,而不能跳过shell builtin 三个选项 -vV都是打印 -p 使用 default PATH 执行命令 bash默认PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sb ......
Command command type amp

how to set static ip using command line for kali linux

How to configure Kali Linux to use a static IP address https://miloserdov.org/?p=542 sudo vim /etc/network/interfaces auto eth0 iface eth0 inet static ......
command static linux using line

Linux shell set command All In One

Linux shell set command All In One https://FreeBSD.org erros ❌ unbound-variable # $1: unbound variable if (($1)) then echo $1 # arg=$1 # tsGenerator $ ......
command Linux shell All set

Linux shell script auto generate batch files All In One

Linux shell script auto generate batch files All In One Linux shell script 自动批量生成文件 原理分析 定义成全局 cli command 接收参数 使用循环,动态批量生成文件 读取 template npm 发布 demos ......
generate script Linux shell batch

Git: GIT_SSH GIT_SSH_COMMAND

Fix permission stat -L --format %a ~/.ssh/config stat -L --format %A ~/.ssh/config chmod -vR 600 ~/.ssh/config ......
GIT_SSH_COMMAND GIT SSH GIT_SSH COMMAND

Linux bash script HereDoc All In One

Linux bash script HereDoc All In One Linux shell script multi-lines comments / Linux shell script block comments Linux shell 脚本多行注释/Linux shell 脚本块注释 ... ......
HereDoc script Linux bash All

You must already have Microsoft Visual C++ 2013 Redistributable (x64) installed to proceed with this installation

安装Crystall report for Visual Studio 2022 的SP 3时,呈现如标题异常: You must already have Microsoft Visual C++ 2013 Redistributable (x64) installed to proceed wi ......

npm scripts hooks All In One

npm scripts hooks All In One npm postinstall patch-package ......
scripts hooks npm All One