sudo dd if=/dev/cdrom of=/tmp/1.iso count=10MB status=progress
if: input file
of: output file
sudo dd if=/dev/cdrom of=/tmp/1.iso count=10MB status=progress
if: input file
of: output file
sudo yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm
sudo dmidecode | grep -A3 ‘^System Information’
sudo yum -y install ntfs-3g
sudo yum install samba-client samba-common cifs-utils
sudo yum -y groups install "GNOME Desktop" sudo systemctl set-default graphical.target sudo reboot
yum install -y ethtool ethtool eth0 | grep Wake-on Supports Wake-on: g Wake-on: d ethtool -s eth0 wol g sudo ether-wake -i <interface> <mac address>