Skip to content

Instantly share code, notes, and snippets.

View lovebdsobuj's full-sized avatar

Love Bdsobuj lovebdsobuj

  • Love Bdsobuj
  • Rajshahi, Bangladesh
View GitHub Profile
@lovebdsobuj
lovebdsobuj / git-archive.sh
Created November 7, 2016 03:11
git archive - export git as zip
#!/bin/sh
git init # on the root of the project folder
git add .
git commit -m "git archive"
FOLDERNAME="Backup"
FILENAME="archive_$(date +%d)_$(date +%m)_$(date +%Y)_$(date +%I)$(date +%M)$(date +%S)"
mkdir -p "$FOLDERNAME"
git archive HEAD --format=zip > Backup/$FILENAME.zip
echo Press Enter to Close this Window...
read
@lovebdsobuj
lovebdsobuj / mongodb.log.md
Last active August 11, 2016 18:51
WPN-XM MongoDB Can't start
2016-08-04T18:03:17.750+0600 D -        [main] tcmallocPoolSize: 1073741824
2016-08-04T18:03:17.755+0600 D -        [initandlisten] User Assertion: 28663:Cannot start server. The default storage engine 'wiredTiger' is not available with this build of mongod. Please specify a different storage engine explicitly, e.g. --storageEngine=mmapv1.
2016-08-04T18:03:17.755+0600 I STORAGE  [initandlisten] exception in initAndListen: 28663 Cannot start server. The default storage engine 'wiredTiger' is not available with this build of mongod. Please specify a different storage engine explicitly, e.g. --storageEngine=mmapv1., terminating
2016-08-04T18:03:17.755+0600 I CONTROL  [initandlisten] dbexit:  rc: 100

WPN-XM v0.8.5+0a7e025 Windows 10 (32 bit)

@lovebdsobuj
lovebdsobuj / github.com not open with my IP address.md
Last active March 19, 2016 04:22
github.com not open with my IP address

Jess Hosman (GitHub Staff) to me - 5:00 AM

Hi Love,

Sorry to hear that you are having connectivity issues. Could you please provide us with the following details to give us some insight into the issue?