Skip to content

Instantly share code, notes, and snippets.

View meetpradeepp's full-sized avatar

Pradeep Patil meetpradeepp

  • Pune,India
View GitHub Profile
@meetpradeepp
meetpradeepp / gist:30938a91d2e389748983c0c0aad8c453
Created November 8, 2020 12:49
Installing Frappe on CentOS
1. Create an user
a. useradd frappe
b. passwd frappe
c. Give sudo permissions to frappe usermod -a -G wheel frappe
2. Install wkhtmltopdf
a. Download RPM from https://wkhtmltopdf.org/downloads.html
b. sudo yum install wkhtmltox-0.12.6-1.centos8.x86_64.rpm
3. Install following packages
@meetpradeepp
meetpradeepp / ms_ad_connect.py
Created August 2, 2020 10:56
Microsoft Active Directory Connect and Search users and Groups
# ms_ad_connect.py
#
# Code to query microsoft active directory
#
#
#
#
import sys
import ldap3
# free_ipa_connect.py
#
# Code to query free_ipa demo site
#
#
#
#
import sys
import ldap3