Offensive Security Certificates
Repositories
Below are easy-to-follow instructions for adding my personal APT & YUM repositories to your system.
APT Repository
apt.djordjejocic.com
1. Step
Download my public GPG key using the wget command.
wget -nc https://www.djordjejocic.com/storage/app/media/other/release.key
2. Step
Add previously downloaded GPG key to APT's list of trusted keys using the apt-key command.
sudo apt-key add release.key
3. Step
Add new source by printing it and redirecting the output.
sudo echo "deb http://apt.djordjejocic.com general main" > "/etc/apt/sources.list.d/jocic-external.list"
4. Step
Resynchronize your package index file using the apt-get command.
sudo apt-get update
YUM Repository
yum.djordjejocic.com
1. Step
Download my public GPG key using the wget command.
wget -nc https://www.djordjejocic.com/storage/app/media/other/release.key
2. Step
Add previously downloaded GPG key to APT's list of trusted keys using the rpm command.
sudo rpm --import release.key
3. Step
Create an appropriate configuration file for the YUM repository by printing it and redirecting the output.
sudo echo "[jocic-external]
name=Jocic's External Packages
baseurl=http://yum.djordjejocic.com
enabled=1
gpgcheck=1
gpgkey=http://yum.djordjejocic.com/release.key" > /etc/yum/repos.d/jocic-external.repo
Contact
If you don't want to contact me via office@djordjejocic.com, please use the form bellow. All fields are required.