Blogging in India is very new. Though many people use internet, its usage is limited to browsing the information, email communication and for online business transactions mainly. Yet Internet has not become a place to express their views, share their knowledge and experience to others due to the infrastructure limitations and the operating costs.
Until recently, there was not much use of Internet in India for communication and browsing except for online transactions. Internet appeared in some reputed technical institutions and research centers in the beginning. Through software industries Internet usage immediately increased in India. Due to browsing centers, about 80% of the current youth generation in India has email addresses. Irrespective of the educational background technical or non technical, everyone has an email address like the phone or mobile number.
Also, blogging requires the writing skills and interest to share the own views and experience to others. It requires focusing on a particular subject, issues and events. Blog needs to be constantly updated with new contents over time. It needs to be original though, not necessarily an invention. It is a mean for the blogger to share his experience and knowledge that he has acquired. Everyone in the world is special and he or she would have a unique experience. He needs to pass it to others by some means. Blogging is one of the faster and effective methods to do that. It is similar to writing small stories and sayings in the form of books in past. All principles and writing ethics remain same, except that the media of sharing is different. This electronic media presents the writings to any one, in any corner of the world when he searches for the particular knowledge on the internet, thanks to the intelligent search engines.
With the advent in online advertisement blogging lures many writers to earn money. Many bloggers start with the intention of earning money. Few will succeed by enriching their site with valuable content. But many bloggers will not understand how to focus on a particular subject and area so that the readers get benefit. These bloggers get discouraged soon and will end up writing. Unless the blogger thinks from the reader’s benefit point of view their blog will not become popular.
India will produce more bloggers in future due to the population and the diversity it has. Every developing nation needs it for spreading the good thoughts and to bring reforms. There is a positive growth in the number of good bloggers these days from India. But one thing is true that because of internet entire world is one village and entire writer group is one entity called as 'bloggers group'. There is no distinction of state, nation and continent to share the knowledge and experience in spite of blogs in various languages.
This is a revolution in journalism where instead of journalist writing in news papers and magazines to bring awareness in the public, the bloggers write in blogs and share their views.
Human race has the ability to learn the new skills and to apply the knowledge acquired. This ability of human race is reflected in the inventions and the discoveries made so for. The learning ability has enabled him to find the solution for all kinds of problems in is life. Human race journey has been along the continuous learning curve. This is the basic reason for the evolution of human race.
Wednesday, December 26, 2007
Monday, December 24, 2007
Truth
Truth is always absolute. But deciding that the given fact is true or not is always relative and it is purely dependent on the comprehension of the human mind.
-By sman
-By sman
Friday, November 30, 2007
Live and Let Live
All people do have equal opportunity to earn in the current economical scenario. But only few can earn. Because only those few use the opportunity as all people can never own the opportunities at a time. Only few can have it at a time and then others get it. Also ability to earn money for a given opportunity differs from person to person based on his personal ability and opportunities. It is also based on many factors like his physical and mental conditions, location where he stays and job opportunities and so on. All people can never be rich simultaneously. It is highly impossible. So there will be always some people who cannot earn money for one or more reasons. But those people need to live like others at least with self dignity.
So the means for them to live is make them to earn. For that money is required. Money should flow to such sections in a controlled way to uplift them. There are many ways to improve them like rendering services, giving motivations etc. Donation is one of the ways which helps those people to live.
So please donate as much as you can. Live and Let the others live happily.
So the means for them to live is make them to earn. For that money is required. Money should flow to such sections in a controlled way to uplift them. There are many ways to improve them like rendering services, giving motivations etc. Donation is one of the ways which helps those people to live.
So please donate as much as you can. Live and Let the others live happily.
Monday, November 12, 2007
God's Mistake
God created perfect heads but few of them have hairs on it to cover the mistakes
By Anonymous
By Anonymous
Maturity
A Man who sees the world in his fifty as same as he had seen it in his thirty has wasted twenty years in his life
By Anonymous
By Anonymous
Saturday, July 14, 2007
Steps to configure Telnet/FTP in Linux
If the telnet and ftp services are not running it is required to run the ftp deamon services. It will start the telnet and ftp servers.
1. Red Hat Enterprise Linux: RHEL3 / RHEL4
Enabling Telnet and FTP Services
Do the steps below
#login as root
#chkconfig telnet on
#service xinetd reload
Reloading configuration: [ OK ]
For RHEL 3.0 release, the FTP server command is
#/etc/init.d/vsftpd start
Starting vsftpd for vsftpd: [ OK ]
Configure Telnet for root logins
To allow the n number of telnet sessions as root edit the file /etc/securetty and add the following to the end of the file:
pts/0
pts/1
.
.
.
pts/n
Configure FTP for root logins
Edit the files /etc/vsftpd.ftpusers and /etc/vsftpd.user_list and remove the 'root' line from each file.
2. Red Hat (Fedora Core 1 / Core 2)
Enabling Telnet and FTP Services
Do the steps below
# login as root
# edit the files :
/etc/xinetd.d/telnet
/etc/xinetd.d/wu-ftpd
In these files, find the line for disable and change its value from "yes" to "no".
Restart the xinetd deamon now.
#/etc/init.d/xinetd reload
For Fedora Core 1 release, the command is
#/etc/init.d/vsftpd start
Configure Telnet for root logins
To allow the n number of telnet sessions as root edit the file /etc/securetty and add the following to the end of the file:
pts/0
pts/1
.
.
.
pts/n
Configure FTP for root logins
Edit the files /etc/vsftpd.ftpusers and /etc/vsftpd.user_list and remove the 'root' line from each file.
3. Red Hat (Release 7.x - 8.x)
Enabling Telnet and FTP Services
Do the steps below
# login as root
# edit the files:
/etc/xinetd.d/telnet
/etc/xinetd.d/wu-ftpd
In these files, find the line for disable and change its value from the "yes" to "no".
Restart the xinetd deamon now.
# /etc/init.d/xinetd reload
Configure Telnet for root logins
To allow the n number of telnet sessions as root edit the file /etc/securetty and add the following to the end of the file:
pts/0
pts/1
.
.
.
pts/n
Configure FTP for root logins
Edit the file /etc/ftpaccess and comment out the 'deny-uid' and 'deny-gid' lines. Remove the 'root' line from /etc/ftpusers.
1. Red Hat Enterprise Linux: RHEL3 / RHEL4
Enabling Telnet and FTP Services
Do the steps below
#login as root
#chkconfig telnet on
#service xinetd reload
Reloading configuration: [ OK ]
For RHEL 3.0 release, the FTP server command is
#/etc/init.d/vsftpd start
Starting vsftpd for vsftpd: [ OK ]
Configure Telnet for root logins
To allow the n number of telnet sessions as root edit the file /etc/securetty and add the following to the end of the file:
pts/0
pts/1
.
.
.
pts/n
Configure FTP for root logins
Edit the files /etc/vsftpd.ftpusers and /etc/vsftpd.user_list and remove the 'root' line from each file.
2. Red Hat (Fedora Core 1 / Core 2)
Enabling Telnet and FTP Services
Do the steps below
# login as root
# edit the files :
/etc/xinetd.d/telnet
/etc/xinetd.d/wu-ftpd
In these files, find the line for disable and change its value from "yes" to "no".
Restart the xinetd deamon now.
#/etc/init.d/xinetd reload
For Fedora Core 1 release, the command is
#/etc/init.d/vsftpd start
Configure Telnet for root logins
To allow the n number of telnet sessions as root edit the file /etc/securetty and add the following to the end of the file:
pts/0
pts/1
.
.
.
pts/n
Configure FTP for root logins
Edit the files /etc/vsftpd.ftpusers and /etc/vsftpd.user_list and remove the 'root' line from each file.
3. Red Hat (Release 7.x - 8.x)
Enabling Telnet and FTP Services
Do the steps below
# login as root
# edit the files:
/etc/xinetd.d/telnet
/etc/xinetd.d/wu-ftpd
In these files, find the line for disable and change its value from the "yes" to "no".
Restart the xinetd deamon now.
# /etc/init.d/xinetd reload
Configure Telnet for root logins
To allow the n number of telnet sessions as root edit the file /etc/securetty and add the following to the end of the file:
pts/0
pts/1
.
.
.
pts/n
Configure FTP for root logins
Edit the file /etc/ftpaccess and comment out the 'deny-uid' and 'deny-gid' lines. Remove the 'root' line from /etc/ftpusers.
Friday, June 8, 2007
Monitoring the backend Storage
How to Monitor the backend storage connected to the system
This Section will be continued...
Readers please leave your comments and any more expectations.
This Section will be continued...
Readers please leave your comments and any more expectations.
Subscribe to:
Posts (Atom)
Save Water and Save Life
