config os_config fedora bash

【Shell基础】Bash基础与Linux三剑客

shell是什么?可以做哪些? Shell是⼀种解释性的语⾔,适⽤于基本的逻辑处理和不追求速度的应⽤。 用于: 人机交互 批处理 Unix、Linux、Mac、Android、IOS 脚本自动化 工作场景 服务端测试 移动测试 持续集成与自动化部署 shell种类 bash sh zsh windo ......
基础 三剑客 Shell Linux Bash

git bash报错fatal: detected dubious ownership in repository at的解决方法

由于新版本的git安全机制,需要核对文件安全性,如果文件夹所以者和当前用户不一致就警告。 方法1,可以把文件的所有者更改为当前用户的 方法2,命令 git config --global --add safe.directory "你的目录或者文件" 意思就是把该目录或者文件白名单安全的 ......
repository ownership detected dubious 方法

定制bash的提示符号

https://www.cnblogs.com/Rosen-Walk/p/11143325.html PS1='\033[35m\][\A\033[01;46m\]\033[0m\]@\u\[\033[01;39m\] \W\[\033[01;32m\]]\$\[\033[00m\]' [07:08 ......
符号 bash

切换普通用户报-bash-4.2$

切换普通用户报-bash-4.2$ 问题分析 su - dmdba 原因:在linux下通过useradd方式创建新用户时,/etc/skel下的配置文件都会复制到/home目录的新用户目录下。但这个目录是新建的,缺少用户环境配置文件,那么复制/etc/skel这个目录的文件到/home/dmdba ......
用户 bash 4.2

ROS2 删除一个工作空间文件夹,source后终端出现not found ...... local_setup.bash解决

问题描述 我在主目录同时开了多个ROS2工作空间,其中一个不想用了,直接删除后,终端出现这两行提示: 第二行是因为bash.rc文件里面source的setup.bash命令没有删除,所以: gedit ~/.bashrc source ~/.bashrc 删除source ~/rlarm_ws/i ......
local_setup 文件夹 终端 文件 source

Python Flask Config 配置文件

前言全局说明 Python Flask config 配置文件 一、安装flask模块 官方源: pip3 install flask==2.3.2 国内源: pip3 install flask==2.3.2 -i http://pypi.douban.com/simple/ --trusted- ......
文件 Python Config Flask

Flask-apscheduler获取或修改上下文中config数据

__init__.py 1 from flask_apscheduler import APScheduler 2 ... 3 4 scheduler = APScheduler() 5 6 7 from app import app 8 9 10 11 12 13 14 def create_ap ......

Mac 下多个文件配置 .zshrc .bashrc .bash_profile

全部文件 /etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc 启动顺序 /etc/profile =>/etc/paths =>~/.bash_profile => ~/.bash_login => ~ ......
bash_profile 多个 profile 文件 bashrc

ubuntu 18.04.6 编译内核kernel提示 Can't find default configuration "arch/x86/configs/socfpga_deconfig"!

输入make socfpga_defconfig 的时候提示: ubuntu 18.04.6 编译内核kernel提示 Can't find default configuration "arch/x86/configs/socfpga_deconfig"! 解决办法: export ARCH=ar ......

首次安装_Fedora

/: :\ ant@fedora : :: OS: Fedora : /shhOHbmp :\ Kernel: x86_64 Linux 5.17.6-300.fc36.x86_64 / omMMMNNNMMD : Uptime: 6h 4m : sMMMMNMNMP. : Packages: 20 ......
Fedora

Mac安装mysql问题之-bash: mysql: command not found

