Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

An guide how to activate Windows 11 Pro for free

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 tothis step.

Getting started

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

@sgbaird
sgbaird /copilot-setup-steps.yml
Last activeDecember 17, 2025 20:49
Minimal setup instructions for GitHub copilot coding agent. Place in .github/workflows/copilot-setup-steps.yml per documentation athttps://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment
name:"Copilot Setup Steps"
on:
workflow_dispatch:
push:
paths:[.github/workflows/copilot-setup-steps.yml]
pull_request:
paths:[.github/workflows/copilot-setup-steps.yml]
jobs:
copilot-setup-steps:
@chriswayg
chriswayg /Ubuntu_Debian_Cloud_images_in_Proxmox.md
Last activeDecember 17, 2025 20:44
Ubuntu and Debian Cloud images in Proxmox

A script which automates these steps for multiple distros incl. CoreOS, CentOS, Arch and ALpine

Steps for creating an Ubuntu 18.04 cloud template

  • Using a ready-to-use Ubuntu image
@unrooted
unrooted /initSystemsCheatSheet.md
CreatedDecember 31, 2020 11:58
init systems cheat sheet

systemd

  • list all services:systemctl list-unit-files
  • list running services status:systemctl list-units
  • list failed services:systemctl --failed
  • list available services:systemctl --all
  • start a service:systemctl start [SERVICE_NAME]
  • stop a service:systemctl stop [SERVICE_NAME]
@danperrout
danperrout /TesouroDireto.gs
Last activeDecember 17, 2025 20:37
API Função TESOURODIRETO Google Sheets
/*
*@return Acesse radaropcoes.com Retorna a cotação atual de um título específico do Tesouro Direto.
* API: https://radaropcoes.com/
* Fonte: https://www.tesourodireto.com.br/titulos/precos-e-taxas.htm
**/
functionTESOURODIRETO(bondName,argumento="r"){
letsrcURL="https://api.radaropcoes.com/bonds.json";
letjsondata=UrlFetchApp.fetch(srcURL);
letparsedData=JSON.parse(jsondata.getContentText()).response;
@eliasdaler
eliasdaler /tmd_export.py
Last activeDecember 17, 2025 20:36
.blend to .tmd (PS1) export
"""
.blend to TMD export.
Only objects in "Collection" collection are exported, they're automatically joined and triangulated.
Only flat shaded meshes are supported:
Use Color Attribute -> Face Corner (NOT Vertex color).
Run via CLI:
/usr/bin/blender <BLEND_FILE>\
--quiet --python-exit-code 1\
--background --python tmd_export.py \
@cdesch
cdesch /rails_generator_cheat_sheet.md
Last activeDecember 17, 2025 20:35
Rails Generator CheatSheet

Cheat Sheets are greate but they are not a substitute for learning the framework and reading the documentation as we most certainly have not covered every potential example here. Please refer to theRails Command Line Docs for more information.

Command Line Generator Info

Reference

You can get all of this information on the command line.

rails generate with no generator name will output a list of all available generators and some information about global options.rails generate GENERATOR --help will list the options that can be passed to the specified generator.

@animetosho
animetosho /gf2p8affineqb-articles.md
Last activeDecember 17, 2025 20:31
A list of articles documenting uses of the GF2P8AFFINE instruction

Intel added the Galois Field instruction set (GFNI) extensions to their Sunny Cove and Tremont cores. What’s particularly interesting is that GFNI is the only new SIMD extension that came with SSE and VEX/AVX encodings (in addition to EVEX/AVX512), to allow it to be supported onall future Intel cores, including those which don’t support AVX512 (such as the Atom line, as well as Celeron/Pentium branded “big” cores).

I suspect GFNI was aimed at acceleratingSM4 encryption, however, one of the instructions can be used for many other purposes. The extension includesthree instructions, but of particular interest here is the Affine Transformation (GF2P8AFFINEQB), aka bit-matrix multiply, instruction.

There have been various articles which discuss out-of-band

@roalcantara
roalcantara /XDG.cheat-sheet.md
Last activeDecember 17, 2025 20:31
XDG cheat sheet

Directories

Base

The intended use-case for BaseDirectories isto query the paths of user-invisible standard directories that have been defined according tothe conventions of the operating system the library is running on.

NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp