user:thomas 由用户创建的 Gists
user:thomas
title:mygist 包含指定标题的 Gists
title:mygist
filename:myfile.txt 包含指定文件名的 Gists
filename:myfile.txt
extension:yml 包含指定扩展名的 Gists
extension:yml
language:go 包含指定编程语言的 Gists
language:go
topic:homelab 具有给定主题的 Gists
topic:homelab
注册
登录
Add multi-architecture support to an OCI image.
SudoVanilla uses buildah instead of Docker, as it builds valid OCI images that are supported by the SudoVanilla OCI Registry. The SudoVanilla OCI Registry is powered by Zot Registry, a OCI-native container image registry.
buildah
Please enable notation as a trust option and API keys:
notation
... "http": { "auth": { "apikey": true } }
For years now JavaScript continues to be heavily overused for web features, where now today you have functions that have standardized, native, and high-performance equivalents in HTML and CSS. In today's modern web standards, it now allows developers to replace these complex and unnesesary scripts with simple declarative tags that provide better accessibility and speed. It's also really annoying when developers decide to use entire libraries for these basic tasks such as jQuery and React logic, which I personally hate.
Allow yourself to remotely login to your server without the need of typing in the password.
All of the commands listed below are to be run on the client-side only.
Generate an RSA Keypair using ssh-keygen, run the following:
ssh-keygen
With a true or false statement, we can simply create something like a link or button that changes depending on if the user is signed in.
true
false
Let's start out this example:
--- var UserLogin = false
Script:
const FormatDate = (LocaleDate: string) => new Date(LocaleDate).toLocaleString('en-US', { dateStyle: "short", timeStyle: "short" }) FormatDate(YourDateVariable)
由 Opengist 强力驱动 ⋅ Load: 346ms⋅