Archive

Posts Tagged ‘Network software’

MTPuTTY 1.5 Beta-tagged PuTTY

May 20th, 2012 No comments

MTPuTTY (multiple tags PuTTY) helps you manage different PuTTY connection, use a tabbed user interface.
Each PuTTY connection runs on a different label, you can easily switch them.

What’s new in this Beta build?

- Added option to hide start page
- You can now duplicate servers/sessions (mouse + Ctrl key)
- Added commands to import and export tree
- Option to hide main menu added
- You can now rename tabs
- Added option to not show close buttons on tabs (use middle button to close)

下载: MTPuTTY 1.5 Beta

Categories: news Tags:

February 2012 global mainstream browser market share rankings

May 19th, 2012 No comments

Thank you for browsing fans posted
Usher in a March, browse fans come February 2012 you mainstream global browser market share rankings, in the global markets in the past month, market share of the major browsers and what has changed? February 2012 with mainstream global browser market share distribution:

According to StatCounter statistics in February 2012, IE browser market share per cent in January growth 35.75% at end-February, increases market share decreased from 28.41% up to 4.29%;Chrome small increase 1.43%, 29.84%, take second place in the browser market share.

Firefox market share or 0.11%, the market share increased from 24.77% to 24.88%;Safari to 6.77%;Opera market share grew to $ 1.95%.

According to statistical data from NetApplications released, IE browser market share in February 2012 fall to 52.84%;Firefox market share per cent grew to 20.88%, 0.05%;Chrome per cent of the market share for 18.9%, compared to the previous month decreased by 0.04%;Safari’s market share rose from 4.9% per cent, Compared to last month’s market share rose 0.34%;Opera rose to 1.71%, an increase of 0.04%.

According to the official IE blog announced the latest browser market share data from Net Applications, Windows 7 on a PC platform, IE 9 to 30.1% high proportion of all single versions of the browser’s first name, Chrome 17 18.9%, Firefox 21.9% 10. United States of 40.9% Windows 7 PC users use IE9 browser, Chrome and Firefox 10 respectively and 12.5.

/Browse fans

Categories: news Tags:

Baidu Tencent TT report amazing Tiger 360 browser share climbed down

May 19th, 2012 No comments

April 11 morning news, statistics issued by the traffic Institute national 2012 Baidu browser market share data reported in the first quarter, domestic market among the top three in the report are IE6.0, qihoo 360, IE7.0, three versions of browser traffic share to the total share of around 66.6%. A situation of dominance by Microsoft was not a significant change, however, qihoo 360 of the domestic brands are fast approaching, and flat to the single version on IE browser share.

Domestic market share

According to Baidu’s Statistics Institute of traffic reports, currently the browser on the market in the distribution of brand is in a sticky situation, distribution is relatively stable. Microsoft IE6.0, IE7.0, IE8.0, three versions of the overall share of 61.53%, still leading, but than it was two years ago, IE browser share has fallen off of the 10%.

Reported that domestic qihoo 360 share has steadily climbed in the browser brand, get the 20.66%. In contrast, established, Maxthon, Tencent TT browser share two browser manufacturers have emerged gradually lower, does not work out. Thus, Microsoft’s dominance in the IE browser internal still not shake, rise qihoo 360 browser, also deserves industry attention.

Report finds that as the most important study on Internet user behavior and preferences of the browser products, has always been subject to webmasters, Web site operators group are most concerned about the topic, webmasters can use basic browser according to user, product, functionality and user experience of their site focused on tuning and compatible, avoiding loss of users due to poor compatibility.

Text/Sina science and technology

Categories: news Tags:

March global share of the Web server: Apache 65.24% to top

May 18th, 2012 No comments

Thanks China for review of IDC network drop
Netcraft released the latest global Web server statistics. According to statistics, in March, 644,275,754 Web sites around the world, using the Apache Web server’s Web site 420,337,139, 65.24% top global market share. Nginx, the rise is still amazing, the market share has risen to 10.15%, rival Microsoft IIS.

