Skip to content

Instantly share code, notes, and snippets.

View toghani's full-sized avatar

Mohammad ali Toghani toghani

View GitHub Profile
@toghani
toghani / install cpanel
Last active March 6, 2022 17:05
config server
yum install wget -y
mkdir -p /root/cpanel_profile/
echo 'mysql-version=10.3' > /root/cpanel_profile/cpanel.config
cd /home
systemctl disable NetworkManager

#Hardware Information

  • dmesg--> show bootup message
  • lshw--> hardware configuration
  • free -h (or free -m)--> show free and used memory
  • lsblk--> block devices
  • lspci -tv--> show PCI devices
  • lsusb -tv--> show USB devices
  • dmidecode show hardware information from the BIOS