ITEG's RPM Package Archive
This Webserver provides some public and semi-public RPM packages for direct usage by all the rpm and yum tools.
Public packages overview
The packages provided include the results of some of IBCL's Open Source efforts (now continued as ITEG) and concentrate on simplyfying command line tasks:
Feel free to browse the repo/ online.
- TimestampTools, perl scripts to convert between UTS and human readable time stamps
- Hex2Dec2Bin, perl scripts to convert between those 3 number systems
- capcls, a shell script to (re)assign Owner/Rights/ACLs to a directory tree
- calc, a bc syntax wrapper providing a command line mini-calculation-tool
- XSync, a rsync wrapper script auto-providing some recommended options
- sfw, a simple iptables based local firewall
Yum Repositories and HowTo
The auto-updated table below shows all *.repo snippets for our yum repositories.
Yum/RPM Howto
To tell your yum/rpm to trust our keys, do this:
# repository key curl -o /etc/pki/rpm-gpg/RPM-GPG-KEY-iteg-at https://rpm.iteg.at/gpg/RPM-GPG-KEY-iteg-at rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-iteg-at # package key curl -o /etc/pki/rpm-gpg/RPM-GPG-KEY-pba-builder-iteg-at https://rpm.iteg.at/gpg/RPM-GPG-KEY-pba-builder-iteg-at rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-pba-builder-iteg-at