(1) December 1995 all site statistics

It is shown in Figure 1, in March, the Netcraft survey Web site received a total of 644,275,754 per cent in February and nearly 5.1%.

(2) December 1995 global Web server market share

(3) the global mainstream Web server share

As far as shown in Figure 2, Figure 3, in March, in the global mainstream Web server market share, Apache, Nginx and Google have all increased, in which Apache rose 0.32%,Nginx rose 0.25%,Google 0.12%. Microsoft IIS only fall, 0.58%. The following, and then to analyze the Netcraft statistics to have active Web servers used by the site.

(4) June 2000 Active Web site by using the Web server market share
(5) the global mainstream Web server share

As far as shown in Figure 4, Figure 5, at present, still accounted for the majority of the active sites using Apache Web server market share amounted to 57.46% per cent per cent from January. Nginx second, market share amounted to 12.77%, rose 0.56%;Microsoft third 11.99%, fell by 0.06%;Google 7.68%, 0.03% fell.

Categories: news Tags:

OpenResty, PHP-fpm and NodeJs MySQL performance comparison

May 18th, 2012 No comments

Thank life is too short, Pythonic! Post
Agentzh on Twitter today announced a number of OpenResty and PHP-fpm, Nodejs MySQL performance measurement data.
Agentzh: when I have to test large query result sets, and NodeJS found when you use the node-MySQL library to access MySQL, continuing high number of context switches, has almost caught up with PHP-fpm+PHP-MySQL. Node is a process, and strace confirms the does are not blocked (do not abuse like node-MySQL-libmysqlclient and node-DB-MySQL OS thread pool play to block traffic), is very strange

Agentzh: looks like node-MySQL is the author of don’t care about performance? For 100KB large query result sets, and hitting the MySQL query cache, node-MySQL+node-generic-pool performance was the worst and even PHP-fpm+PHP-MySQL. My nodejs script here: http://t.cn/zO9bEgl a NodeJS experts help me take the pulse? Using the component is currently the latest version.

Agentzh: small result sets of queries for single row, PHP-fpm+PHP-MySQL there is a performance advantage over node-MySQL+node-generic-pool, RPS 1 time times higher, and almost 1000 RPS in absolute value, but compared to the components and ngx_openresty, looks like still some gap test data still in the figure below from Amazon EC2 Small Test cluster instance.

Agentzh:ngx_srcache+ngx_memc efficiency of this cache is also really good, like when 100KB MySQL query result sets cache hit is added into the picture below (yellow curve). All the other things listed in the chart, for example, LUA, PHP and nodejs can easily enjoy ngx_srcache caching services

Agentzh: now that you have just given the 100KB result set of results, you may wish to go back now and show ngx_srcache+ngx_memc for a single row of small result sets in MySQL query 4 memcached nodes of a distributed cache hits the RPS with the change of. We see, than ngx_drizzle only slightly increase, almost to the ceiling.

Agentzh: test code exposes a https://github.com/agentzh/MySQL-driver-benchmark test data using the MySQL World sample database provided by the official, and the test environment is Amazon EC2 Small instance (1 Web machines, 4 MySQL machine, 1 run the weighttp test tool). Welcome points out that any unfair place:)

Categories: news Tags:

Dolphins respond to Yu Yongfu challenged: meaningless conceptual speculation

May 16th, 2012 No comments

CEO Yu Yongfu UC browser on Dolphin browser for today’s challenge, Dolphin browser has made a statement, said that he was very puzzled and sorry. Yu Yongfu today stated that the Dolphin browser Android 4, 99.9% of Android users are not in the market, he called it “a joke. ”

Dolphins think, many famous manufacturers at home and abroad recently released for Android in the near future model 4 upgrade a release plan and new machines, they recognize is Android 4 coming trends in the next few months.

Dolphin browser, Yu Yongfu publicly this forward-looking judgment diminish the “joke” is highly inappropriate.

Yu Yongfu said Dolphin browser not dual-core, can only be described as “double hull”.