在Mac上安装好之后,在系统偏好设置里找到mysql,点击并选择启动mysql; 打开终端面板,输入:mysql -u root -p 问题来了,因为之后显示的是:-bash: mysql: command not found (这是什么意思?怎么办?怎么办?多幸运你看到这篇文章了,不用像我一样花很 ......
mysql command 问题 found bash

gige_ip_config.py

https://github.com/basler/pypylon/blob/master/samples/gige_ip_config.py # This sample demonstrates how to use the methods RestartIpConfiguration,# Bro ......
gige_ip_config config gige ip py

seata 1.8.0 can not get cluster name in registry config 'service.vgroupMapping.default_tx_group', please make sure registry config correct

* [调式源码解决 seata 报错 can not get cluster name 问题 - 掘金](https://juejin.cn/post/7203377276557885498) seata: enabled: true application-id: ${spring.applica ......

linux 中/bin/bash 和/bin/sh 有点区别

在执行脚本时候我们习惯 /bin/sh /home/grid/ogg_check.sh 或者 /bin/bash /home/grid/ogg_check.sh 但是/bin/bash 不能执行脚本中的alias 的对象,只能用/bin/sh执行才可以 ......
bin linux bash sh

鸿蒙开发 ERROR: Failed to find the incremental input file: C:\Users\admin\.ohos\config\auto_debug_MyApplication2_com.example.myapplication2_2850086000448618441.cer.

如图 我把项目拷贝到另一台机器报的错误,发现是签名的问题, 修改签名 操作如下: DevEco Studio 点击File ——》Project Structure——》Project ——》Signing Configs 选择 Automatically generate signature 自动 ......

webservices设置web.config供远程调用

在网站的解决方案的下方找到web.config <system.web> <webServices> <protocols> <add name="HttpGet"/> <add name="HttpPost"/> </protocols> </webServices> <system.web> 2 ......
webservices config web

使用Ventoy制作Win to Go和Fedora to Go双系统

这是一次简短的记录 整体的思路实际上是通过虚拟机制作安装好系统的虚拟磁盘文件,然后加载到Ventoy中,从Ventoy启动 Ventoy官方网站 在实现的过程中,首先需要对存储介质(U盘等等,我是用的是固态硬盘盒)进行初始化并安装Ventoy 随后使用虚拟机来安装系统,装在物理机的硬盘上就可以了,大 ......
Ventoy Fedora 系统 to Win

Spring cloud No spring.config.import property has been defined

* [解决 Spring Cloud 2021.0.5 版本,使用 nacos 做配置中心,报 No spring.config.import property has been defined 的问题\_add a spring.config.import=nacos: property to y ......
property defined Spring spring config

jps命令 -bash: jps: 未找到命令

问题描述 准备使用jps命令,但显示找不到命令,就按照网上教程安装了openJDK,配置了相关环境变量后,java -version命令是正常显示了,但jps命令仍无法使用:could not find libjava.so 问题本质 安装错了openJdk的版本 解决方法 // 查询是否虚拟机安装 ......
命令 jps bash

elixir config 简单说明

elixir 的config 模块,实际上就是标准的方法,只是mix 项目中在使用的时候使用了dsl 模式的,没有使用包含括号的模式调用 给人一种似乎觉得有点怪的调用模式 参考代码 只说明config 方法,实际上Config 模块还包含了其他方法 mix 中的调用 import Config co ......
elixir config

Mac每次都要执行source ~/.bash_profile配置的环境变量才生效

~/.bash_profile中配置环境变量, 每次重启终端后配置不生效.需要重新执行 : $source ~/.bash_profile 解决办法 zsh加载的是 ~/.zshrc文件,而 ‘.zshrc’ 文件中并没有定义任务环境变量。 在~/.zshrc文件最后,增加一行: source ~/ ......
变量 bash_profile profile 环境 source

No spring.config.import property has been defined

15:29:57.356 [main] DEBUG org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter - Application failed to start due to an exception org.sp ......
property defined spring config import

大数据平台Bug Bash大扫除最佳实践

一、背景 随着越来越多的"新人"在日常工作以及大促备战中担当大任,我们发现仅了解自身系统业务已不能满足日常系统开发运维需求。为此,大数据平台部门组织了一次Bug Bash活动,既能提升自己对兄弟产品的理解和使用,又能促使自家产品功能日趋完善。今天来给大家分享一些实际操作过程和经验总结~ 二、什么是B ......
数据 平台 Bash Bug

Config:Spring Cloud分布式配置组件

Config:Spring Cloud分布式配置组件 问题总结 Spring Cloud Config? Spring Cloud Config工作原理? Spring Cloud Config 的特点? Config+Bus 实现配置的动态刷新? 问题答案 Spring Cloud Config ......
分布式 组件 Config Spring Cloud

src/gemma.cpp:79:10: fatal error: openblas_config.h: No such file or directory

001、gemma软件编译安装报错如下: src/gemma.cpp:79:10: fatal error: openblas_config.h: No such file or directory 002、解决方法 ......

ApplicationHost.config文件被破坏导致IIS崩溃

https://www.8a.hk/index.php/news/content/4105.html 今天临近下班时,突然出现了一个重大BUG。服务器IIS崩溃了,所有的站点都打不开了。提示错误:“配置文件的XML格式不正确”。一下就惊到了,感觉自已又要加班了。 根据提示,找到了applicatio ......
ApplicationHost 文件 config IIS

Bash特性

1.Bash特性: 1.1.bash是一个命令处理器,运行在文本窗口中,并能执行用户直接输入的命令 1.2.bash还能从文件中读取linux命令,称之为脚本 1.3.bash支持通配符、管道、命令替换、条件判断等逻辑控制语句 目的:bash有诸多方面的功能,有助于运维人员提升工作效率 2.Bash ......
特性 Bash

edgecore.yaml-CRD-config

devices_v1alpha2_device.yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/v ......
yaml-CRD-config edgecore config yaml CRD

dunst config

[urgency_low] foreground = "#eceff4" background = "#1c2027" [urgency_normal] foreground = "#eceff4" background = "#1c2027" ; background = "#ff0000" [u ......
config dunst

-bash: ./start.sh: /bin/bash^M: 坏的解释器: 没有那个文件或目录

写Linux启动脚本遇到的一个坑。因为脚本文件 start.sh 中存在不可见的特殊字符,具体是 "^M"(也被称为 Carriage Return,CR)。这通常是由于在 Windows 系统中编写的文件在 Linux 或者 Unix 系统中执行时,文件格式不兼容所导致的。 可以使用 sed 命令 ......
解释器 bash 文件 目录 start
共474篇  :1/16页 首页上一页1下一页尾页