Skip to content

Instantly share code, notes, and snippets.

View RaduTek's full-sized avatar

Radu Mîrzoca RaduTek

View GitHub Profile
@RaduTek
RaduTek / dirs.php
Created November 16, 2023 17:49
Simple PHP directory explorer with file upload and download
<?php
$path = '';
if (isset($_GET['p'])) {
$path = $_GET['p'];
}
# Download file
if (isset($_GET['d'])) {
@RaduTek
RaduTek / Windows Embedded POSready 2009.txt
Last active May 11, 2024 17:09
Windows Embedded Standard Product Keys
WEPOS2009 Full keys:
KGRMV-TWG8H-43Y2K-7PJBC-PM4CB (Unknown, OEM)
XM633-9YG7Y-47JM6-4QMF8-XPKYG (Unknown, OEM)
XPT4M-RKVC9-4YQWT-JJP76-RBXD3 (Full)
WEPOS2009 Other keys (might be Evaluation, don't use):
KFF8R-TMHF4-GKT2P-KGDHH-FXPMB
D4GQ7-HG48K-7YP6R-6JM4C-33FMQ
@RaduTek
RaduTek / gist:d0388ffb0a4f48a65d81bd87cfe9f59d
Created December 1, 2021 19:50
YouTube Custom CSS (To be used with StyleBot extension)
body {
overflow-y: overlay;
}
* {
font-family: Segoe UI;
}
#masthead {
background: linear-gradient(to bottom, rgba(33,33,33), rgba(33,33,33,0.75));
@RaduTek
RaduTek / gist:03de7819e8996f9cec081932ff7314d2
Last active December 1, 2021 19:49
Custom YouTube Music theme (to be used with Stylebot extension)
* {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
--ytmusic-nav-bar: rgba(24,24,24,0.75);
--ytmusic-player-bar-background: transparent;
--ytmusic-background: #080808;
--ytmusic-title-line-height: 1.3;
--ytmusic-responsive-font-size: 15px;