Tuesday, April 12, 2011

Internet Bandwidth Monitoring Tool

0 comments
1. Tcptrack (http://www.rhythm.cx/ ~ steve / devel / tcptrack /).
sniffer which displays information about TCP connections seen on the interface. Can track their state and displays a list of connections in a similar way with the command 'top' in unix. It displays source and destination addresses and ports, connection status, idle time, and bandwidth usage.

2. BWM-ng (http://www.gropp.org/?id=projects&sub=bwm-ng).
Bandwidth Monitor NG is a small console-based live bandwidth monitor and simple for Linux, BSD, Solaris, Mac OS X and others.
Features:
* Supports / proc / net / dev, netstat, getifaddr, sysctl, kstat, / proc / diskstats / proc / partitions, IOKit, devstat and libstatgrab
* Unlimited number of interfaces / devices supported
* Interfaces / devices are added or removed dynamically from list
* White-/blacklist of interfaces / devices
* Output of KB / s, Kb / s, packets, errors, average, max and total sum
* Output in curses, plain console, CSV or HTML
* Configfile

3. Pktstat
- Http://packages.sw.be/pktstat/
- Http://www.stearns.org/pktstat/
pktstat displays real-time list of active connections seen on the network interface, and how much bandwidth is being used by what. Partially decodes HTTP and FTP protocols to show what filename is being transferred. X11 application names are also displayed. Entries hanging around on the screen for a few seconds so you can see what just happened.

4. CBM (http://www.isotton.com/software/unix/cbm/)
CBM is the color bandwidth meter. CBM is a small program to display the traffic currently flowing through your network devices.

5. Iftop (http://www.ex-parrot.com/ ~ PDW / iftop /)
Displays the bandwidth usage on an interface. He watched the traffic network on the named interface and displays the bandwidth used tables.
this means that it is a tool for monitoring the bandwidth with an interactive console.

6. Speedometer (http://excess.org/speedometer/)
To monitor network traffic or speed / file transfer process. Measure and display the data on the level of network connection or data stored in files
Read full story

Saturday, April 2, 2011

Blogging Lifestyle (lifestyle) on the Net | Lifestyle Blogger

0 comments
Blogging has now become a lifestyle internet lovers, not least me. In the daily free time outside activities as a private employee spent in front of a laptop, nothing else is done online internet activities. Now the internet has become part of my life needs, because with the internet I get a lot of advantages, among the benefits that I get is a hobby, get extra pocket money, and I know a lot of new friends through social networking portals and many more portals that meet the lifestyle needs.

Among the activities that became routine in front of my internet are blogging, blogging has become my new hobby since familiar with RSS, with a profound curiosity about the world of the Internet's underlying I am very happy to explore the Internet. Starting curiosity that pour through the media blog, and from this blog many new things that I know to this day through the blog I also know what the name Science Internet world that is SEO (Search Engine Optimation) and now often held the SEO contest.

Through a media blog, in addition to my new blog, also can pour my thoughts pass a paper published via a blog post. By posting via blog posts expected to be read by many people of my writings, and may also be useful to readers. In addition to the media blogs to pour the mind through writing, I also poured my works in the world of photography through the media blog. By pouring the work that I make, the blog visitors are expected to give advice and criticism of my work.

And many more benefits that we can with the activity of blogging, and the rapid growth of the lovers or Blogger blogs now prove that the blog has the benefit that very much and has become a way of life (lifestyle) of the lovers or connoisseurs of the internet.
Read full story

ONLINE BUSINESS LIFESTYLE ON THE NET

0 comments
Online business is a business that is in their transactions online via the internet. This business is now quite a trend, with the sophistication of internet business people do not need hard to find customers with large enough energy. done enough in front of a computer or laptop that can be done by relaxing at home or may be done anywhere from the connect to the internet.
many ways to start a business online, there are many websites that offer online business cooperation with some fantastic. indeed all that is offered is not necessarily true and also not necessarily wrong, but the online businesses should be very careful in doing business online for fear of online business under the guise of fraud. but also the online businesses that are offered are also many who are a real business.
The variety of online business are also different kinds, such as selling a product goods sales system via the internet, the average business is the business side and also more efficient in running it, because it does not need to bother looking for a place to sell, but there are also business This purchase is permanent. typically purchase products online through permanent nature have a special website whose contents offer a product, or buying and selling goods through online deals, and this system maintain mutual trust between sellers and buyers. if the website is already famous and professional then the trust could not doubt.
In addition to buying and selling, many other online businesses are now growing rapidly, for example: a business that offers as an affiliate in which the party website provider offers to the user to become a member, and the system works with users to sell their products for results, as well as user if it can attract other users get a commission like the MLM system, the commission would be obtained if a user can sell the products offered by media BLOG / personal website. This system is free and also there are paid. In addition to the affiliate still many other online businesses such as referrals which this system is that users pay a sum of money to become a member and a nominal amount of money also varies among several businesses that offer, the offers for the business if users get a down line or network, and many online businesses with different systems vary.
Not to forget the online business also this one, which a business is to become a member is free, and the requirement to be owned is having a BLOG or personal website. This business offers to members to become publisher ads to appear on your blog or website. commission system for the very profitable for members, and the payment system was calculated accumulation click ads on your blog or website, and businesses that offer a publisher are: blogger gathering, domestic ads, Ads camp, harvest ads, indofad, and many again.
Read full story

Tuesday, March 29, 2011

HOW TO POST "META TAG"

0 comments
All know that meta tags are very instrumental in our position on search engines. Meta tag itself is the identity of our blog. There are various ways in taught by master SEO on how to install meta tag in HTML code of our blog, but I will try to help make buddies who do not know how to put meta tags on the blog.

No need high-level techniques to perform the installation of this meta tag, because it is very easy, easy in my opinion .. hmmm.
To put us quite a bit of HTML code editing our blog.
Here are the steps

1. Log in to Blogger with ID Blogger pal.

2. Go to the "Edit HTML".

3. Search codes <title> <data:blog.pageTitle/> </ title>

4. Replace the code with the code below

<b:if cond='data:blog.pageType == "index"'>
<title> <data:blog.title/> </ title>
<b:else/>
<title> <data:blog.pageName/> </ title>
</ B: if>

5. and insert the meta tag code below right under the code

<meta expr:content='data:blog.pageTitle + "-description blog disini"' name='description'/>
<meta expr:content='data:blog.pageTitle + " keyword1, keyword2, Keyword 3 "'name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>

Examples like this:

<b:if cond='data:blog.pageType == "index"'>
<title> <data:blog.title/> </ title>
<b:else/>
<title> <data:blog.pageName/> </ title>
</ B: if>

<meta expr:content='data:blog.pageTitle + "-this description blog "' name='description'/>
<meta expr:content='data:blog.pageTitle + " keyword1, keyword2, Keyword 3 "'name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>

6. Do not forget to "Save Template" when you finish installing the meta tags.
Read full story

Wednesday, March 23, 2011

TIPS TO SEE TRAFFICS RANKINGS, WEBSITE, PORTAL AND BLOG

0 comments
Growth in the number of websites, portals and blogs so fantastic, the issue of competition the number of visitors even more stringent. Alexa.com, the Web Information Company, specializing traffics rankings monitor all websites, portals and blogs that exist in the world. You have a website, portal or blog, let's see where to position its traffic rankings. The trick, copy the URL, paste it in the Lookup Website, click "Go", then a few seconds then comes the information about the traffic history graph, traffic rank, page views per user, the percentage of users by country, traffic rank in various countries, and so forth.

For example, we note the position of www.yahoo.com, traffic rank 1; page views per users 12.52; Most users come from the United States of 34.6 percent, India 8.6 percent, Taiwan 3.4 percent; traffic rank in various Taiwan 1, United States 2, India 3, England 3, China 8.

Top Sites Alexa.com also presents a global, by country, by language, and based on categories. There are also facilities for downloading down load 1 million top sites, for which data is updated every day. Every day was also declared the most top 500 sites globally. Position February 2, 2009, the number 1 Yahoo.com, 2. Google.com, 3. Youtube.com, 4. Live.com, 5. Msn.com, 6. Myspace.com, 7. Wikipedia.com, 8. Facebook.com, 9. Blogger.com, 10. Yahoo.co.jp, and so on.

As for the users in Indonesia, position 1. Yahoo, 2. Google.co.id, 3. Friendster, 4. Google, 5. Up, 6. Blogger.com, 7. YouTube, 8. WordPress.com, 9. Detik.com, 10. Kaskus - Indonesian Community (kaskus.us).

In the presence of Alexa.com, so at least we know where to position your website, portal or blog we are. Especially regarding the number of visitors and the number of web pages accessed. To improve ranking, of course, necessary improvements, either in relation to web design, web editor, web servers, web browsers, as well as content.
Read full story
 

Followers

ROSSI BLOG © 2008 Business Ads Online is Designed by HOBIS Supported by ROSSI