upgrade netscaler 9
- No Comments
- Jun, 11, 2010
- Angelo Schalley
- Linux, Netscaler
use the CLI to be sure of the update, just in case the java gui is messing with you.
copy upgrade firmware to /var/nsinstall
login with putty
untar the firmware file : tar xvzf firmwarebuild.tar
Read more on upgrade netscaler 9…
configure rssh linux centos redhat shell
- No Comments
- Jun, 11, 2010
- Angelo Schalley
- Linux, security
configure yum to use DAG , see other posts on this blog
yum install rssh
only problem i ran in to was :
chsh -s /usr/bin/rssh angelo
# chsh -s /usr/bin/rssh restricted.user
Changing shell for restricted.user.Warning: “/usr/bin/rssh” is not listed in /etc/shells
Shell changed.
Read more on configure rssh linux centos redhat shell…
nmap command line examples
- No Comments
- Jun, 10, 2010
- Angelo Schalley
- Linux, security
Nmap is a commonly used utility in the security world. The default nmap scan is pretty good but there are a number of options to make your scans more informative and or more efficient.
Read more on nmap command line examples…