First, I have part of the core team which build and launched rechargeitnow.com (1st Online Recharge site in India) from scratch in 2008-2010. Additionally, I managed 15 projects and 25 technology people for HT Digital in 2014-2017. Finally, I managed 50 technology people, 360 websites, 130 apps for Bharat Matrimony in 2017-2019. I am expert in cost-effective technology implementation and people management.
Wednesday, December 29, 2010
Tuesday, December 28, 2010
Install Windows Vista from (using) Pendrive (100 % working)/ Create a bootable Pendrive or USB to install Windows Vista
- First you need to format the pendrive or USB drive in NTFS format. (Make sure you are following this guide with windows vista installed)
- This can be done by right clicking your pendrive icon and choosing format option.
- Now from the start menu right click on command prompt and choose “Run as administrator”.
- Now type the following commands.
- diskpart .The disk part program windows will open.
- Then type list disk.This will show the list of disks in your computer.
- Note down the disk number of your pendrive from the list eg. Disk 1.
- Type SELECT DISK 1
- Now type CLEAN.
- Now type the following commands by pressing enter after each one.
- CREATE PARTITION PRIMARY
- SELECT PARTITION 1 (Assuming your pendrive/ USB drive is 1).
- ACTIVE
- FORMAT FS=NTFS
- ASSIGN
- EXIT(Now the disk partition program will exit). Now we need to give some more commands.
- Now insert the Windows Vista Installation DVD and to your DVD drive.
- Here i am assuming DVD drive as G and Pendrive as I.(Change it accordingly).
- Now type G:CD BOOT
- Now type this command BOOTSECT.EXE/NT60 I: to update your USB drive with bootmgr code.
- Finally copy all the contents from the Windows Vista DVD to your Pendrive. Make sure you don’t cause any errors.
- Now set the boot priority to your pendrive from bios and you can proceed with the installation as normal.
Speed Up Your Web Site With MySQL Query Caching
One of the best ways to speed up your web application is to enable query caching in your database, which caches commonly used SQL queries in memory for virtually instant access by the next page that makes the same request.
mysql> show variables like 'have_query_cache'; +------------------+-------+ | Variable_name | Value | +------------------+-------+ | have_query_cache | YES | +------------------+-------+
mysql> show variables like 'query%'; +------------------------------+---------+ | Variable_name | Value | +------------------------------+---------+ | query_alloc_block_size | 8192 | | query_cache_limit | 1048576 | | query_cache_min_res_unit | 4096 | | query_cache_size | 8388608 | | query_cache_type | ON | | query_cache_wlock_invalidate | OFF | | query_prealloc_size | 8192 | +------------------------------+---------+
- query_cache_size – This is the size of the cache in bytes. Setting this value to 0 will effectively disable caching.
- query_cache_type – This value must be ON or 1 for query caching to be enabled by default.
- query_cache_limit – This is the maximum size query (in bytes) that will be cached.
SET GLOBAL query_cache_size = 8388608;
SET GLOBAL query_cache_limit = 1048576;SET GLOBALquery_cache_type
= 1;
mysql> SHOW STATUS LIKE 'Qc%'; +-------------------------+--------+ | Variable_name | Value | +-------------------------+--------+ | Qcache_free_blocks | 65 | | Qcache_free_memory | 201440 | | Qcache_hits | 18868 | | Qcache_inserts | 2940 | | Qcache_lowmem_prunes | 665 | | Qcache_not_cached | 246 | | Qcache_queries_in_cache | 492 | | Qcache_total_blocks | 1430 | +-------------------------+--------+ 8 rows in set (0.00 sec)
query_cache_size = 268435456 query_cache_type=1 query_cache_limit=1048576
Thursday, December 16, 2010
FullonSms - send UNLIMITED FREE 160 Character SMS to all your friends anywhere in India
- At FullonSMS.com you can
- Send free sms to any mobile Across India
- Create a Contact list of all mobile numbers you would like to send SMS to
- Create and manage groups � send SMS to the entire group in one go!
- Set reminders & alerts for important dates and occasions
- Use preloaded SMS for Birthday/Anniversary / Sorry /Love etc.
Tagg.in :: FAST and FREE blogging via SMS
Tagg.in is an easy way to stay in touch with your friends through FREE sms & groups (We like to call them SMS blogs). You CREATE your own group and invite people to JOIN your group. Now whenever your post an update on your sms blog (group), Tagg.in sends it to all your subscribers (people who have joined your group)
A SMS Blog is a group or a live community on tagg.in which could be used for microblogging (life streaming), sharing info on some specific area of interest, or spreading the word on an event / activity streaming.
There are two kinds of SMS Blogs: public and private.
By default, all kinds of SMS Blogs are public and posts are visible to everyone. Only you can post though.
In a private SMS Blog, your posts are visible only to those who you allow to subscribe to your SMS Blog.
If you have joined some sms blogs, you would receive updates from them whenever those sms blogs are updated.
All sms are to be sent to the Tagg number 09223492234 or 560700. We encourage you to save this number on your phone for easy & quick actions.
for more info URL :- http://www.tagg.in
Follow me by Sending SMS Join SaurabhGoyal to 09223492234 or 560700 or Subscribe me at http://tagg.in/SaurabhGoyal.
RAI Postpones SMS Spam Regulations Implementation Because Website Isn’t Ready
Has the Indian telecom regulator TRAI ever got any website development done? Nothing, the size of the National Customer Preference Register with millions of subscribers, and systems to repeatedly check and scrub the register, probably implemented by NIC, can go live in less than 15 days. The guidelines were issued on December 1st, and some regulations were required to be implemented on December 15th, while the rest on 1st January 2011. Now they’ve been delayed indefinitely.
So, the industry has got a breather, time to mull over its practices, and lobby (that’s a bad word these days) for more relaxed guidelines. In the meantime, brace yourselves for an avalanche of SMS spam.Press Release
TRAI issues “The Telecom Commercial Communications Customer Preference (Amendment) Regulations, 2010″
New Delhi, 14th December, 2010 – The Telecom Regulatory Authority of India (TRAI) today issued “The Telecom Commercial Communications Customer Preference (Amendment) Regulations, 2010”. The Telecom Regulatory Authority of India (TRAI) had issued “The Telecom Commercial Communications Customer Preference Regulations, 2010″ on 1st December 2010. Some regulations were required to be implemented with effect from 15th day of December 2010 and rest from 1st January, 2011.
However, having regard to the aspect of security audit of the website to be created for the purpose of these regulations and the other processes involved, the Telecom Regulatory Authority of India has found it necessary to re-determine the dates for implementation of the aforesaid regulations. Accordingly, some of the relevant regulations have been amended so as to come into force, from dates as may be specified by the Authority, from time to time. Details of these amendments are given in The Telecom Commercial Communications Customer Preference (Amendment) Regulations, 2010 available at TRAI website.
http://www.medianama.com/2010/12/223-trai-postpones-sms-spam-regulations-implementation-because-website-isnt-ready/