various improvements
This commit is contained in:
31
README.md
31
README.md
@@ -2,6 +2,18 @@
|
||||
|
||||
Debian 13 NETig configuration for `server` or `desktop` profiles.
|
||||
|
||||
What it does :
|
||||
* Update the system
|
||||
* Install a firewall
|
||||
* Install a set of package accordingly to the selected profile
|
||||
* Install Docker
|
||||
* Add a ZRAM
|
||||
* Apply any needed system configuration for your profile
|
||||
|
||||
What it doesn't :
|
||||
* Add `contrib` nor `non-free` repositories
|
||||
* Configure the desktop for you
|
||||
|
||||
## Prerequisites
|
||||
|
||||
A fresh Debian 13 install without `Debian desktop environment` nor any desktop installed.
|
||||
@@ -17,22 +29,3 @@ Downlad and extract the archive :
|
||||
```
|
||||
|
||||
And then run the `./run.sh` script and choose your profile.
|
||||
|
||||
## Manual tasks
|
||||
|
||||
### Server
|
||||
|
||||
Edit crontab with :
|
||||
```
|
||||
# crontab -e
|
||||
```
|
||||
|
||||
And add the following content :
|
||||
```
|
||||
# Run the NETig backup script at 4h every monday
|
||||
0 4 * * mon /usr/local/sbin/netig-srv-backup
|
||||
```
|
||||
|
||||
### Desktop
|
||||
|
||||
There is nothing to do, your system is ready to enjoy !
|
||||
|
||||
Reference in New Issue
Block a user