If you don't want NIC to be inited at boot time, execute the command as root:
#chkconfig --level 235 network off
then bring up it manually :
#/sbin/ifconfig eth0 up [desired ip address ]
If you don't want bash history, run:
#echo "HISTSIZE=0" >> ~/.bash_profile