Author archive: ZERIN

Bangladesh Kuakata Travel
Kuakata 2018 Camping (19 SEPTEMBER TO 22 SEPTEMBER)
September 27, 2018
0
Journey begins @ 9:00 PM in SAKURA TRANSPORT COUNTER from TECHNICAL CHOWRASTA Double Egg with Parota after 3 consecutive try in Aricha Ghat. Bus was stopping for Feri & everyone was getting off from BUS to eat this food but the moment they order for Food, Bus was starting again & leaving them behind, so […]
git How To
Create and push a branch
September 27, 2018
0
$ git fetch && git checkout your_branch_name $ git add . $ git commit -m “adding a change from the feature branch” $ git push origin your_branch_name Reference: https://confluence.atlassian.com/get-started-with-bitbucket/create-and-push-a-branch-862720857.html
Lyrics Songs
জীবন খাতার প্রতি পাতায় …..
September 7, 2018
0
জীবন খাতার প্রতি পাতায় যতই লেখ হিসাব-নিকাশ কিছুই রবে না। লুকোচুরির এই যে খেলায় প্রাণের যত দেয়া-নেয়া পূর্ণ হবে না।। কন্ঠ ভরা এ গান শুনে ছুটে তুমি এলে দ্বারে চোখে দেখে এতো করেও চেননি কো কভু তারে অবহেলায় সরেও তবু আমায় তুমি নাও গো ডেকে সে তো করবে না।। যে আঁখি হয়না খুশী আকাশ ভরা […]
Uncategorized
Installing COMPOSER IN MACOSX
August 15, 2018
0
RUN THE BELOW COMMAND IN terminal:   php -r “copy(‘https://getcomposer.org/installer’, ‘composer-setup.php’);” php -r “if (hash_file(‘SHA384’, ‘composer-setup.php’) === ‘544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061’) { echo ‘Installer verified’; } else { echo ‘Installer corrupt’; unlink(‘composer-setup.php’); } echo PHP_EOL;” php composer-setup.php –install-dir=bin –filename=composer mv composer.phar /usr/local/bin/composer php -r “unlink(‘composer-setup.php’);”
Uncategorized Wordpress Plugin Development
Add Custom Logo in WordPress Plugin for Custom Post Type
August 15, 2018
0
, ,
1 Pick an icon Goto: http://fontawesome.io/icons/   2. You will get the SVG version here: https://github.com/encharm/Font-Awesome-SVG-PNG You will see folder named “black” (if you need black icon), under that folder, click the folder “svg”,  you will see the icons list, you will have to get the raw code of particular svg icon. Example Raw code: <?xml […]
Uncategorized
Govt. Gazette with amendment on deduction of AIT on inbound remittance by AD banks
July 26, 2018
0
I have been informed that despite the tax exemption benefit for BASIS members till 2024, some banks (like my Bank Islami Bank) are deducting AIT from the inbound remittance earned through software and ITES export of a number of BASIS member companies. Initially there was a clear guidelines in this regard for not deducting AIT. However, […]
Commands Linux CentOS
Deleting Large Folder for which it was showing “bash: /bin/rm: Argument list too long”
June 22, 2018
0
, , ,
I was recently needed to delete a large number 10,000,00 files in one of folder running on Linux CentOS. I was running the below command inside the folder  rm -rf *  but it was giving me below error message: bash: /bin/rm: Argument list too long I could not remove them, I take help of Linux  find […]
Commands Linux CentOS
How to Turn Off Notification for – Large Amount of Outbound Email Detected
June 22, 2018
0
Please log into your WHM and navigate to »Server Contacts »Contact Manager, then click on the Notification tab. Search by “Large Amount of Outbound Email Detected” and lower/disable.        
Uncategorized
How To Find Large Emails in Gmail, Delete them And can have more space in my gmail
June 21, 2018
0
,
Recently my gmail account was getting almost full, so I decided to find out emails with largest attachment so that I can delete them in case I do not need them anymore. In the search box, I have typed “size:10485760” . It listed all the emails that has attachment size of 10MB.  Its format is: […]
Uncategorized
Honeypot !!!!
January 28, 2018
0
In computer terminology, a honeypot is a computer security mechanism set to detect, deflect, or, in some manner, counteract attempts at unauthorized use of information systems. Generally, a honeypot consists of data (for example, in a network site) that appears to be a legitimate part of the site, but is actually isolated and monitored, and […]