mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
push latest
This commit is contained in:
BIN
src/public/blog/breaking-the-chromebook-cage/thumbnail.png
Normal file
BIN
src/public/blog/breaking-the-chromebook-cage/thumbnail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
@@ -45,12 +45,10 @@ const CommandSequence = ({
|
|||||||
{copied ? (
|
{copied ? (
|
||||||
<>
|
<>
|
||||||
<Check size={14} className="mr-1 text-green-bright" />
|
<Check size={14} className="mr-1 text-green-bright" />
|
||||||
<span>Copied</span>
|
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<Copy size={14} className="mr-1 text-foreground/70" />
|
<Copy size={14} className="mr-1 text-foreground/70" />
|
||||||
<span>Copy All</span>
|
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
@@ -241,12 +239,10 @@ const Command = ({
|
|||||||
{copied ? (
|
{copied ? (
|
||||||
<>
|
<>
|
||||||
<Check size={14} className="mr-1 text-green-bright" />
|
<Check size={14} className="mr-1 text-green-bright" />
|
||||||
<span>Copied</span>
|
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<Copy size={14} className="mr-1 text-foreground/70" />
|
<Copy size={14} className="mr-1 text-foreground/70" />
|
||||||
<span>Copy</span>
|
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Breaking the Chromebook Cage
|
title: Breaking the Chromebook Cage
|
||||||
description: From breaking Chromebooks as a student to breaking Chromebooks to stop students from breaking Chromebooks.
|
description: From breaking Chromebooks as a student to breaking Chromebooks to stop students from breaking Chromebooks
|
||||||
author: Timothy Pidashev
|
author: Timothy Pidashev
|
||||||
tags: ["uefi", "coreboot", "firmware", "chromebooks"]
|
tags: ["uefi", "coreboot", "firmware", "chromebooks"]
|
||||||
date: 2025-09-15
|
date: 2025-09-15
|
||||||
|
|||||||
Reference in New Issue
Block a user