Back

1Panel

文档

avatar

1Panel

21486 Go

🔥🔥🔥 Web-based linux server management control panel. / 现代化、开源的 Linux 服务器运维管理面板。

安装命令

curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sudo bash quick_start.sh

Clash

仓库

从备份中获取:

  • clash 二进制文件
  • Country.mmdb 地理数据库

通过 sftp 上传到服务器,目标地址 ~/.config/clash

Nvm

avatar

nvm

78685 Shell

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash

安装完成后,换源,将如下命令追加到 .bashrc

export NVM_NODEJS_ORG_MIRROR=http://npm.taobao.org/mirrors/node

Nrm

avatar

nrm

2794 JavaScript

NPM registry manager, fast switch between different registries: npm, cnpm, nj, taobao

npm install -g nrm

Pyenv

avatar

pyenv

38541 Roff

Simple Python version management

curl https://pyenv.run | bash

在 Ubuntu 22.02 版本安装失败,参照 StackOverflow 解决

sudo apt-get install build-essential zlib1g-dev libffi-dev libssl-dev libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev

Zoxide

avatar

zoxide

21545 Rust

A smarter cd command. Supports all major shells.

curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash

Starship

avatar

starship

44099 Rust

☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

curl -sS https://starship.rs/install.sh | sh

fzf

avatar

fzf

63642 Go

:cherry_blossom: A command-line fuzzy finder

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

搭配 ag 使用

sudo apt-get install silversearcher-ag

Zsh

安装 rcm

从 dotfiles 还原备份至 ~/.dotfiles

rcup -t base

Pnpm

avatar

pnpm

29117 TypeScript

Fast, disk space efficient package manager

npm i pnpm -g

基础仓库

git clone git@github.com:Dreamacro/clash-dashboard.git Clash-Dashboard
git clone git@github.com:anse-app/chatgpt-demo.git ChatGPT-Demo

博客

文档

avatar

core

328 TypeScript

😎 The next generation of RESTful API service and more feature for Mix Space, powered by @nestjs.

cd
mkdir -p Mx-Space/server
cd Mx-Space/server
wget https://fastly.jsdelivr.net/gh/mx-space/mx-server@master/docker-compose.yml
docker-compose up -d
avatar

Shiro

3281 TypeScript

📜 A minimalist personal website embodying the purity of paper and freshness of snow.

git clone git@github.com:Innei/Shiro.git Mx-Space/shiro
从零开始配置 Linux
https://arthals.ink/blog/initialize-linux
Author Arthals
Update date October 5, 2023
Comment seems to stuck. Try to refresh?✨