Currently browsing category

Computers, Page 20

GNOME 最小安裝 / 反安裝

安裝桌面套件 # yum -y groupinstall “Desktop” “Desktop Platform” “X Window System” “Fonts” 其它套件選擇性地安裝 # yum -y groupinstall “Graphical Administration Tools” # yum …

[linux] 產生 ethX uuid

# uuidgen eth0 a4c64ff7-4882-4e7d-8119-b46dc04c05aa # vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 TYPE=Ethernet UUID=a4c64ff7-4882-4e7d-8119-b46dc04c05aa

重設 RHEL 7 / CentOS 7 root 密碼

1. 在 GRUB 2 開機畫面,按 e 編輯 2. 然後在 有 rhgb quiet 那行後面加入 init=/bin/sh ,並且刪除 rhgb quiet 3. 按 ctrl + x …

STREAM benchmark

更改 Makefile CC = icc CFLAGS = -O3 -axSSE4.2 -openmp # export OMP_NUM_THREADS=16 # ./stream_c.exe ————————————————————- STREAM version $Revision: 5.10 $ ————————————————————- …

Brocade RX-16 notes

Replacing the startup configuration with the running configuration After you make configuration changes to the active system, you can save those changes …