Skip to content

Instantly share code, notes, and snippets.

@hegdepavankumar
hegdepavankumar / VMware-Workstation-Pro-17-Licence-Keys.txt
Last active December 27, 2024 22:20
VMware Workstation Pro 17 full license keys. Collected and sorted out thousands of universal License Keys for all major versions of VMware Workstation Pro 17. x versions.
VMware-Workstation-Pro-17-Licence-Keys
-------------------------------------------------------------------
VMware Workstation Pro 17 full license keys. Collected and sorted out thousands of universal License Keys for all major versions of VMware Workstation Pro 17. x versions.
Install VMWare Workstation PRO 17.x (Read it right. PRO!)
---
@fnky
fnky / ANSI.md
Last active December 27, 2024 22:20
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@jniltinho
jniltinho / install-multi-php-debian.sh
Last active December 27, 2024 22:19
Install Multi PHP Debian 12
#!/bin/bash
## Install Debian/Ubuntu
## https://think.unblog.ch/en/multiple-php-fpm-versions-with-apache-on-debian-12/
## https://tecadmin.net/how-to-install-php-on-debian-11/
## https://shape.host/resources/how-to-install-multiple-versions-of-php-on-debian-with-ispconfig
apt install -y lsb-release apt-transport-https ca-certificates wget gnupg
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
@SalviaSage
SalviaSage / Correct Windows Registry Syntax.md
Last active December 27, 2024 22:18
Guide on editing the Windows Registry.

Correct Windows Registry Syntax

Last Revised: 2024-09-07

I made this guide to help anyone interested in editing the Windows Registry.
It is possible to modify the entries of the Windows Registry.
To do this, you need to create a file that ends with the extension .reg.


@djdembeck
djdembeck / 07-renew-public-att-dhcp.sh
Last active December 27, 2024 22:16
UDMP Allow use of AT&T DHCP IP as static IP and keeps the lease alive
#!/bin/bash
# Polls AT&T's DHCP server for updates, to keep static IPs alive.
# This allows UDM Pro users to set their DHCP IP as 'static' in the 'Internet' section
# allowing the use of static IP configuration in Unifi Network.
# 1. Find your DHCP IP.
# 2. Set Internet IPv4 to Static IP, and enter your DHCP address. Gateway is going to be .1
# 3. Add your static IP block to Additional IP Addresses
# 4. Place this script in the on_boot.d/ directory: https://github.com/unifi-utilities/unifios-utilities/tree/main/on-boot-script
# 5. After reboot, check the script is working: cat /var/log/udhcpc.log
@nebriv
nebriv / DDM2.0.md
Last active December 27, 2024 22:05
Dell Display Manager 2.0 command line documentation

Dell Display Manager 2.0 Command Line

Decompiled DLL with ILSpy to identify various commands.

Most commands can be found in DDM2._0_UX.CmdBackground.cmdService_DoWork

Write commands can be prefixed with int:command to specify which monitor to send the command to.

.\DDM.exe /0:writebrightnesslevel 50

@bmaupin
bmaupin / free-database-hosting.md
Last active December 27, 2024 22:03
Free database hosting
@adalinesimonian
adalinesimonian / block-the-blue.md
Last active December 27, 2024 22:02
Block all verified Twitter accounts on screen

Activating Windows 10 and 11 via Command Line: Step-by-Step Guide 2024

If you're looking for a way to activate Windows 10 or 11 for free, the command line is one of the most effective methods. This approach allows you to activate your operating system using your product key and doesn't require any third-party programs. In this article, we'll walk you through the process.

1. Why Use the Command Line for Windows Activation?

Using the command line for activating Windows allows you to:

  • 🚀 Quickly activate the system without additional interfaces.
  • 🔑 Use an activation key, even if you don't have it.