bash

How to push AutoMysqlBackup files to Google Drive

What is AutoMysqlBackup AutoMySQLBackup with a basic configuration will create Daily, Weekly and Monthly backups of one or more of your...
sysadmin.id
44 sec read

Linux :: Reload .bashrc without relogin

:: How to reload .bashrc script without re-login in Linux After edit .bashrc file, you can reload without re-login using this...
sysadmin.id
6 sec read

:: random password using bash

:: how to create random password using bash $ < /dev/urandom tr -dc A-Za-z0-9_ | head -c8 :: make simple random...
sysadmin.id
10 sec read