随笔分类 -  Linux

摘要:1. 创建容器 docker pull 问题: sudo docker pull jenkins/jenkins:lts-jdk17 Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request 阅读全文
posted @ 2023-12-20 11:28 dwtmjps 阅读(43) 评论(0) 推荐(0)
摘要:ubuntu安装jdk1.8并配置环境变量-CSDN博客 阅读全文
posted @ 2023-12-19 14:03 dwtmjps 阅读(16) 评论(0) 推荐(0)
摘要:sonar在linux上安装好之后,若之后又更改了sonar的配置,则需要重启服务,重启方法如下: 1.进入到sonar的安装目录下,打开bin目录,会看到所有操作系统的文件夹 2.若操作系统为linux的64系统,则打开linux-x86-64文件夹,会看到sonar.sh文件 3.可使用如下命令 阅读全文
posted @ 2022-12-09 09:58 dwtmjps 阅读(142) 评论(0) 推荐(0)
摘要:在使用apt install XXX时出现问题: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/fyba/libfyba0_4.1.1-6build1_amd64.deb Connection failed [ 阅读全文
posted @ 2022-10-10 11:09 dwtmjps 阅读(2580) 评论(0) 推荐(0)
摘要:GitLab官方搭建教程地址: https://about.gitlab.com/install/#ubuntu 1. 依赖包安装 sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates 2.Gi 阅读全文
posted @ 2021-03-05 09:04 dwtmjps 阅读(188) 评论(0) 推荐(0)
摘要:Linux中普通用户用sudo执行命令时报”xxx is not in the sudoers file.This incident will be reported”错误,解决方法就是在/etc/sudoers文件里给该用户添加权限。如下: 1.切换到root用户下 方法为直接在命令行输入:su, 阅读全文
posted @ 2019-02-20 08:49 dwtmjps 阅读(223) 评论(0) 推荐(0)