import Document, { Html, Head, Main, NextScript } from 'next/document'
class MyDocument extends Document {
render() {
return (
订阅:
博文评论 (Atom)
-
gsettings set org.gnome.desktop.interface clock-show-seconds true
-
vim ~/.bashrc 在最后面加入如下函数代码 function title(){ if [ -z "$ORIG"] ;then ORIG=$PS1 fi TITLE="\[\e]2;$*\a\]" PS1=${ORIG}${TI...
-
# ubuntu远程服务器 # 登录 ``` sudo apt install ssh ssh root@127.0.0.1 -p 22 ``` # 下载远程服务器文件 (在本地客户端) ``` scp -r root@服务器ip:/root/code /user/ciel/w...
没有评论:
发表评论