Dolphin browser responded that, arguing on dual core or dual, fake or true and false kernel, Dolphin browser teams from the beginning to the end, thought it was a meaningless concept of speculation. “This is the Dolphin browser product solutions, rather than marketing schemes. “(Wen/Sina technology)

Categories: news Tags:

About.com 2012 announcement of the selection of most popular browsers

May 16th, 2012 No comments

Thank you for browsing fans posted
About.com is a classified information belonging to the group, the New York Times recommended service life of such Web sites, including the United States, and Canada and the United Kingdom, and Australia, and India, many countries around the world is the most influential and authoritative life of information recommendation Web site. 2012 is the most popular browser selection has recently released the results.

Awards:Best Major Desktop Browser (most popular browsers)

2012 winners: winners winners Opera Firefox,2010 years Opera,2011 years.
Award II:Best Android Browser (most popular browser of Android platform)

2012 winner: UC browser, not before the awards.
Three awards:Best iPad Browser(iPad platform is the most popular browser)

2012 winner: Opera Mini browser, 2011 winner Safari browser.
Four awards:Best iPhone/iPod touch Browser(iPhone/iPod platform is the most popular browser)

The awards 2011 winners and 2012 are the Opera Mini browser.
Five awards: Best Overall (Non-Security) Add-On(best non-secure browser accessories/expansion)

2012 winner:PriceBlink2011 and 2010 winners Adblock Plus.
Six awards: Best Privacy/Security Add-On(best privacy/class browser attachment extensions)

2012 winner:WOT (Web of Trust), in 2011 and 2010 winners NoScript.
Seven awards: Best Small Market Desktop Browser(most popular niche browser)

2012 and 2011 winners: Maxthon browser , 2010 winner K-Meleon.
Eight Awards: Best Browser Theme(the most popular browser theme)

2012 and 2011 winners:Z1-Glass (Opera), 2010 winner NFL’s Indianapolis Colts:Official Football Boom!.
Awards: Best User Script(best user script)

2012 winner:Social Fixer, 2011 Awards winners YouTube HD Ultimate PS Wall Scrubber,2010 years.
Via:http://browsers.about.com/od/allaboutwebbrowsers/ss/The-2012-Readers-Choice-Awards-Winners-Web-Browsers.htm

/Browse fans

Categories: news Tags:

Alibaba Taobao release browser developed by scouring

May 14th, 2012 No comments

On March 7, Alibaba Taobao released today a browser, the browser developed by scouring technology sector, this was after aliyun browser, Alibaba system within the second paragraph of the browser. It is understood that the browser using IE and Safari with dual-core processing and support log on Taobao, cyber security enhancement, PayPal controls, Intelligent CDN acceleration capabilities. In browse mode, Taobao shopping is divided into normal mode, the browser privacy mode, security mode of three. In privacy mode, the page does not appear in the browser history or search records, and does not leave a Cookie after closing. In shopping mode, the user can only access the Taobao certified safe shopping sites.

It is understood that after split June 2011 Taobao, Taobao is designated to the technical part of a previously owned by scouring. Previously, Kik, developed by scouring technology sector products “chat” by media exposure.

Ali, Alibaba has launched its cloud developed aliyun browser. Currently, there are not known to aliyun and Amoy in Internet application development project on the border.

However, we can see, Alibaba products particularly pay attention to the layout of the browser. Addition to Taobao aliyun browser, browser, Alibaba group is also involved in investment and development arm sogou Sohu sogou browser company.

Analysts think, is Alibaba’s wish to strengthen perimeter in ecological flow control.

Text/Tencent technology

Categories: news Tags:

KindEditor 4.0.6 released

May 2nd, 2012 No comments

