SSHPass: How to SSH into a server using a script with no password (non-interactively)

Ever asked yourself: How do I use ssh in a shell script? How do I login non-interactively performing password authentication with SSH and shell scripts? How do I login over…

Using Vim Scripts to determine whether to set 80 chars word wrap

Here’s a little quick tip for those of you out there that use the ViM text editor. The following is from my personal ~/.vimrc file, it is used to set…