Skip to main content

Posts

Time Management – The key to Virtual Assistants’ success

“Time is money” , a phrase used by Benjamin Franklin in “ Advice to a Young Tradesman, Written by an Old One” .  The more preferable line can be “Time is more than money”  because you can’t use your money to make more time, but you can use your time to make money and much more. From our childhood, we learned about time management. People often say,  “I don’t have the time to…” : meet people, make the launch, do exercise, start an organization, blah..blah… Of course, they don’t have time, just because of their undisciplined time management. Just think about them – founder of google, owner of Microsoft, inventor of social media. We all have the same 24 hours in each day. How can they maintain their time and manage everything in their busy schedule? And we don’t have time to make our daily necessary things. It’s all about a proper Time Management. Time Management is the most powerful key for  Virtual Assistants  to unlock their destiny.  Virtual Assistan...
Recent posts

Why does e-commerce startup fail in India?

E-commerce is one of the popular business nowadays. People are too lazy to go to shopping malls, as well as they are very much tech savvy. Hence, they just take out their mobile or laptop while laying down on the bed and can get an item from e-commerce by just a click, without wasting much time. That is why most of the startup businessman thinks that they should go for an e-commerce business. Starting an e-commerce business is not much expensive. But in India, 70-80 percent startup e-commerce business has failed. Though each new business niche is unique, there are common contributors to e-commerce failures. There are some success stories which one cannot neglect, such as  amazon ,  Flipkart ,  jabong ,  myntra  and many more. Beside, there are always many e-commerce failure records in Indian online market (DoneByNone, Jewelskart, Indiaplaza, Klozee and many more). Everyone is talking about growing e-commerce businesses, but it is also necessary to talk about t...
Run your Website in your own Windows Web Server WEB SERVER: A web server is a computer system that processes requests via HTTP, the basic network protocol used to distribute information on the World Wide Web. The term can refer to the entire system, or specifically to the software that accepts and supervises the HTTP requests. EXAMPLE OF WEB SERVER: There are a numbers of Web Server examples on Internet and the list is really huge. Here is a list of some popular web servers – Apache HTTP Server, AOLserver, Caddy, IIS Server, Oracle HTTP Server, etc. IIS SERVER: IIS Server (Internet Information Services) is very useful Web Server created by Microsoft. IIS server is easy to configurable and it is located in your own Windows System. IIS supports HTTP, HTTPS, FTP, SMTP. So, by using this server you can create you Email Server, File Server and Web server. It is the second most popular web server in the world. CREATE HTTP SERVER BY USING IIS: By default IIS se...

Configure Inter VLAN Routing on Cisco Router and Layer 3 Switches

The router you are using for Inter-VLAN routing must be compatible and support Inter-Switch Link (ISL) which is a Cisco systems proprietary protocol, and IEEE 802.1q frame format for routing on the Fast Ethernet interfaces. In Inter-VLAN the physical Fast Ethernet interface of router is divided into sub-Interfaces for each VLAN. You can set IP address for each sub-Interface in order to route between VLANs. HOW TO CREATE VLAN ON CISCO SWITCHS? Let’s configure it on the below Inter-VLAN routing Lab. Download the Packet Tracer Inter VLAN routing Lab for CCNA or create your own Lab. First of all create two VLAN in the switch and named VLAN A and VLAN B with the following command. Switch> ENABLE   Switch# CONFIGURE TERMINAL   Enter configuration commands, one per line. End with CNTL/Z. Switch(config)# VLAN 2 Switch(config-vlan)# NAME VLAN-A Switch(config-vlan)# VLAN 3 Switch(config-vlan)# NAME VLAN-B Switch(config-vlan)# EXIT O...