From testing I have seen this happen when dhcpcd is unable to obtain an IP address for the interface before
5178 views
To resize the last partition in a disk image, for example a Raspberry Pi SD card image first increase the
6395 views
Using "du" with the following options will show usage of all files and directories including hidden (those starting with a
6725 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
8147 views
Using du with a wildcard would not normally include "hidden" directories/files (those starting with a dot). But you can show
8741 views
First you need a list of the packages on the old server.
rpm -qa --qf "%{NAME}\n" > rpmlist.txt
Copy this file to
6165 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
25646 views
CentOS 7 now includes a tool to change the timezone, to view your current timezone run the following command.
timedatectl
This should
50425 views
Coming from a minimal install the first step is to install the required software
# yum install net-tools qemu-kvm libvirt virt-install
30781 views
Install the required packages to recompile the kernel with (logged in as root) and prepare the directory for the source
6105 views
If you haven't previously changed the linaro users password the default is "linaro", so you can reset the password by
12568 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
6469 views
MD (software) raid checks are performed every Sunday at 1am on Centos6 systems, to stop a current raid check you
10588 views