Author archive: ZERIN

Lifestyle Rules
80/20 Lifestyle
August 29, 2016
0
To start living 80/20 today you have only to do one thing – focus your energies on what you enjoy.   #Collection –  https://www.entrepreneurs-journey.com/397/80-20-rule-pareto-principle/
Entrepreneur Lifestyle Rules
10 minutes work + 2 minutes break multiplied by 5, completing 1 hour.
August 29, 2016
0
(10+2)*5 Rule
The (10+2)*5 simply means 10 minutes work + 2 minutes break multiplied by 5, completing 1 hour. A classic but very effective hack called (10+2)*5 created by Merlin Mann, author of 43Folders.com. It is crucial to stick with the time limits and not skipping work and break schedules. The point of this is for you to […]
Entrepreneur Rules
The Rule of ABC – Always Be in Control.
August 29, 2016
0
, , ,
ABC Rule
The Rule of ABC – Always Be in Control. ABC. The most important rule for being a winner. Always. Be. in Control. ABC. A- Always, B-Be, in C-Control. Be in control of everything in your life, leave nothing in the hands of others, and always keep options. Control your money, control your earning, control your […]
Committee Fundamental Startup Terms
What is ToR
August 25, 2016
0
, , ,
What is ToR
ToR means Terms of Reference.
MySQL
MySQL how To – show open database connections
May 15, 2016
0
MySQL how To – show open database connections
MySQL Current Connection Query Information You can show MySQL open database connections (and other MySQL database parameters) using the MySQL show status command, like this: mysql> show status like 'Conn%'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | Connections | 8 | +---------------+-------+ 1 row in set (0.00 sec) mysql> show status like '%onn%'; +--------------------------+-------+ […]
Malaysia Travel
Requirements to get Short Term Malaysia Visa from Bangladesh
May 15, 2016
0
Requirements to get Short Term Malaysia Visa from Bangladesh
1. Passport validity not less than 6 months from the time of application. 2. One set of Passport Phtocopy page 1-5 & renewal page if any. 3. One set Visa Application Form completely filled in with original signature as in Passport. 4. Two recent Passports sized color Photograph, plane white back ground (size, 35-55mm). 5. Visa requirement letter in case of employee from employing company for passenger with business as occupation from M.D. or Director of Partner of the company. For students from the Educational Institute or student ID card. 6. Latest Trade License Photocopy. 7. Updated and Original Bank Statement for the last 6 month. Name, seal, Sign of Authorized Person & Bank Solvency Certificate if first time traveler. 8. Visiting Card. 9. Visa processing time 6-8 working days. 10. Hotel Booking & Traveler round trip Air Ticket proof to be presented.
Malaysia Travel
Sample Visa Application to visit Malaysia
May 15, 2016
0
Malaysia Visa Application Form Sample
Date: 16-05-2016   To Visa Officer Malaysia High Commission Baridhara, Dhaka   Sub: Request for Issuance of Multiple Entry Visa   Dear Sir This is for your kind information that I ZERIN, Proprietor of Premium Web Cart. I would like to go Malaysia for tourism purpose with my family. During this tour I will bear […]
Java Mac
Java Jar Application Crash fix on MacOSX
May 14, 2016
0
, ,
Java Jar Application Crash fix on MacOSX
If you use System.currentTimeMillis(); -- do not forget to add the header import java.lang.*;
Commands Linux CentOS MySQL
Linux How to Find Files based on the File Size
May 13, 2016
0
If you want to search all the files that are more than 100MB in your linux server /var folder, type thee below command: # find /var -type f -size +100M To Know which directories are taking most spaces of the hard disk, type the below command in your Linux Console: # du -a /var | […]
Linux CentOS MySQL
MySQL: ERROR 1129 (HY000) Host 'Crowder' is blocked because of many connection errors
May 13, 2016
0
Type the below command in Linux Console Mode: # mysqladmin flush-hosts