自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

介紹一種Linux啟動引導(dǎo)加密

運(yùn)維 系統(tǒng)運(yùn)維
Linux啟動引導(dǎo)加密是可以增加系統(tǒng)全性能的一種方式,這樣要想讓Linux系統(tǒng)啟動必須得有啟動密碼才可以,這樣就讓安全又提高了一層。

Linux啟動引導(dǎo)加密是提高Linux安全性的一種措施,這里以RedHat Linux為例來進(jìn)行Linux啟動引導(dǎo)加密的設(shè)置,實驗是提高我們技術(shù)的一種手段,我們一定要親手試一試這種方法,完成技術(shù)的學(xué)習(xí)。

讓linux啟動引導(dǎo)加密方法
#vi /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#  all kernel and initrd paths are relative to /boot/, eg.
#  root (hd0,0)
#  kernel /vmlinuz-version ro root=/dev/sda2
#  initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-3)
password 12345678
root (hd0,0)
kernel /vmlinuz-2.4.18-3 ro root=/dev/sda2
initrd /initrd-2.4.18-3.img
~
~
"/boot/grub/grub.conf" 17L, 569C written
[root@localhost root]# reboot

現(xiàn)以上提示輸入:12345678
 
系統(tǒng)才可以引導(dǎo)
 
注意:遠(yuǎn)程勿試!
 
以密文方式
 
[root@localhost root]# grub-md5-crypt
Password:
$1$jQORq$BbVuVrnQ60b87FlXP/aau/
[root@localhost root]# vi /boot/grub/grub.conf
 
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#  all kernel and initrd paths are relative to /boot/, eg.
#  root (hd0,0)
#  kernel /vmlinuz-version ro root=/dev/sda2
#  initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-3)
password --md5 $1$jQORq$BbVuVrnQ60b87FlXP/aau/
root (hd0,0)
kernel /vmlinuz-2.4.18-3 ro root=/dev/sda2
initrd /initrd-2.4.18-3.img
~
~
"/boot/grub/grub.conf" 17L, 598C written
[root@localhost root]# reboot

這里就進(jìn)行了Linux啟動引導(dǎo)加密的設(shè)置。

【編輯推薦】

  1. 解決Linux grub啟動的有關(guān)問題
  2. 詳細(xì)解析Linux密碼破解問題
  3. 全面總結(jié)查看Linux全部硬件信息
  4. 詳細(xì)解析Linux目錄結(jié)構(gòu)
  5. 詳細(xì)講述Linux用戶組管理方案
責(zé)任編輯:小霞 來源: 互聯(lián)網(wǎng)
相關(guān)推薦

2011-07-04 17:53:48

快速測試

2010-03-04 15:20:30

Linux優(yōu)盤引導(dǎo)安裝

2018-02-08 08:11:41

2010-03-04 15:37:17

Linux優(yōu)盤引導(dǎo)安裝

2023-07-25 15:10:36

Linux存儲

2023-02-26 23:10:09

存儲Linux架構(gòu)

2021-06-04 08:58:41

Linux運(yùn)維Linux系統(tǒng)

2016-10-26 09:12:58

2020-12-23 10:10:23

Pythonweb代碼

2022-06-22 09:44:41

Python文件代碼

2022-07-07 10:33:27

Python姿勢代碼

2020-12-09 10:15:34

Pythonweb代碼

2009-12-24 15:29:09

Linux安裝

2017-08-01 18:06:56

2022-11-09 08:24:39

2017-01-22 16:35:02

iOSBlockCallback

2012-01-17 11:02:39

2024-08-30 11:27:55

父文檔檢索RAG技術(shù)人工智能

2023-06-02 15:26:37

光纖綜合布線

2015-08-31 09:27:21

語言界面UI
點贊
收藏

51CTO技術(shù)棧公眾號