How to check CPU&memory loading under centos
#yum install epel-release
#yum install htop
2020年6月17日 星期三
2020年6月12日 星期五
How to mount a windows/samba windows share under Linux
How to mount a windows/samba windows share under Linux
You have windows to open share folder, and you want your linux client can access this folder.
From linux client
#mount -t cifs -o "username=XXX,password=XXX" //[windows_IP]/[Windows_folder] /mnt
You have windows to open share folder, and you want your linux client can access this folder.
From linux client
#mount -t cifs -o "username=XXX,password=XXX" //[windows_IP]/[Windows_folder] /mnt
2020年6月8日 星期一
How to get CPU current avarage frequency
How to get CPU current avarage frequency
#turbostat -s Bzy_MHz -num 1 -i 1 | sed '2!d'
#turbostat -s Bzy_MHz -num 1 -i 1 | sed '2!d'
2020年6月7日 星期日
How to reset BMC to factory default by command(AMI code)
How to reset BMC to factory default by command(AMI code)
#ipmitool raw 0x32 0x66
#ipmitool raw 0x32 0x66
2020年6月3日 星期三
How to change Centos 7 run level graphic<=>text
How to change Centos 7 run level graphic<=>text
1. Check current run level
#systemctl get-default
2. Change run level from graphic to text
#systemctl set-default multi-user.target
#init 6
3. Change run level from text to graphic
#systemctl set-default graphical.target
#init 6
---------------------------------------
[Centos 6]
1.Change run level from graphic to text
#vim /etc/inittab
id:3:initdefault:
2. Change run level from text to graphic
#vim /etc/inittab
id:5:initdefault:
1. Check current run level
#systemctl get-default
2. Change run level from graphic to text
#systemctl set-default multi-user.target
#init 6
3. Change run level from text to graphic
#systemctl set-default graphical.target
#init 6
---------------------------------------
[Centos 6]
1.Change run level from graphic to text
#vim /etc/inittab
id:3:initdefault:
2. Change run level from text to graphic
#vim /etc/inittab
id:5:initdefault:
訂閱:
文章 (Atom)
-
[Office] 自從您上次存檔後檔案 (filename.xls) 可能已由另一位使用者變更 當您嘗試將 Microsoft Excel 活頁簿儲存到網路伺服器時,如果該伺服器正在執行例如 Services for Macintosh 的中繼服務,或是在開啟活頁簿時出現...
-
Use AMISCE tool to update BIOS configuration under linux Test fucntion without change dump file 1.Copy SCELNX_64 to Linux_Flash folder 2...
-
I would like to thank you for all your support during the past years and hope that you will continue to extend the same to my replacement, ...