include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
/etc/letsencrypt/renewal/www.DOMAIN.conf
env WINEPREFIX="$HOME/.deepinwine/Spark-TIM" winecfg | |
env LANG=zh_CN.UTF8 wine ./san11pk.exe |
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
#!/bin/bash | |
# dirs | |
find -type d -exec chmod 0755 {} \; | |
# files | |
find -not -type d -exec chmod 644 {} \; | |
############### | |
# 88CPUs 128GB | |
############### | |
# MariaDB Configuration File | |
# Server | |
[mysqld] | |
datadir=/var/lib/mysql | |
socket=/var/lib/mysql/mysql.sock |
import Document, { | |
DocumentContext, | |
Head, | |
Html, | |
Main, | |
NextScript, | |
} from 'next/document' | |
import { CSSProperties, ServerStyleSheet } from 'styled-components' | |
import { AppContextProps } from 'YOUR APP CONTEXT' | |
interface PageDocumentProps { |
sudo apt install zsh | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions | |
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting | |
# add zsh-autosuggestions to ~/.zshrc | |
# plugins=(git zsh-autosuggestions) |