to open diskpart:
PS> diskpart
list disk
it will give you something like this
to open diskpart:
PS> diskpart
list disk
it will give you something like this
add these to taiwind.config.js > theme > extend :
width: {
'fill': 'fill-available',
'webkit-fill': '-webkit-fill-available',
'moz-fill': '-moz-available',
},
height: {
'fill': 'fill-available',
'webkit-fill': '-webkit-fill-available',
You can easily use this Helper
https://github.com/eymeen/gist/blob/main/laravel/UploadHelper.php
phpPHPManager > service > Stop)FPM Profilelisten.owner = root
listen.group = root
user = root
group = root
Caution
Disclaimer: The code and information presented here are for educational purposes only. Do not use or deploy this technique in real-world systems, services, or environments without proper authorization. Unauthorized use or exploitation of security vulnerabilities is illegal and against GitHub’s terms of service. Always adhere to ethical hacking standards.
did you read the Disclaimer? you did? you still want use this for fraud? go f*ck yourself 😡
If you'll use it for good, welcome
It is highly recommended that you convert to and from .pfx files on your own machine using OpenSSL so you can keep the private key there. Use the following OpenSSL commands to convert SSL certificate to different formats on your own machine:
Convert PEM to DER
openssl x509 -outform der -in certificate.pem -out certificate.der
Convert PEM to P7B
This guide will walk you through setting up a Certificate Authority (CA) and creating SSL certificates using OpenSSL. We'll cover creating a CA, generating certificates, and configuring a server to use them.
| Contents |
|---|
| 1. Creating a Tiny Certificate Authority |
| 2. Creating Certificates |
| 3. Convert CSR to CRT |
This Gist provides custom CSS to add Y-axis padding around Tailwind CSS container breakpoints. The padding is applied dynamically, with padding added or removed before and after each breakpoint.
Define CSS variables for padding and breakpoints:
:root {| // wrong | |
| const object = null | |
| const array = null | |
| const string = null | |
| const number = null | |
| // best-practice | |
| const object = {} | |
| const array = [] | |
| const string = '' |