Skip to content

Instantly share code, notes, and snippets.

তথাকথিত সালাফী আলেমদের আকিদাগত মতবিরোধ (পর্ব-১)◄█▓▒░
ইসলামের মূল হলো বিশ্বাস। আল্লাহ সম্পর্কে বিশ্বাস।
আল্রাহর নবী-রাসূল, ফেরেশতা ও পরকাল সম্পর্কে বিশ্বাস।
█►https://facebook.com/notes/324360791046673
তথাকথিত সালাফী আলেমদের আকিদাগত মতবিরোধ (পর্ব-২)◄█▓▒░
আল্লাহ তায়ালা আরশে বসে আছেন (নাউযুবিল্লাহ)
আরশে বসার ব্যাপারে ইহুদী আকিদা:
█►https://facebook.com/notes/324487681033984
@asifurrouf-dsi
asifurrouf-dsi / mysql-docker.sh
Last active January 6, 2020 15:20 — forked from spalladino/mysql-docker.sh
Backup and restore a mysql database from a running Docker mysql container
# Backup
docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql
# Restore
cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE
#
# Credentials:
#
# $DB['TYPE'] = 'MYSQL';
@asifurrouf-dsi
asifurrouf-dsi / aws.md
Created October 31, 2019 04:47 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.