SMS Alerts When your Website is Down
From labnol.org You can use Google Docs to monitor your website’s uptime and get instant alerts if your site is down or unavailable to visitors. The latest version of this Google Docs based…
From labnol.org You can use Google Docs to monitor your website’s uptime and get instant alerts if your site is down or unavailable to visitors. The latest version of this Google Docs based…
tarbackup.com - Simple tar backup for free forever A feature request for tarbackup is using a private ssh key instead of a password to connect to the tarbackup server when using sftp to…
Just a heads up for the peep's using WHMCS... ---------------------- WHMCS Security Alert whmcs.com "We have become aware of a security issue that exists in the third party Boleto module…
We all learn new things over time as we use applications with a vast amount of possibilities. Of course, some of those things would have been so useful if we had known them earlier. Here are 10 command line tricks that I wish I had learned much sooner.
Note: these tricks apply to bash, which is the default shell on most Linux systems. If you’re using a different shell, they may not work for you. If you don’t know which shell you have, it’s probably bash, so go ahead and try them!
SSL certificate check install Verify your SSL certificate installation with the help of the following diagnostic tools: digicert.com sslshopper.com certlogik.com ssllabs.com rapidssl.com SSL Error Codes Explanations: mozilla.org
From zx2c4.com
Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities.
pass makes managing these individual password files extremely easy. All passwords live in~/.password-store
and pass provides some nice commands for adding, editing, generating, and retrieving passwords. It is a very short and simple shell script. It’s capable of temporarily putting passwords on your clipboard and tracking password changes using git.
You can edit the password store using ordinary unix shell commands alongside the pass command. There are no funky file formats or new paradigms to learn. There is bash completion so that you can simply hit tab to fill in names.
The pass command is extensively documented in its man page.