logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Failed to get D-Bus connection: No such file or directory

在docker中运行 centos7的镜像时,报错[root@2181bc14e47f /]# systemctl list-unitsFailed to get D-Bus connection: No such file or directoryD-Bus 允许程序在其上注册以提供服务给其他的程序。同时他也提供客户端程序查询有哪些服务是可得的可能性。程序也可注册以等待kernel的eve...

#docker
调整linux(centos) 根分区大小

缩小/home 分区空间,扩大/ 分区空间1、#df -h2、#umount /home3、#df -h4、#resize2fs -p /dev/mapper/vg_test-lv_home 566G5、#e2fsck -f /dev/mapper/vg_test-lv_home6、#resize2fs -p /dev/mapper/vg_test-lv_home

Exception while invoking getStats of class ClientNamenodeProtocolTranslatorPB over 故障分析

在执行 hdfs dfsadmin -report 命令时,出现故障Exception while invoking getStats of class ClientNamenodeProtocolTranslatorPB over ,在查阅log记录时发现java.net.SocketTimeoutException: Call From clusternode***to clusterno

#hadoop
Linux下Perl的安装

Linux下Perl的安装(2010-12-29 16:57:45)转载▼标签:perlperl安装perl更新perl源码perl源码编译杂谈分类:技术类今天在虚拟机测试shell脚本的时候,有些命令使用不了。比如说 mysqlhotcopy ,它提示Perl的版本太低。我用的 RedHat9 的Perl

虚拟机kali安装vmtools

http://www.leavesongs.com/SHARE/kali-vmtools-install.htmlapt-get update    更新完毕后,开始安装linux-header:1apt-get installgcc makelinux-headers-$(uname -r)    这里因为

Centos 6.5 x64 安装 虚拟专用网 服务器

Centos 6.5 x64 安装 虚拟专用网 服务器http://www.mgrei.com/archives/259.html本教程适用于Openv VPS、Xen VPS或者KVM VPS。一、运行如下命令:cat /dev/net/tun返回的必须是:cat: /dev/net/tun: File descriptor in bad state运行:...

在centos6.4下安装虚拟机软件

在centos下安装虚拟机软件vmware workstation或virtualbox,准备在虚拟机中安装windows系统1、在安装vmware6 for redhat的过程中,Extracting VMware Installer...done,出现Failed to load module "pk-gtk-module"错误,通过 # locate libpk-gtk-module

在qemu环境下,实现宿主机和虚拟机之间的数据传输

qemu为测试环境,在该环境下没有开通网络接口,所以在与宿主机的进行数据传输时,采用挂载伪设备的方式来实现的,在unxi环境下,the loop device被称为伪设备(pseudo-device),它可以让我们象访问块文件一样访问一个文件,在实际操作中,当loop与一个文件连接时,就为用户提供一个访问的接口,如果该文件是一个文件系统,它就可以象外挂磁盘一样用mount装载起来。基于上述设想,所

python -c 参数 -m 参数 和 bash --rcfile 参数的解释

python3 -c command [arg]后面接要执行的python语句举例$ python3 -c 'print("Hello")'Hellopython3 -m module [arg]后面接一个模块及参数$ python3 -m usescanner.py data.txtHello file world!Bye filel world.$ cat usescanner.py#!/us

#python#bash
到底了