跳至主要内容

Mac环境

1.iTerm2

简介:iTerm2 is a replacement for Terminal and the successor to iTerm
官网:https://iterm2.com/


2.Oh My ZSH

简介:Unleash your terminal like never before

官网:https://ohmyz.sh/


3.Homebrew

简介:macOS(或 Linux)缺失的软件包的管理器

官网:https://brew.sh/index_zh-cn


4.卸载rvm方式

rvm implode

please try removing it manually.

Failed to completely remove /Users/xxx/.rvm -- You will have to do so manually.


Note you may need to manually remove /etc/rvmrc and ~/.rvmrc if they exist still.

Please check all .bashrc .bash_profile .profile and .zshrc for RVM source lines and delete or comment out if this was a Per-User installation.

Also make sure to remove `rvm` group if this was a system installation.

Finally it might help to relogin / restart if you want to have fresh environment (like for installing RVM again).



评论

此博客中的热门博文

[QV2ray]源码解读

 main.cpp SIGTERM termination request, sent to the program SIGSEGV invalid memory access (segmentation fault) SIGINT external interrupt, usually initiated by the user SIGILL invalid program image, such as invalid instruction SIGABRT abnormal termination condition, as is e.g. initiated by   abort() SIGFPE erroneous arithmetic operation such as divide by zero https://en.cppreference.com/w/c/program/SIG_types 2.Application QVBASEAPPLICATION( SingleApplication ) -Qv2rayPlatformApplication -- Qv2rayWidgetApplication -- Qv2rayQMLApplication -- Qv2rayCliApplication

SSH基本使用

1.创建ssh公钥和私钥 ssh-keygen -t rsa -C [your_mail] 2.打开 公钥id_rsa.pub 复制全部内容到 VPS 3.测试是否连通 ssh -T [VPS地址] 4.保存到keychain,实现永久保存 ssh-add -K ~/.ssh/id_rsa