08 2023 档案
摘要:1 运行 visudo 2 假设用户名为yourname, 则在最后一行添加: # User privilege specificationroot ALL=(ALL:ALL) ALL# Members of the admin group may gain root privileges%admi
阅读全文
摘要:conda版本:4.10.3 安装conda之后,在使用VSCode的时候,每次在里面使用powershell终端都是默认进入base环境,稍不注意就会用错python解释器,所以考虑取消这一设置。经过查看官方文档和自己尝试,有两种方法。 法一:在终端修改配置conda官方文档中有conda con
阅读全文
摘要:<domain type="kvm"> <name>win7</name> <uuid>e31c1621-b3c3-42ed-be3d-c905b1007d58</uuid> <metadata> <libosinfo:libosinfo xmlns:libosinfo="http://libosi
阅读全文
摘要:https://ylyhappy.gitee.io/posts/linux/install-navciat.html #破解navicat16 使用 navicat-keygen for linux 从官网下载Navicat,你应该会得到一个AppImage文件,例如 navicat16-premi
阅读全文
摘要:debian系Linux中文系统目录改为英文目录的解决方法 之前给笔记本装的kali是英文版,系统安装好了后再修改系统语言为中文,或者直接就用英文系统,也是可以的。 后来笔记本的硬盘坏掉了,换ssd,然后安装kali的中文版,中文是方便,但是进去后就不爽了。 打开终端: ➜ kerker >ls -
阅读全文
摘要:你知道什么是“停靠区Dock” 吧,它通常是你的应用程序“停靠”的底栏,以便快速访问。 许多发行版和桌面环境都提供了某种停靠实现。如果你的发行版没有“停靠区Dock”,或者你想尝试一些新的停靠应用,Latte Dock 是一个不错的选择。它类似于 macOS 上的停靠区,每次你用鼠标悬停在任何停靠对
阅读全文
摘要:https://cdimage.debian.org/debian-cd/current/amd64/bt-dvd/ https://mirrors.163.com/debian-cd/12.1.0/amd64/iso-dvd/ https://www.debian.org/CD/faq/#writ
阅读全文
摘要:[root@g ~]# gitlab-runner register Runtime platform arch=amd64 os=linux pid=23614 revision=ac8e767a version=12.6.0 Running in system-mode. Please ente
阅读全文
摘要:#!/bin/bash # author:Muzhi set -e readonly YES="Y" readonly NO="N" readonly UNION="union" readonly MEMBER="member" readonly DOCKER_ROOT="/var/lib/dock
阅读全文
摘要:1、首先进入系统创建一个用户 [root@localhost /]# useradd haha #创建用户 haha是用户名 [root@localhost /]# passwd haha #为该用户设置密码 更改用户 haha 的密码 。 新的 密码:****** 密码设置完成后,提示“passw
阅读全文
摘要:#!/bin/bash prod_file=/home/vmuser/linbo/kettleDemo/job/test/CA-20201224.csv test_file=/home/vmuser/linbo/kettleDemo/job/test/uat_CA-20201224.csv dtm=
阅读全文
摘要:在 shell 脚本中,可以使用下面的语法来读取文件内容并将其存储到数组中: bash 复制代码 array=() while read line; do array+=("$line") done < file.txt LOG_INFO(){ local content=${1} echo -e
阅读全文
摘要:hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the followin
阅读全文
浙公网安备 33010602011771号