Skip to content

Instantly share code, notes, and snippets.

View pacman2108's full-sized avatar
🖥️
Writing code or busy with academic stuff!

Pac. pacman2108

🖥️
Writing code or busy with academic stuff!
View GitHub Profile
@pacman2108
pacman2108 / Netflix.js
Created January 19, 2024 23:12 — forked from rbartholomew/Netflix.js
Netflix Windows 8
(function () {
'use strict';
var clientKey = "XXXXXXXXXXXXXX";
var clientSecret = "XXXXXXXXXXXX";
var oauthToken;
var oauthSecret;
var userId;
var loginUrl;
var applicationName;
@pacman2108
pacman2108 / AdbCommands
Created June 13, 2022 12:37 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader

Android - Enable ADB from recovery

Credits: @TheOnlyAnil @Firelord[^stackoverflow]

  • Requirements: a) stock recovery + rooted phone b) custom recovery

Discord

(Unofficial) Discord server rules suggestions list

Author's Note

I'll start off with letting you know this is a fork from someone else. However, for some bizarre reason, this is the one everyone finds, so I better get round to updating this. Credit to Cristiano#2233 for the original idea.

Also, I've had a lot of people saying the rules are to strict. If you pick all the rules here, you're right, it would be very strict. However the rules below are guidelines! They are there for you to pick the ones you desire, you can ignore ones you don't want. Hopefully they might help with rules you wouldn't have thought of otherwise.

@pacman2108
pacman2108 / installwin11.md
Last active October 29, 2021 18:09 — forked from oldaccofpronoy2108/installwin11.md
Install Windows 11 Anywhere (also works on old computers)

Prequesites:

  1. Rufus
  2. The (.iso) file.

Instructions

  1. Select the target device and the .iso file you want to flash to your flash drive.
  2. In image option, select Extended Windows 11 Installation....
@pacman2108
pacman2108 / centretaskbar.md
Last active November 9, 2021 14:01 — forked from oldaccofpronoy2108/centretaskbar.md
Taskbar to the Centre

Custom Shortcuts for Task View and Search

Task View

  1. Open this & download the taskview.ico file.
  2. In the shortcut target box, type or copy-paste the following:

explorer shell:::{3080F90E-D7AD-11D9-BD98-0000947B0257}

  1. Type "Task View" (without the quotes) as the name of the shortcut. Click Finish when done.
@pacman2108
pacman2108 / Convert Legacy BIOS to UEFI in Windows 10.md
Last active September 4, 2021 08:03
How to Install Linux Alongside Windows without any problems or complications

How to Convert Legacy BIOS to UEFI in Windows 10

In previous versions of Windows, you were forced to reinstall the entire operating system if you wanted to convert Legacy BIOS or Master Boot Record (MBR) to UEFI or GUID Partition Table (GPT). However, in Windows 10 Microsoft, a new and simple tool called MBR 2 GPT was introduced. It