Scripts


~/.bash_profile

Example of my ~/.bash_profile file. PS1=Change Bash Prompt (PS1) color based on your environment...


sudoers

To add and edit sudoers run command visudovim /etc/sudoers root        ALL=(ALL:ALL) ALL...


CentOS SELinux Settings

Security-Enhanced Linux (SELinux) settings [[email protected] ~]# setsebool -P antivirus_can_sc...


/bin/custom/zzGetProperties.sh - Bash Read Properties File Key

 /bin/custom/zzGetProperties.sh #!/bin/sh#!/bin/bash# Daha fazla bilgi icin / For more informat...


/bin/custom/zzGetStatus.sh - Get process running status

/bin/custom/zzGetStatus.sh #!/bin/sh#!/bin/bash# Daha fazla bilgi icin / For more information:# ...


MongoDB Restore from Zip File

  . zMongoRestore.sh CRM CRM.zip #!/bin/shEscape="\033";Reset="${Escape}[0m";BlackF="${Escape}...


Created 7 years ago by Ahmet Faruk Bişkinler
Last Updated 7 years ago by Ahmet Faruk Bişkinler

Back to top