Skip to content

Instantly share code, notes, and snippets.

View logeshvar's full-sized avatar

logeshvar logeshvar

View GitHub Profile
Don't do this Follow this
Slang product.pleaseDie() product.remove()
Unclear abbreviation message(n); ymdt = new Date(); message(newUser); dateWithTime = new Date()
Disinformation userList ={name:’test’,age:20} userMap={name:’test’,age:20}
@logeshvar
logeshvar / firewalld-config.sh
Last active August 25, 2021 09:30
For CentOS 7.x, the following is the firewalld configuration for Bahmni
# Run script with sudo privilege
# Install firewalld
yum install firewalld -y
# Stops and masks iptables if already running
systemctl stop iptables
systemctl mask iptables
# Enable and start firewalld
systemctl start firewalld