ITEG's Debian and RPM Package Archive
This Webserver provides some public Debian and .rpm packages for direct usage by all the apt* and dpkg resp. rpm and yum tools.
Public packages overview
The packages provided include the results of some of IBCL's Open Source efforts and concentrate on simplyfying command line tasks:
Feel free to browse the pool/ online.
- RevChk, a perl script to ease reverse lookup checks in the DNS system
- Leases, a shell script that shows the leases of a DHCP3 server
- 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
- finddeadlinks lists dead links bin or below the current dir
- XSync, a rsync wrapper script auto-providing some recommended options
- sfw, a simple iptables based local firewall
Debian Repositories and HowTo
The auto-updated table below shows all sources.list[.d/*] snippets for debian archives available.
.list file browse deb source any-clutils-1.0.list pool (20) deb http://deb.iteg.at/any any-clutils-1.0 main any-itegci-1.list pool (3) deb http://deb.iteg.at/any any-itegci-1 main any-itegerp-1.list pool (2) deb http://deb.iteg.at/any any-itegerp-1 main any-mingw_qt3-3.list pool (1) deb http://deb.iteg.at/any any-mingw_qt3-3 main any-mingw_qt3-4.list pool (1) deb http://deb.iteg.at/any any-mingw_qt3-4 main any-mingw_qt3-5.list pool (1) deb http://deb.iteg.at/any any-mingw_qt3-5 main any-osgi-1.list pool (23) deb http://deb.iteg.at/any any-osgi-1 main any-simkonz-1.list pool (1) deb http://deb.iteg.at/any any-simkonz-1 main lenny-avk-1.list pool (8) deb http://deb.iteg.at/debian lenny-avk-1 main squeeze-avk-1.list pool (12) deb http://deb.iteg.at/debian squeeze-avk-1 main squeeze-konpk-1.list pool (38) deb http://deb.iteg.at/debian squeeze-konpk-1 main squeeze-konpp-1.list pool (32) deb http://deb.iteg.at/debian squeeze-konpp-1 main squeeze-mingw_qt3-3.list pool (8) deb http://deb.iteg.at/debian squeeze-mingw_qt3-3 main squeeze-mingw_qt3-4.list pool (8) deb http://deb.iteg.at/debian squeeze-mingw_qt3-4 main squeeze-mingw_qt3-5.list pool (8) deb http://deb.iteg.at/debian squeeze-mingw_qt3-5 main squeeze-mokon-4.3.list pool (62) deb http://deb.iteg.at/debian squeeze-mokon-4.3 main squeeze-mokon-4.4.list pool (50) deb http://deb.iteg.at/debian squeeze-mokon-4.4 main squeeze-mokon-4.5.list pool (74) deb http://deb.iteg.at/debian squeeze-mokon-4.5 main squeeze-simkonz-1.list pool (14) deb http://deb.iteg.at/debian squeeze-simkonz-1 main lucid-avk-1.list pool (12) deb http://deb.iteg.at/ubuntu lucid-avk-1 main lucid-mingw_qt3-3.list pool (8) deb http://deb.iteg.at/ubuntu lucid-mingw_qt3-3 main If you have apt-transport-https installed you might want to change the deb sources from http to https.
To tell your Debian/Ubuntu to trust our keys, do this:wget -O - https://deb.iteg.at/gpg/pba-archiver_deb.iteg.at.asc |apt-key add -
Yum/RPM Howto
To tell your yum/rpm to trust our keys, do this:
wget https://deb.iteg.at/gpg/pba-archiver_deb.iteg.at.asc rpm --import pba-archiver_deb.iteg.at.asc rm -f pba-archiver_deb.iteg.at.ascTo use our rpm archive, download deb.iteg.at_rpm.repo to your /etc/yum.repos.d directory like this:
wget -O /etc/yum.repos.d/deb.iteg.at_rpm.repo https://deb.iteg.at/rpm/deb.iteg.at_rpm.repoIf you prefer https feel free to edit the repo file accordingly.