https://github.com/lucacappelletti94/linux-setup
Setting up my linux server
https://github.com/lucacappelletti94/linux-setup
Last synced: 2 months ago
JSON representation
Setting up my linux server
- Host: GitHub
- URL: https://github.com/lucacappelletti94/linux-setup
- Owner: LucaCappelletti94
- License: mit
- Created: 2025-02-13T15:14:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T07:29:33.000Z (about 1 year ago)
- Last Synced: 2025-03-10T03:55:47.212Z (12 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux Setup
Setting up my linux server primarely for Rust coding and running a few services.
## Installing the Linux system
In some occasions, even installing the Linux system can be a bit tricky. [I list the errors and hickups I have encountered here](INSTALLATION.md).
## Preliminary utilities
In [this section](PRELIMINARY.md) I will list the utilities I install on a fresh Linux system. This is not a complete list, but rather a list of the utilities I will assume as available in the rest of the documentation.
## Rust
I will use Rust for most of my coding. [Here](RUST.md) I will list the steps I take to install Rust and the utilities I use.