首页 > 其他分享 >2023-02-06grub

2023-02-06grub

时间:2023-10-09 18:45:28浏览次数:36  
标签:02 grub GRUB sudo 06grub 2023 true your

+++
title = "grub settings for noobies"
description = ""
date = 2023-02-06T14:21:50+08:00
featured = false
comment = true
toc = true
reward = true
categories = [
""
]
tags = [
"ubuntu"
]
series = []
images = []
+++

turn on grub menu

if your grub menu don't show when you boot up your system , you can follow this :

edit grub config

sudo vim /etc/default/grub
# GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10

commit

sudo update-grub

get a theme

gnome grub themes store

deadsec theme

change some grub settings

edit grub config

sudo vim /etc/default/grub

find and change:

GRUB_DEFAULT=saved

add this line

GRUB_SAVEDEFAULT=true

this 2 line make grub rember your choice

commit

sudo update-grub

标签:02,grub,GRUB,sudo,06grub,2023,true,your
From: https://www.cnblogs.com/kasusa/p/17752872.html

相关文章

  • 2023-02-06Fix dual system time problem copy
    +++title="Fixdualsystemtimeproblem"description=""date=2023-02-06T14:21:50+08:00featured=falsecomment=truetoc=truereward=truecategories=[""]tags=["ubuntu"]series=[]images=[]+......
  • 2023-1-0xpython_beautiful_soup
    +++title="python_beautiful_soup"description=""date=2023-03-20T15:50:22+08:00featured=falsecomment=truetoc=truereward=truecategories=[""]tags=[""]series=[]images=[]+++还没写,先留着空位......
  • 2023-01-31python-path
    +++title="使用标准的path处理方法(Python)"description=""date=2023-01-31T15:26:05+08:00featured=falsecomment=truetoc=truereward=truecategories=[""]tags=["python"]series=[]images=[]+++标准方......
  • 2023-01-31python-json
    +++title="Json读写(Python)"description=""date=2023-01-31T15:34:37+08:00featured=falsecomment=truetoc=truereward=truecategories=[""]tags=[""]series=[]images=[]+++使用python读写json......
  • 2023-10-09 闲话
    昨天晚上又焦虑来着。太愚蠢了。大概原因好像是stolz定理讲义没看完,高代作业写的有点久了。早上三千跑了十五分多一点点,虽然最后一千比第一个一千快了一分钟。今天上午一个\(\lim\limits_{x\to0}\dfrac{\sqrt[n]{1+\alphax}\sqrt[m]{1+\betax}}{x}=1\)没证出来,又喜提高......
  • 20231009 模拟赛总结
    模拟赛链接排名:\(\text{rank1}\)分数:\(100+100+70+20=290\)终于有一次模拟赛不掉分了。T1:最后一课/dist题目描述:在一个平面直角坐标系上,给定一条直线\(y=k\)和两个点\(P(x_1,y_1),Q(x_2,y_2)\),求经过水平线的两点的最短距离。(\(k,x_1,y_1,x_2,y_2\le5\times10^8\))思......
  • [鹤城杯 2021]New MISC
    [鹤城杯2021]NewMISC拿到文件发现是PDF打开文件,完全看不懂。用010打开后发现有一段中0920出现次数比较多,大概率为wbStego4open加密,上家伙使用工具wbStego4.3open进行解密最后一直点继续就行。......
  • 2023 IDC中国数字金融论坛丨中电金信向行业分享“源启+应用重构”新范式
    9月8日,IDC主办的“2023IDC中国数字金融论坛”在北京召开。中电金信受邀参会,并带来了深度数字化转型趋势之下关于应用重构的分享与洞见。论坛重点关注金融科技创新发展趋势与数字化转型之路,中电金信副总经理、研究院院长况文川带来了“创新与传承——基于源启的应用重构之路”......
  • 2023 KiCon Asia 11月12日 深圳见!
      KiCon是什么?KiCon,全称KiCadConference,是由KiCad社区主办,在每年秋季举行,将使用和热爱KiCad的开发者聚集一起,分享想法、经验和学习心得等。在继今年9月在西班牙拉科鲁尼亚第二届KiCon用户大会的成功基础上,非常高兴首届亚洲KiCad大会,“2023KiCadAisa”将在全球电子......
  • [MRCTF2020]你传你呢
    原理.htaccess文件解析漏洞以及MIME的修改,注意注意,三种MIME值png,jpg,gif不行的话都要试一遍,不要错过啦--手搓连接木马的系统命令多种使用方式payload:var_dump(scandir('/'));echofile_get_contents('/flag');解题过程进入靶场,让上传文件上传文件抓包,发现包被过......