Category: Articles

Computer (3)
Open Source (313)
Security (30)
Server (5)

Taobao and Tmall Request Parameter: spm Parameter

Check this out 鈥?it鈥檚 crystal clear: http://open.taobao.com//doc/detail.htm?id=959SPM is a data-tracking solution provided by Taobao鈥檚 community e-commerce service (xTao) for external partners (third-party sites) to track the effectiveness of referred sales. Below is an example of tracking clicks that lead to a product detail page and result in conversions …

VLC 2.1 Released with New Features and 1,000 Bug Fixes

VLC is a powerful, multi-functional media player packed with features and supports the vast majority of existing decoders and video formats, allowing users to fully experience its robust capabilities. VLC 2.1 "Rincewind" has been released, featuring extensive fixes, optimizations, and improvements, including: a rewritten audio core, improved…

Can a Soda Can Boost Your Wi-Fi Signal?

Recently, a post titled “Boost WiFi Signal with a Soda Can” went viral on Weibo. The post detailed the steps and principle involved: using the inner surface of an aluminum can to reflect radio waves, thereby enhancing the antenna’s ability to transmit and receive signals. The router antenna, which originally emitted a 360-degree wave, would be …

4 Free and Useful Clock Apps for Linux

One of Linux’s great strengths is the vast array of small applications available under open-source licenses for everyone to use free of charge. Of course, every system comes with its own clock, usually pinned to the taskbar or menu bar displaying the system time — functional, but nothing out of the ordinary. Today, however, we’d like to share …

Has Apache Lost Its Way?

Over the past two decades, Linux has grown from an obscure newcomer to a dominant force in the server and supercomputing arenas 鈥?not to mention the Android smartphones and tablets built on its foundation. On the other hand, the Apache Software Foundation now appears to be on somewhat shaky ground, its leadership facing ser …

How Varnish Cache Acceleration Works

Varnish is similar to typical server software in that it is divided into a master (management) process and a child (worker, primarily handling caching) process. The master process reads commands, performs some initialization, then forks and monitors the child process. The child process allocates several threads to work, primarily including some management …