Slow ssh login SSH session slow to start? It’s the DNS fault! Just add “UseDNS no” to /etc/ssh/sshd_config service sshd restart
SSH Automatic Login
SSH Automatic Login Well I am tired of entering my password 100 times a day, are you too? The solution I wrote this script using the powerful expect download expect I actually use a more complex script since our root […]
ssh copy key
You can login to a remote Linux server without entering password in 3 simple steps using ssky-keygen and ssh-copy-id as explained in this article. The magical 3 commands are: ssh-keygen -t rsa ssh-copy-id -i ~/.ssh/id_rsa.pub remote-host ssh remote-hostls /tmp ssh-keygen […]
Exchange mailbox login plugin
This plugins uses a script called check_counter_rawcount.vbs developed by Dr. Dave Blunt at GroundWork Open Source Inc. I used it to grab WMI performance counter information but the script itself allows many more “performance counters” to be used. The script […]
Linux .bashrc script
Login script to set nice prompt, colors,alias, history. Download Copy to your home folder (ex. /root) and save as .bashrc restart the terminal and it should come up You may need to change the ‘ and “, the blog changes […]