码迷,mamicode.com
首页 >  
搜索关键字:su ls passwd    ( 16446个结果
Jenkins 部署项目出现 Failed to connect to repository : Command "git ls-remote XXX
Jenkins 部署项目出现 Failed to connect to repository : Command "git ls-remote XXX 表示为,Jerkins无法连接到你输入的Repository URL的 Git仓库…… 怎么办呢? 试了很多方法: 1、在git仓库里面配置公钥、在 ...
分类:其他好文   时间:2021-02-08 12:50:48    阅读次数:0
linux安装python
默认centos, unbtan都已经安装了python3版本,可以通过 whereis python来检查已经安装的版本。 root@hecs-x-medium-2-linux-20200619090653:/usr/bin# whereis pythonpython: /usr/bin/pyth ...
分类:编程语言   时间:2021-02-08 12:04:26    阅读次数:0
pg流复制_问题处理
##主创建表空间备宕机 --主创建表空间 [root@pg93 ~]# mkdir /tbs_test [root@pg93 ~]# chown postgres:postgres /tbs_test [root@pg93 ~]# su - postgres [postgres@pg93 ~]$ p ...
分类:其他好文   时间:2021-02-06 12:14:14    阅读次数:0
运维权限系统之 OpenLDAP(干货)
系统环境:CentOS7 一、OpenLDAP 1,开始安装(使用yum源码安装) yum install openldap openldap-servers openldap-clients ##拷贝数据库配置文件并修改权限 cp /usr/share/openldap-servers/DB_CO ...
分类:其他好文   时间:2021-02-06 11:54:44    阅读次数:0
linux的目录结构
linux目录结构图 1、根目录表示方式:/ 2、根目录下常见目录: -/bin:即binary,存放二进制文件、可执行程序和shell命令等; -/dev:即device,linux的设备文件,如硬盘、显卡、显示器等; -/lib:linux运行的时候需要加载的一些动态库 -/mnt:用户收到挂载 ...
分类:系统相关   时间:2021-02-06 11:42:00    阅读次数:0
几种语言的比较(WIP)
各种feature的实现 执行shell 处理时间 处理参数 处理文件 logging test 多线程、进程,并发 语言 python groovy scala java C++ C shell go 执行shell, check output groovy a= "ls".execute(); ...
分类:编程语言   时间:2021-02-03 10:42:48    阅读次数:0
Unix ls UVA - 400
The computer company you work for is introducing a brand new computer line and is developing a new Unix-like operating system to be introduced along w ...
分类:其他好文   时间:2021-02-01 12:53:22    阅读次数:0
shell 解压当前目录所有zip文件
code macname@MacdeMacBook-Pro zipfiles % cat test.sh #!/bin/bash ZIP_FILES=$(ls *.zip) for zip_file in $ZIP_FILES; do unzip $zip_file done macname@Mac ...
分类:系统相关   时间:2021-02-01 11:49:14    阅读次数:0
LInux操作学习
linus进入root权限,输入sudo su 一、linux开关机操作与目录的认识使用 关机操作 : 根目录的认识和使用: 二、常用命令 绝对路径和相对路径 cd :切换目录命令 ./:当前目录(也可以cd后直接加名字) cd .. :返回上一级目录 cd ~:直接回到loliconsk目录 ls ...
分类:系统相关   时间:2021-02-01 11:41:20    阅读次数:0
Deepin su 鉴定故障
1. 问题截图 解决方法 sudo su root 解决问题截图 ...
分类:其他好文   时间:2021-01-29 11:56:29    阅读次数:0
16446条   上一页 1 ... 17 18 19 20 21 ... 1645 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!