Skip to content

Instantly share code, notes, and snippets.

View eminarslan's full-sized avatar
🤖
I may be slow to respond.

Emin eminarslan

🤖
I may be slow to respond.
  • Istanbul, Turkey
View GitHub Profile
<template>
<div class="ui cards" style="margin: 10px">
<div class="ui icon input" style="width: 100%">
<input type="text" placeholder="Search..." v-model="searchQuery" />
<i class="search icon"></i>
</div>
<div
class="card ui fluid"
v-for="product in searchedProducts"
:key="product.id"
@eminarslan
eminarslan / Fedora_33_notes.md
Created December 28, 2021 23:20 — forked from PatrickLang/Fedora_33_notes.md
Fedora 33 Notes

This is just a few things I'll probably forget later

Dual boot with encryption & hibernation

  1. Disable secure boot in BIOS if you want hibernation in Linux
  2. Shrink Windows partition using diskmgmt.msc
  3. Boot off Fedora live ISO
  4. Choose install, do manual partitioning with blivet
  • Mount existing EFI partition at /boot/efi
  • Create /boot partition