排序
如何查看docker run启动参数命令
1、安装pip,需要epel源的支持 [root@localhost ~]# yum install epel-release [root@localhost ~]# yum install -y python-pip 2、安装runlike [root@localhost ~]# pip install runlike 3、启...
使用ssh命令连接远程服务器报错-bash: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
使用ssh命令连接远程服务器出现如下报错提示: [root@localhost opc]# ssh 192.168.10.3 Last login: Mon Aug 24 17:30:59 2020 from 192.168.10.74 -bash: warning: setlocale: LC_ALL: cannot...
docker镜像加速国内镜像站大全
镜像加速源 Docker中国官方镜像加速 https://registry.docker-cn.com 网易163镜像加速 http://hub-mirror.c.163.com 中科大镜像加速 https://docker.mirrors.ustc.edu.cn 阿里云镜像加速 https:...
Linux系统下修改系统和进程的Max open files
1、修改/etc/security/limits.conf * soft nofile 16384 * hard nofile 16384 * soft nproc 16384 * hard nproc 16384 root soft nofile 16384 root hard nofile 16384 root soft nproc 16384 r...
让普通用户执行docker相关指令时无需sudo
环境信息 操作系统:Ubuntu 22.04 LTS 桌面版 Docker:20.10.17 当前账号是arlo,直接执行docker xxx命令会报以下错误: arlo@inboc-pc-415:~$ docker ps Got permission denied while trying t...
使用parted命令为磁盘扩容
1、查看现有磁盘大小: root@inboc-nfs:~# df -h Filesystem Size Used Avail Use% Mounted on udev 16G 0 16G 0% /dev tmpfs 3.2G 1.2M 3.2G 1% /run /dev/sda4 195G 4.7G 191G 3% / tmpfs 16G...
在Ubuntu Desktop系统中打开jnlp扩展名的文件
今天超微服务器出现了点问题,无法通过SSH进行连接。需要登录到IPMI进行重启,目前使用的UBuntu Desktop系统,记录下在UBuntu桌面系统中打开jnlp的操作: sudo apt -y install icedtea-netx jav...
ubuntu 22.04重启网卡时出现警告
ubuntu 22.04重启网卡时出现警告: ** (process:32186): WARNING **: 09:28:00.909: Problem encountered while validating default route consistency.Please set up multiple routing tables ...









