Skip to content

nixcraft/config

Repository files navigation

Config

These config files are solely for use in my test lab or on my Linux or macOS desktop. It is up to you whether or not to use them. Please note that they are not backed by any warranty or guarantee, and you assume all risks associated with using them. I, as the author, cannot be held responsible for any damages that may arise.

How do I use them?

Use wget command or curl command to download files.

Examples

wget  -q -O "/home/$USER/.bashrc" "https://raw.githubusercontent.com/nixcraft/config/main/.bashrc"

OR

#!/bin/bash
set -e
....
......
..

log "Configure lxd and firewall rules ..."
wget -q -O /tmp/lxd.default.init "https://raw.githubusercontent.com/nixcraft/config/main/lxd.default.init"
cat /tmp/lxd.default.init | lxd init --preseed
rm -fv /tmp/lxd.default.init
...
...

nfs-optimiation.sh

1000-custom.conf

Links

This repository may be mentioned in the nixCraft blog and tutorials. Hence, it will always remain public.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published