No description
| ARCH | Update arch-init.sh | |
| atlas-b | Update sdk.sh | |
| cli | Update zsh.md | |
| cloud-native | reorg | |
| db | struct | |
| editors | Update editors/install-helix.sh | |
| eopkg | Update configure.sh | |
| Fedora | Update fedora-dnf-tools.sh | |
| files | reorg | |
| framework | reorg | |
| gcloud | Create install-gcp-cli.sh | |
| grpc | Create protobuf.sh | |
| kubernetes | Update install-microkuber8s.sh | |
| lang | reorg | |
| lang-servers | Update install-servers.sh | |
| net | net | |
| server-config | Create docker-post-install.sh | |
| servers | struct | |
| tools | reorg | |
| WASM | Update wasm_tools.sh | |
| CONFIGURE_UBUNTU.sh | Update CONFIGURE_UBUNTU.sh | |
| docker-install-mint.sh | reorg | |
| docker-post-install.sh | docker | |
| docker.sh | Update docker.sh | |
| fix-disk-arch.sh | reorg | |
| get-ip | Create get-ip | |
| getRam.sh | Add files via upload | |
| install-fonts.sh | Update and rename fira-code-font.sh to install-fonts.sh | |
| monitorPss.sh | Create monitorPss.sh | |
| nfs.sh | arch-ubu | |
| README.md | Update README.md | |
| run.sh | Update run.sh | |
bash-scripts
Some basic bash scripts for installation and configuration of tools/programs for cloud programming (usually Ubuntu / JVM related).
SSH
Generate SSH: ssh-keygen -t ed25519 -C "quadr988@gmail.com"
Fonts
- FiraCode
sudo apt install -y fonts-firacode - Powerline (https://github.com/powerline/fonts)
Tools
- Oh My ZSH (https://ohmyz.sh/)
- Fish (https://fishshell.com/)
- Helix editor (https://docs.helix-editor.com/keymap.html)
- nvim
- emacs
- docker (https://docs.docker.com/engine/install/ubuntu/)
- snapd
Atlassian
Colored CLI
- eza (sudo apt install eza)
- Colours (https://github.com/athityakumar/colorls?tab=readme-ov-file#installation)
CMake
Java
- SDKMAN
- JDTLS
- https://github.com/eclipse-jdtls/eclipse.jdt.ls
- https://download.eclipse.org/jdtls/milestones/?d
bash wget https://www.eclipse.org/downloads/download.php?file=/jdtls/milestones/1.9.0/jdt-language-server-1.9.0-202203031534.tar.gz
Node
Python
- pyenv (https://github.com/pyenv/pyenv)
Go
Rust
- https://www.rust-lang.org/tools/install
bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Haskell
- ghcup (https://www.haskell.org/ghcup/)
WASM
JB toolbox
https://github.com/AppImage/AppImageKit/wiki/FUSE
sudo add-apt-repository universe
sudo apt install libfuse2