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