Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am karanikn on github.
* I am karanik (https://keybase.io/karanik) on keybase.
* I have a public key ASDbar-p8HWGJLkIEfGYEHqe3XWMsYodzK3_1D14b0MfeQo
To claim this, I am signing this object:
@karanikn
karanikn / win10colors.cmd
Created May 31, 2020 11:28 — forked from mlocati/win10colors.cmd
ANSI Colors in standard Windows 10 shell
@echo off
setlocal
call :setESC
cls
echo %ESC%[101;93m STYLES %ESC%[0m
echo ^<ESC^>[0m %ESC%[0mReset%ESC%[0m
echo ^<ESC^>[1m %ESC%[1mBold%ESC%[0m
echo ^<ESC^>[4m %ESC%[4mUnderline%ESC%[0m
@karanikn
karanikn / batch_colors.bat
Last active May 31, 2020 11:35
batch_colors
@echo off
color 0a
title Batch Colour Help, Using Batch
echo This Batch file Will Tell You What Letter Or Number Is the Code For The Colour You Would Like
echo Obviously You Have To write color As The Batch file Code Before You can Type The Corresponding Letters And Numbers For The Colours
pause
cls
:start
cls
@karanikn
karanikn / telemetry-blocklist
Created March 10, 2022 11:45 — forked from JOHLC/telemetry-blocklist
Telemetry Blocklist for pfBlockerNG
#
# I did not create this list. I pulled the list from the following repo:
# https://github.com/W4RH4WK/Debloat-Windows-10/blob/master/scripts/block-telemetry.ps1
# I formatted the list to be used with pfBlockerNG.
#
184-86-53-99.deploy.static.akamaitechnologies.com
a-0001.a-msedge.net
a-0002.a-msedge.net
a-0003.a-msedge.net
a-0004.a-msedge.net
@karanikn
karanikn / add-music.rsc
Created January 30, 2023 14:09 — forked from ThinGuy/add-music.rsc
add music to mikrotik switches
/system script
add name="Music: Super Mario Bros" owner=admin policy=read source=":beep frequency=660 length=100ms;\
\n:delay 150ms;\
\n:beep frequency=660 length=100ms;\
\n:delay 300ms;\
\n:beep frequency=660 length=100ms;\
\n:delay 300ms;\
\n:beep frequency=510 length=100ms;\
\n:delay 100ms;\
\n:beep frequency=660 length=100ms;\