https://github.com/maina-0/c-files
https://github.com/maina-0/c-files
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maina-0/c-files
- Owner: maina-0
- Created: 2024-08-01T13:32:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T14:33:34.000Z (8 months ago)
- Last Synced: 2025-01-15T21:09:35.550Z (5 months ago)
- Language: C
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## c for fun
* fun
* learn
* funSandbox.c creates a regular chroot environment using fedora 40 it has the file \
systems and everything but you will have to install the dep files for all your \
programs and applications in order use it say for instance i'm using fish, to \
find the dep- files in your regular OS, run
```
$ lddtree -l /usr/bin/fish```
this should list all the dependancy files you would need to install before using say fish in chroot\
to remove the chroot.
```
$ sudo rm -rf /sandbox/```
so eachtime you run the code you will create a "container-environment" after you are done you can remove\
the dir.