Skip to content

Latest commit

History

197 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Toolbox

  • some useful scripts.
  • some configuration files.

scripts / commands

Based on Debian, for deepin, ubuntu etc.

DescriptionUsage
设置中国时区(Asia/Shanghai)sudo timedatectl set-timezone Asia/Shanghai
选择默认编辑器sudo update-alternatives --config editor
debian 系升级系统sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y
Ubuntu 开启 universe 仓库sudo add-apt-repository universe

shell command lines

Changing your Git author identity ref

git filter-branch --env-filter 'WRONG_EMAIL="cheng@macos.local"NEW_NAME="ZHOU Cheng"NEW_EMAIL="c.zhou@live.com"if [ "$GIT_COMMITTER_EMAIL" = "$WRONG_EMAIL" ]then export GIT_COMMITTER_NAME="$NEW_NAME" export GIT_COMMITTER_EMAIL="$NEW_EMAIL"fiif [ "$GIT_AUTHOR_EMAIL" = "$WRONG_EMAIL" ]then export GIT_AUTHOR_NAME="$NEW_NAME" export GIT_AUTHOR_EMAIL="$NEW_EMAIL"fi' --tag-name-filter cat -- --branches --tags

images

docker compose

  • Redis Standalone
  • PostgreSQL Standalone
  • Jenkins LTS
  • Sentry
  • ClickHouse

About

some useful tools in this box.

Resources

Stars

21 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages