Skip to content

Instantly share code, notes, and snippets.

View mlemiam's full-sized avatar

mleb mlemiam

  • Silly society
  • 12:42 (UTC +02:00)
View GitHub Profile
@mlemiam
mlemiam / Windows11_bypass_oem_key_unattend.xml
Last active January 26, 2024 01:43
Bypass oem auto choosing Windows edition with ventoy
<?xml version="1.0" encoding="utf-8" ?>
<unattend
xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserData>
<AcceptEula>true</AcceptEula>
<ProductKey>
@mlemiam
mlemiam / rarreg.key
Created August 9, 2022 14:33 — forked from MuhammadSaim/rarreg.key
Step 1: Create a file called rarreg.key Step 2: Paste into the file the raw content of this gist Step 3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ ) Step 4: Paste the rarreg.key into WinRAR directory Step 5: Enjoy
RAR registration data
WinRAR
Unlimited Company License
UID=4b914fb772c8376bf571
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9
https://cdn.discordapp.com/attachments/979099520178733128/994267744239362108/test-bin.exe
:root {
/*.theme-dark {
}
.theme-light {
}
*/
.container-YkUktl {
.tutorialContainer-1pL9QS .homeIcon-r0w4ny path {
d: path("M13.5 1.515a3 3 0 00-3 0L3 5.845a2 2 0 00-1 1.732V21a1 1 0 001 1h6a1 1 0 001-1v-6h4v6a1 1 0 001 1h6a1 1 0 001-1V7.577a2 2 0 00-1-1.732l-7.5-4.33z");
transform: translate(2px, -1px) scale(0.94);
}
.withFrame-2dL45i {
height: 32px;
margin-top: 0px;
}
#!/hint/bash
#
# /etc/makepkg.conf
#
#########################################################################
# SOURCE ACQUISITION
#########################################################################
#
#-- The download utilities that makepkg should use to acquire sources
# linux-TkG config file
# Linux distribution you are using, options are "Arch", "Void", "Ubuntu", "Debian", "Fedora", "Suse", "Gentoo", "Generic".
# It is automatically set to "Arch" when using PKGBUILD.
# If left empty, the script will prompt
_distro=""
# Kernel Version - Options are "5.4", "5.7", "5.8", "5.9", "5.10", "5.11", "5.12", "5.13", "5.14"
_version=""
{
"workbench.colorTheme": "Horizon Extended",
"editor.fontFamily": "'jetbrains mono'",
"editor.fontLigatures": true,
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorBlinking": "phase",
"terminal.integrated.fontFamily": "FiraCode NF",
"workbench.startupEditor": "none",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,