NicSpeed is a small bash script that I’ve found in my personal script library that was written years ago by who I don’t know but the original script was called net_speed.sh at least that is what is was back in the days. Just to give an idea how long ago it was the LAN speed […]
Author: Ricardo
Bash USBKeepAlive
Recently noticed that my NFS share always taken s little time to respond when using it after a while and it turns out if because the storage shared was on USB drive so until the disk spin up there was a delay. Quick and easy fix is just edit / write to a file in […]
SMALLTARBKP v4
Yet another version and what is the difference between v3 & v4 well to be honest only a few minor bugs that may or may not happen depending on how the script was being used but the biggest difference is the fact that v4 has a separate config file ${HOME}/.config/.smalltarbkp giving the ability to convert […]
SMALLTARBKP v3.0
This is a small tar backup script (smalltarbkp ) as it says in the name it was written in bash shell scripting designed for simplicity and purposely for Linux systems, this script is easy to use, easy to modify for those that want to improve, change or embed their own custom controls or reports.This is […]
S.E.N.P.A – Beta
S.E.N.P.A – Securely Encrypted Network Password Archive SENPA is my personal side project for the past few months working in my free time creating a password archiving site that would allow me to store dozens of passwords I have for the so many APPS and sites now available. SENPA encrypts all the data stored and […]