ubuntu安装配置

install sdkman

pre install curl

sudo apt install curl

curl -s "https://get.sdkman.io" | bash

source "/home/jiwei/.sdkman/bin/sdkman-init.sh"

add chinese region, then add keyboard china->'inteligent pinyin'

install feishu

install jetbrain toolbox app

pre install fuse

sudo apt install libfuse2

install jdk 21.0.4-zulu

sdk install java 21.0.4-zulu

install snipaste

install gradle 8.10.2

sdk install gradle 8.10.2

install node 20

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

export NVM_DIR="$HOME/.nvm"

[ -s "NVM_DIR/nvm.sh" \] \&\& \\. "NVM_DIR/nvm.sh" # This loads nvm

[ -s "NVM_DIR/bash_completion" \] \&\& \\. "NVM_DIR/bash_completion" # This loads nvm bash_completion

nvm install 20

npm update

node -v

npm -v

install yarn

npm install --global yarn

ssh

ssh-keygen

download project code

git@github.com:xxx/xxx.git

config idea ,webstorm

1.idea

build project

gradle -x test

run application

2.webstorm

yarn install

yarn run serve

解决蓝牙适配器重启后重新插拔才能识别的问题_蓝牙适配器每次开机都重新插-CSDN博客

配置解决yarn运行报错node_module文件过多问题:

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

sudo sysctl --system

安装brew, zsh

https://linuxconfig.org/installing-homebrew-on-ubuntu-debian-a-step-by-step-guide

Installing ZSH · ohmyzsh/ohmyzsh Wiki · GitHub

安装postman

Install and update Postman | Postman Learning Center

zsh自动补全

https://gist.github.com/n1snt/454b879b8f0b7995740ae04c5fb5b7df

解决找不到node, yarn, sdkman等 (可以先安zsh,再用zsh安他们)

【zsh】command not found: node_zsh: command not found: node-CSDN博客

https://github.com/sdkman/sdkman-cli/issues/613

相关推荐
bohu834 分钟前
亚博microros小车-原生ubuntu支持系列:16 机器人状态估计
ubuntu·机器人·imu·localization·microros·imu_tools
马立杰1 小时前
H3CNE-33-BGP
运维·网络·h3cne
云空2 小时前
《DeepSeek 网页/API 性能异常(DeepSeek Web/API Degraded Performance):网络安全日志》
运维·人工智能·web安全·网络安全·开源·网络攻击模型·安全威胁分析
深度Linux2 小时前
Linux网络编程中的零拷贝:提升性能的秘密武器
linux·linux内核·零拷贝技术
没有名字的小羊3 小时前
Cyber Security 101-Build Your Cyber Security Career-Security Principles(安全原则)
运维·网络·安全
千夜啊3 小时前
Nginx 运维开发高频面试题详解
运维·nginx·运维开发
存储服务专家StorageExpert4 小时前
答疑解惑:如何监控EMC unity存储系统磁盘重构rebuild进度
运维·unity·存储维护·emc存储
chian-ocean6 小时前
从理论到实践:Linux 进程替换与 exec 系列函数
linux·运维·服务器
拎得清n6 小时前
UDP编程
linux
敖行客 Allthinker6 小时前
从 UTC 日期时间字符串获取 Unix 时间戳:C 和 C++ 中的挑战与解决方案
linux·运维·服务器·c++