CentOS 7 install chrome

1.创建yum源文件

cd /etc/yum.repo.d/
touch google-chrome.repo

2.输入yum源信息

[google-chrome] 
name=google-chrome 
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1 
gpgcheck=1 
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

3.安装google chrome

yum -y install google-chrome-stable --nogpgcheck

CentOS 7 软件安装

https://nazimkuet.wordpress.com/2015/08/26/30-things-to-do-after-minimal-rhelcentos-7-installation/

  1. Register and Enable Red Hat Subscription
  2. Configure Network with Static IP Address
  3. Set Hostname of Server
  4. Update or Upgrade CentOS Minimal Install
  5. Install Command Line Web Browser
  6. Install Apache HTTP Server
  7. Install PHP
  8. Install MariaDB Database
  9. Install and Configure SSH Server
  10. Install GCC (GNU Compiler Collection)
  11. Install Java
  12. Install Apache Tomcat
  13. Install Nmap to Monitor Open Ports
  14. FirewallD Configuration
  15. Installing Wget
  16. Installing Telnet
  17. Installing Webmin
  18. Enable Third Party Repositories
  19. Install 7-zip Utility
  20. Install NTFS-3G Driver
  21. Install Vsftpd FTP Server
  22. Install and Configure sudo
  23. Install and Enable SELinux
  24. Install Rootkit Hunter
  25. Install Linux Malware Detect (LMD)
  26. Server Bandwidth Testing with Speedtest-cli
  27. Configure Cron Jobs
  28. Install Owncloud
  29. Enable Virtualization with Virtualbox
  30. Password Protect GRUB