My Own Linux Scripts
- Notes-saver.sh : Save input text into a file with date and time.
- safe-file-del.py : Delete files in current dir with shred, for security level integrity
- init_build.sh : Build Linux kernel with deafult config, Only work if run inside Kernel source
- ssh-user.sh : Check users who were online in ssh.
- .backup-all.sh : Backup everything inside /home
- .backup-zip.sh : Backup everything inside /home by zipping them
- bashrc : My own bashrc file for ease access with shell commands.
- .lock-backup.sh : Lock the backup folder by removing neccessary permissions
- .unlock-backup.sh : Exact reverse to the .lock-backup.sh script.