<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="http://wangfeng.yolasite.com/blog.rss" rel="self" type="application/rss+xml" />
        <title>blog</title>
        <description>blog</description>
        <link>http://wangfeng.yolasite.com/blog.php</link>
        <lastBuildDate>Fri, 05 Jun 2026 23:39:20 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Some old articles: AIX Web-based System Manager</title>
            <link>http://wangfeng.yolasite.com/blog/some-old-articles-aix-web-based-system-manager</link>
            <description>http://www.ibm.com/developerworks/cn/aix/library/0911_wangfeng_wsm1/&lt;br&gt;http://www.ibm.com/developerworks/cn/aix/library/0911_wangfeng_wsm2/&lt;br&gt;http://www.ibm.com/developerworks/cn/aix/library/0911_wangfeng_wsm3/&lt;br&gt;</description>
            <pubDate>Mon, 10 Jun 2013 23:38:03 +0100</pubDate>
        </item>
        <item>
            <title>gzip, bzip and zip on Linux</title>
            <link>http://wangfeng.yolasite.com/blog/gzip-bzip-and-zip-on-linux</link>
            <description>In Linux, however, gzip is the predominant compression program with bzip2 being a close second. Linux users mainly use zip for exchanging files with Windows systems, rather than performing compression and archiving.&lt;br&gt;</description>
            <pubDate>Thu, 03 Jan 2013 02:21:52 +0100</pubDate>
        </item>
        <item>
            <title>Freedom of Linux</title>
            <link>http://wangfeng.yolasite.com/blog/freedom-of-linux</link>
            <description>Freedom is the power to decide what your computer does, and the only way to have this freedom is to know what your computer is doing. Freedom is a computer that is without secrets, one where everything can be known if you care enough to find out.&lt;br&gt;</description>
            <pubDate>Fri, 07 Dec 2012 01:50:54 +0100</pubDate>
        </item>
        <item>
            <title>what is shell</title>
            <link>http://wangfeng.yolasite.com/blog/what-is-shell</link>
            <description>







&lt;p class=&quot;p1&quot;&gt;The &lt;i&gt;shell&lt;/i&gt; is simply a program that reads in the commands you type and converts them into a form more readily understood by the Unix system. It also includes some fundamental programming constructs that let you make decisions, loop, and store values in variables.&lt;/p&gt;</description>
            <pubDate>Fri, 07 Dec 2012 01:16:15 +0100</pubDate>
        </item>
        <item>
            <title>32-bit or 64-bit Linux?</title>
            <link>http://wangfeng.yolasite.com/blog/32-bit-or-64-bit-linux-</link>
            <description>







&lt;p class=&quot;p1&quot;&gt;The following information might help you decide whether to install 32-bit or 64-bit Linux&amp;nbsp;on a 64-bit-capable processor.&lt;/p&gt;
&lt;p class=&quot;p1&quot;&gt;• EM64T/AMD64 processors can run either version of&amp;nbsp;Linux&amp;nbsp;equally well.&lt;/p&gt;
&lt;p class=&quot;p1&quot;&gt;• A 64-bit distribution allows each process to address more than 4 gigabytes of RAM.Larger address space is the biggest advantage of a 64-bit distribution. It is typically&amp;nbsp;useful only for certain engineering/scientific computational work and when you are&amp;nbsp;running multiple virtual machines.&lt;/p&gt;
&lt;p class=&quot;p1&quot;&gt;• A 64-bit processor is not faster than a 32-bit processor in general; most benchmarks show&amp;nbsp;more or less similar performance. In some cases the performance is better and in some&amp;nbsp;cases it is worse: There is no clear performance advantage for either type of processor.&lt;/p&gt;
&lt;p class=&quot;p1&quot;&gt;• The memory model for 64-bit Linux makes pointers twice as big as those in 32-bit&amp;nbsp;Linux. This size difference translates to a more than 5 percent RAM usage increase,&amp;nbsp;depending on the application. If a system is low on RAM, this overhead might make&amp;nbsp;performance worse.&lt;/p&gt;
&lt;p class=&quot;p1&quot;&gt;• ASLR (Address Space Layout Randomization) works better with the larger address&amp;nbsp;space provided by 64-bit&amp;nbsp;Linux. ALSR can help improve system security. See&amp;nbsp;en.wikipedia.org/wiki/Address_space_layout_randomization.&lt;/p&gt;
&lt;p class=&quot;p1&quot;&gt;• Some multimedia encoders run 10–30 percent faster under 64-bit&amp;nbsp;Linux.&lt;/p&gt;
&lt;p class=&quot;p1&quot;&gt;• Because more people are using 32-bit Linux, bugs in 32-bit Linux tend to be discovered&amp;nbsp;and fixed faster than those in 64-bit Linux.&lt;/p&gt;
&lt;p class=&quot;p1&quot;&gt;•&amp;nbsp;Linux&amp;nbsp;can set up Flashplayer and Java with a single click on 64-bit systems&amp;nbsp;just as it can on 32-bit systems. However, for some applications, such as Skype, you&amp;nbsp;must apply ugly workarounds to run them on 64-bit systems.&lt;/p&gt;
&lt;p class=&quot;p1&quot;&gt;• Some features of proprietary third-party applications are not available for 64-bit&amp;nbsp;architecture.&lt;/p&gt;
&lt;p class=&quot;p1&quot;&gt;• There is no simple way to go back and forth between 32-bit and 64-bit versions of&amp;nbsp;Linux&amp;nbsp;without reinstalling&amp;nbsp;Linux.&lt;/p&gt;
&lt;p class=&quot;p1&quot;&gt;• If you are not sure which distribution to use, install the 32-bit version of&amp;nbsp;Linux.&lt;/p&gt;</description>
            <pubDate>Fri, 07 Dec 2012 01:16:50 +0100</pubDate>
        </item>
        <item>
            <title>Linux Operating system basic</title>
            <link>http://wangfeng.yolasite.com/blog/temp</link>
            <description>







&lt;p class=&quot;p1&quot;&gt;An operating system is the low-level software that schedules tasks, allocates storage,&amp;nbsp;and handles the interfaces to peripheral hardware, such as printers, disk drives, the&amp;nbsp;screen, keyboard, and mouse. An operating system has two main parts: the &lt;i&gt;kernel&amp;nbsp;&lt;/i&gt;and the &lt;i&gt;system programs. &lt;/i&gt;The kernel allocates machine resources—including memory,&amp;nbsp;disk space, and &lt;i&gt;CPU&lt;/i&gt;&amp;nbsp;cycles—to all other programs that run on the&amp;nbsp;computer. The system programs include device drivers, libraries, utility programs,&amp;nbsp;shells (command interpreters), configuration scripts and files, application programs,&amp;nbsp;servers, and documentation. They perform higher-level housekeeping tasks, often&amp;nbsp;acting as servers in a client/server relationship. Many of the libraries, servers, and&amp;nbsp;utility programs were written by the GNU Project.&lt;/p&gt;</description>
            <pubDate>Fri, 07 Dec 2012 01:17:37 +0100</pubDate>
        </item>
    </channel>
</rss>
