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