- First, create a configuration file named
san.cnf
:
[req]
default_bits = 2048
prompt = no
default_md = sha256
distinguished_name = dn
x509_extensions = v3_req
[dn]
[ | |
{ | |
"name": "Cambodia", | |
"topLevelDomain": [ | |
".kh" | |
], | |
"alpha2Code": "KH", | |
"alpha3Code": "KHM", | |
"callingCodes": [ | |
"855" |
#!/usr/bin/env sh | |
_() { | |
YEAR="2018" | |
echo "GitHub Username: " | |
read -r USERNAME | |
echo "GitHub Access token: " | |
read -r ACCESS_TOKEN | |
# Validate inputs |
#!/usr/bin/env sh | |
_() { | |
YEAR="2019" | |
echo "GitHub Username: " | |
read -r USERNAME | |
echo "GitHub Access token: " | |
read -r ACCESS_TOKEN | |
# Validate inputs |
import { Loader } from '@googlemaps/js-api-loader'; | |
import Echo from 'laravel-echo'; | |
import Pusher from 'pusher-js'; | |
import axios from 'axios'; | |
window.axios = axios | |
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; | |
window.Pusher = Pusher | |
// Pusher.logToConsole = true; |
san.cnf
:[req]
default_bits = 2048
prompt = no
default_md = sha256
distinguished_name = dn
x509_extensions = v3_req
[dn]
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
The answer is yes! You can switch from almost any edition to Pro completely for free!
People which already have Pro, but not activated, can skip to this step.
What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key:
Init APIs with response:
{
"status": 200,
"total": 3,
"result": [
{
[ | |
{"name": "Afghanistan", "code": "AF"}, | |
{"name": "Åland Islands", "code": "AX"}, | |
{"name": "Albania", "code": "AL"}, | |
{"name": "Algeria", "code": "DZ"}, | |
{"name": "American Samoa", "code": "AS"}, | |
{"name": "AndorrA", "code": "AD"}, | |
{"name": "Angola", "code": "AO"}, | |
{"name": "Anguilla", "code": "AI"}, | |
{"name": "Antarctica", "code": "AQ"}, |
<div class="layout has-sidebar fixed-sidebar fixed-header"> | |
<aside id="sidebar" class="sidebar break-point-sm has-bg-image"> | |
<a id="btn-collapse" class="sidebar-collapser"><i class="ri-arrow-left-s-line"></i></a> | |
<div class="image-wrapper"> | |
<img src="assets/images/sidebar-bg.jpg" alt="sidebar background" /> | |
</div> | |
<div class="sidebar-layout"> | |
<div class="sidebar-header"> | |
<div class="pro-sidebar-logo"> | |
<div class="container-logo"> |