Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmduarte/centos7hepsim
https://github.com/jmduarte/centos7hepsim
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmduarte/centos7hepsim
- Owner: jmduarte
- Created: 2020-11-13T06:09:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-13T06:20:40.000Z (about 4 years ago)
- Last Synced: 2024-10-11T04:51:13.010Z (about 1 month ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# all settings for this image are set via /etc/profile.d/hepsim.sh
Minimize the image
# list installed by size
rpm -qa --queryformat '%10{size} - %-25{name} \t %{version}\n' | sort -nfind /home/hepsim/ -name ".git*" -exec rm -R {} \;
find /home/hepsim/fpadsim-1.4/ -type f -name '*.o' -exec rm {} +