Scripts posted recently tagged to shell in Kelpi

1- 2 of 2.

Create i386 bootable iso

to iso bootable shell by jonbaine

#Replace <> marked args. with the correct value.
 mkisofs -pad -l -J -v -V "<Name>" -no-emul-boot -boot-load-size 4 -boot-info-table -b < binary -> isolinux boot/isolinux/isolinux.bin> -c <catalog -> isolinux boot/isolinux/boot.cat> -hide-rr-moved -o <DVD.iso -- output iso> -r </tmp/DVD which dir to take>

Cesar encryption method in C++ (shell)

to encryption C++ Cesar shell g++ by geru

//Author: Geru; modified by Jonan.

#include <iostream>

using namespace std;
hits counter