From testing I have seen this happen when dhcpcd is unable to obtain an IP address for the interface before
5096 views
To resize the last partition in a disk image, for example a Raspberry Pi SD card image first increase the
6314 views
Using "du" with the following options will show usage of all files and directories including hidden (those starting with a
6642 views
The kernel command line (cmdline) can be edited in "/etc/default/grub" (GRUB_CMDLINE_LINUX).
Once edited you will need to rebuild the config for grub2
8074 views
Using du with a wildcard would not normally include "hidden" directories/files (those starting with a dot). But you can show
8680 views
First you need a list of the packages on the old server.
rpm -qa --qf "%{NAME}\n" > rpmlist.txt
Copy this file to
6099 views
To setup SNMP daemon firstly install the required packages.
yum install net-snmp net-snmp-devel net-snmp-libs net-snmp-utils
Then edit the main configuration file
vi /etc/snmp/snmpd.conf
Find
25501 views
CentOS 7 now includes a tool to change the timezone, to view your current timezone run the following command.
timedatectl
This should
50285 views
Coming from a minimal install the first step is to install the required software
# yum install net-tools qemu-kvm libvirt virt-install
30501 views
Install the required packages to recompile the kernel with (logged in as root) and prepare the directory for the source
6047 views
If you haven't previously changed the linaro users password the default is "linaro", so you can reset the password by
12468 views
From the console you can disable X at startup by issuing the following command.
sudo mv /etc/init/lightdm.conf /etc/init/lightdm.conf.disabled
And then reboot the
6410 views
MD (software) raid checks are performed every Sunday at 1am on Centos6 systems, to stop a current raid check you
10492 views