What is sshwait!? Just restarted a server? Tired of pressing up and enter while waiting for SSH to be accessible again? Then sshwait is for you! This script automatically waits for an SSH connection to become available before attempting to connect. Output example Installation To install sshwait, head to my Github page for installation ... Read More...
Scripts
What is a welcome script? A welcome script is something that is displayed upon logging in to a server. This may include a MOTD, server statistics, etc. I've created a BASH welcome script called shwelcome. shwelcome uses a modular approach which allows you to customize/create your own modules. By default it includes the ... Read More...
This tutorial will describe how to convert an image to text on CentOS using Tesseract. Tesseract OCR (Optical Character Recognition) is a program that was developed by HP between 1995 - 2005. It is considered to be one of the best (read: accurate), freely available OCR engines. Unfortunately, Tesseract on Linux is ... Read More...