Skip to content

Instantly share code, notes, and snippets.

View 4k4xs4pH1r3's full-sized avatar
:octocat:
i+d

҉αkα x⠠⠵ 4k4xs4pH1r3

:octocat:
i+d
View GitHub Profile
@4k4xs4pH1r3
4k4xs4pH1r3 / System_Info.py
Last active October 3, 2020 05:13 — forked from ltddev/System_Info.py
System_Info.py
# System_Info.py - experimenting with platform and os modules
/python2 ```
import sys, os, platform
# flag to control level of printing out values here
longOutput = False
print '»sys Module'
print '----------'
@4k4xs4pH1r3
4k4xs4pH1r3 / python27_on_debian.sh
Last active June 22, 2022 23:15 — forked from lukaslundgren/python27_on_debian.sh
How to install python 2.7 on debian
sudo -i
for pkg in $(dpkg --get-selections | egrep -v 'deinstall' | egrep python | awk '{print $1}'); do apt-get -y --allow-downgrades install --reinstall $pkg ; done
sudo apt install aptitude -y && sudo aptitude install libsqlite3-dev -y && sudo wget https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tgz && sudo tar -xzf Python-2.7.18.tgz && cd Python-2.7.18
./configure --prefix=/usr --prefix=/home/python27 --enable-shared --enable-loadable-sqlite-extensions --enable-optimizations
sudo make && sudo make install
./configure; make libinstall; make sharedinstall
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="HKLCF">
<title>Cloudflare API (List DNS record)</title>
</head>
<body>
<div id="result"></div>

An guide how to activate Windows 11 Pro for free

Why?

Because you will get some more features like an Bitlocker and host your device as an External Desktop which can be accessed through the internet

Am i also able to switch from any other edition to Pro?

The answer is yes! You can switch from almost any edition to Pro completely for free!

Note for users with unactivated Pro edition

People which already have Pro, but not activated, can skip to this step.

Getting started

What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key: