release please 是一个来自于 Google 的自动发版工具,基于 Github Actions 可实现全自动发版。
官网:https://github.com/googleapis/release-please
上手
在项目根目录的 .github 的 workflows 里面新建一个 release-please.yml 文件,下面是一个标准的 node 项目的标准配置:
release please 是一个来自于 Google 的自动发版工具,基于 Github Actions 可实现全自动发版。
官网:https://github.com/googleapis/release-please
在项目根目录的 .github 的 workflows 里面新建一个 release-please.yml 文件,下面是一个标准的 node 项目的标准配置:
近期 git 更新了最新的 2.34.1 版本,好多小伙伴突然发现无法访问服务器。
git pull 的时候命令行会提示
git@git.xxxxx.com: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
方法如下:
dnf remove --oldinstallonly --setopt installonly_limit=2 kernel
https://mirrors.ustc.edu.cn/centos/7.9.2009/isos/x86_64/
前面的配置没什么好说的,不过有两个坑
1、不能选择自动设置,否则会直接卡在安装界面。
不知道为什么rocky8连中文输入法都没有
https://github.com/fcitx/fcitx5/discussions/318
目前来看,就两条路,自己编译,继续使用ibus
算了,先用ibus吧
提示
如果是安装的 Live CD版,不需要安装,系统已经有了。
文章更新历史
2022/05/25 feat:初稿。
在 Parallels Desktop 上默认下载安装了最新的 Fedora34 ,但是里面默认是 Fedora Workstation 环境。如果想要切换成xfce4,可以按照以下操作。
sudo sed -e 's|^metalink=|#metalink=|g' \
-e 's|^#baseurl=http://download.example/pub/fedora/linux|baseurl=https://mirrors.ustc.edu.cn/fedora|g' \
-i.bak \
/etc/yum.repos.d/fedora.repo \
/etc/yum.repos.d/fedora-modular.repo \
/etc/yum.repos.d/fedora-updates.repo \
/etc/yum.repos.d/fedora-updates-modular.repo
废话不多说,直接上干货。
# fcitx
RUN dnf remove ibus -y
RUN dnf remove imsettings imsettings-libs im-chooser -y
RUN dnf install fcitx fcitx-pinyin fcitx-configtool -y
注意
此问题尚在研究中,暂时没有完美解决办法,仅供参考。
ubuntu vnc
sudo apt install tigervnc-standalone-server tigervnc-xorg-extension tigervnc-viewer -y
当使用低版本的ubuntu时,安装的emacs也是低版本的,如果想使用高版本的emacs,怎么办呢? 当然可以下载emacs的源码,编译安装,有没有更省事的办法吗?
可以使用下面的方法:
$sudo add-apt-repository ppa:ubuntu-elisp/ppa
$sudo apt update
$sudo apt install emacs-snapshot emacs-snapshot-el
$emacs-snapshot --version #查看emacs版本
注意
此问题尚在研究中,暂时没有完美解决办法,仅供参考。
sudo yum install glibc-common -y
sudo yum install wqy-*-fonts -y
sudo yum groupinstall "Xfce" -y