https://github.com/makefu/ttlinux
Tech Tips Linux - the Live Distro for Linux and Security Professionals
https://github.com/makefu/ttlinux
Last synced: 8 months ago
JSON representation
Tech Tips Linux - the Live Distro for Linux and Security Professionals
- Host: GitHub
- URL: https://github.com/makefu/ttlinux
- Owner: makefu
- License: mit
- Created: 2024-04-05T16:41:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T22:30:35.000Z (about 2 years ago)
- Last Synced: 2024-12-27T16:28:55.607Z (over 1 year ago)
- Language: Nix
- Homepage:
- Size: 8.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tech Tips Linux - the Live Distribution for Linux and Security Professionals
Welcome to Tech Tips Linux (short **TTLinux**), a [NixOS](https://nixos.org) based Live Distribution with the focus on security professionals and linux power users.
# Usage
## Live CD
TTLinux is meant to be used as a live CD.
## Installation
When you follow the installer through you will not have TTLinux flavour installed but
NixOS, which is also great! Be sure to follow the [official documentation](https://nixos.org/manual/nixos/stable/#sec-changing-config)
through afterwards.
## Testing
```
nix develop
qemu-kvm -boot d -cdrom result/iso/*.iso -m 4096
```
# Confusion
If you are looking for the *other* Linus Tech Tips, you can find them [here](https://social.kernel.org/torvalds)
# License
all TTLinux configuration and assets are licensed under MIT
# Credits
Thanks to the [NixOS Community](https://nixos.org), with this Operating System literally everyone can be a Linux Distribution creator!
Thanks to fabatt for the curated list of pentesting tools [`nix-security-box`](https://github.com/fabaff/nix-security-box),the `config/pentesting-tools.nix` is seeded by the repos `docs/nix-security-box.nix` file