Pinned Loading
-
-
Layouts util for Next.js
Layouts util for Next.js 1import { FC } from "react"
2import { AppProps, RenderLayout } from "utils/layouts"
34const App: FC<AppProps> = ({ Component, ...props }) => {
5return (
-
A command that converts all jpg and ...
A command that converts all jpg and png images in a folder and subfolders into .webp 1find ./ -type f -name '*.jpg' -exec sh -c 'cwebp -q 100 $1 -o "${1%.jpg}.webp"' _ {} \; && find ./ -type f -name '*.png' -exec sh -c 'cwebp -q 100 $1 -o "${1%.png}.webp"' _ {} \; && rm */**/*.jpg && rm */**/*.png
-
certificates.bat
certificates.bat 1certbot certonly --manual -d {domain} -m {email} --agree-tos
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.