Thanks to Roddy’s post
KindEditor 4.0.6 released, most obvious improvement is the Dialog appearance than the original beautiful, also contain BUG fixes and a number of detail improvements.
KindEditor 4.0.6 change record:

    Added: imageTabIndex initialization parameters, you can set the default display of the Insert Picture popup layer label. Added: allowFileUpload initialization parameters, you can set whether to display the insert file upload button in the pop-up. Added: KNode class increase the EQ method. Improvement: improved popup box style. Improved: when you upload a file without selecting a file to submit, the browser-side validation and prompts. Improvement: optimization of automatic layout, the first child of the element node is the picture without indentation. Improved: when editing a form, click on the document will close the eyedropper. Bugfix:[IE] select the pictures, edit the picture, close the Dialog and script errors sometimes occur. Bugfix: modifying plugins directory name cannot show pictures under the plugins directory. Bugfix:[IE] after you upload a picture, the progress bar is in the loaded state. Bugfix:[IE] after failed to upload file, the progress bar is in the loaded state. Bugfix:form add onsubmit= “return false;”, submit the form, the Editor go to code mode error. Bugfix:[FF] press the full screen button, after you revert to the original size does not have scroll bars. Bugfix: automatic picture dimensions, sometimes are not accurate. Bugfix:[IE] frame in a cross-domain call Editor, permissions error occurs. Bugfix: full screen automatically submit form after losing, reset function failure. Bugfix: default.CSS already introduced with time stamps when repeatedly loading the CSS.

Files changed:

    [Added]plugins\image\images\refresh.PNG[added]themes\default\background.PNG[update]plugins\image\image.js[update]plugins\quickformat\quickformat.js[update]plugins\table\table.js[update] Plugins\emoticons\emoticons.js[update]plugins\insertfile\insertfile.js[update]lang\zh_TW.js[update]lang\zh_CN.js[update]lang\en.js[update]lang\ar.js[update]themes\default\default.PNG[update] Themes\default\default.CSS[update]themes\simple\simple.CSS[update]kindeditor-min.js[]kindeditor.js[deleted]plugins\image\images\refresh.gif[deleted]themes\default\bg.gif

Demo: http://www.kindsoft.NET/demo.php
Downloading: http://www.kindsoft.NET/down.php
Document: http://www.kindsoft.NET/doc.php

Categories: news Tags:

Five mainstream browser to the latest version of the performance evaluation

May 1st, 2012 No comments

Thank you for browsing fans posted
Foreign well known tech blogs ZDNet recently on five on this test the latest versions of major browsers, tested browser including Chrome 18, Opera 11, Firefox 11, IE9 and Safari 5.

Test content

SunSpider JavaScript one developed by Mozilla 0.9.1-JavaScript benchmark tests of components; V8 Benchmark Suite – a JavaScript benchmark components developed by Google, test the V8 JavaScript engine; Peacekeeper – FutureMark ‘ s JavaScript testing component, focusing on test animation, navigation, forms, and other elements; Kraken 1 – another JavaScript testing component of the Mozilla development. It is based on the SunSpider JavaScript components, but focus on other elements.

Testing platform

64-bit Windows 7 systems, Q9300 quad-core 2.5GHz processors 4GB RAM, NVIDIA GTX 260 video card.

Test results

1, the SunSpider Benchmark (excellent score as low as possible)

Winner: 32-bit IE 9 losers: Chrome and Safari 5 Chrome 17 18 test results are comparable.

2, V8 Benchmark (excellent score as high as possible)

Winner: Chrome 18 losers: 32-bit IE 9 Chrome 18 testing results are better than Chrome 17.

3, the Peacekeeper (excellent score as high as possible)

Winner: Chrome 17 losers: 32-bit IE 9,Chrome 17 narrowly leading Chrome 18, but points very close

4, Kraken (excellent score as low as possible)

Winner: Chrome 18 losers: leading 32-bit IE 9,Chrome 18 Chrome 17

Conclusion

On the whole, Chrome and Chrome 18 17 close, the new version of the JavaScript engine of the browser and not much improvement. Chrome 18 biggest improvements was hardware acceleration, it also supports WebGL 3D allows legacy systems.

Via:zdnet.com/browse fans

Categories: news Tags: