<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by xylon89del1</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Thu, 18 Jun 2026 17:00:20 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Desktop specs suitable for graphic design</title>
            <link>http://forum.lowyat.net/topic/1418173</link>
            <description>Hi, any1 can recommend me the desktop specs for graphic design works.&lt;br /&gt;Intermediate level will do, at least must be smooth when running the applications for graphic designs..&lt;br /&gt;I wanna know which processor now is the best, graphic card, and which motherboard suits them..&lt;br /&gt;thx.</description>
            <author>xylon89del1</author>
            <category>Hardware</category>
            <pubDate>Mon, 10 May 2010 11:42:15 +0800</pubDate>
        </item>
        <item>
            <title>circuit stimulator</title>
            <link>http://forum.lowyat.net/topic/791930</link>
            <description>is there any circuit stimulator  that is as good as pspice for opensuse?&lt;br /&gt;</description>
            <author>xylon89del1</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Mon, 15 Sep 2008 08:45:08 +0800</pubDate>
        </item>
        <item>
            <title>which audio player is good</title>
            <link>http://forum.lowyat.net/topic/788513</link>
            <description>i am using the opensuse..&lt;br /&gt;The  audio player i am using is amarok,which comes with the kde,&lt;br /&gt;is amarok the best or there is other audio player which is better...?&lt;br /&gt;&lt;br /&gt;</description>
            <author>xylon89del1</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Thu, 11 Sep 2008 00:30:05 +0800</pubDate>
        </item>
        <item>
            <title>TERM environment variable not set.</title>
            <link>http://forum.lowyat.net/topic/787720</link>
            <description>after i compile my c code,&lt;br /&gt;it is ok.&lt;br /&gt;&lt;br /&gt;when i run it, in the output,&lt;br /&gt;something it shows &amp;quot;Term environment varible not set&amp;quot;..&lt;br /&gt;is it the problem of my c code..or the problem of the linux i am using now..?&lt;br /&gt;</description>
            <author>xylon89del1</author>
            <category>Codemasters</category>
            <pubDate>Wed, 10 Sep 2008 03:11:53 +0800</pubDate>
        </item>
        <item>
            <title>only works for second function call</title>
            <link>http://forum.lowyat.net/topic/784792</link>
            <description>here is my code:&lt;br /&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;br /&gt;#include&amp;lt;stdio.h&amp;gt;&lt;br /&gt;#include&amp;lt;string.h&amp;gt;&lt;br /&gt;&lt;br /&gt;void f1(char *a){char c;int i=0;&lt;br /&gt;while((c=getchar())&amp;#33;=&amp;#39;&amp;#092;n&amp;#39;)&lt;br /&gt;a[i++]=c;&lt;br /&gt;a[i]=&amp;#39;&amp;#092;0&amp;#39;;}&lt;br /&gt;&lt;br /&gt;int main(){&lt;br /&gt;int path2=1;&lt;br /&gt;char newword[20];&lt;br /&gt;char newnoun[50];&lt;br /&gt;char newadjective[50];&lt;br /&gt;char newverb[50];int choice;&lt;br /&gt;FILE *fptr;&lt;br /&gt;printf(&amp;quot;Enter your choice&amp;quot;);&lt;br /&gt;scanf(&amp;quot;%d&amp;quot;,&amp;amp;choice);&lt;br /&gt;if(choice==1){printf(&amp;quot;it is one.&amp;quot;);}&lt;br /&gt;else if (choice==2){&lt;br /&gt;if((fptr=fopen(&amp;quot;list1.dat&amp;quot;,&amp;quot;a&amp;quot;))==NULL){printf(&amp;quot;The file cannot be opened.&amp;#092;n&amp;quot;);}&lt;br /&gt;else while(path2&amp;#33;=0){&lt;br /&gt;void f1(char *a);&lt;br /&gt;printf(&amp;quot;Word:&amp;quot;);&lt;br /&gt;f1(newword);&lt;br /&gt;&lt;br /&gt;printf(&amp;quot;Definition(noun):&amp;quot;);&lt;br /&gt;f1(newnoun);&lt;br /&gt;&lt;br /&gt;printf(&amp;quot;Definition(adjective):&amp;quot;);&lt;br /&gt;f1(newadjective);&lt;br /&gt;&lt;br /&gt;printf(&amp;quot;Definition(verb):&amp;quot;);&lt;br /&gt;f1(newverb);&lt;br /&gt;&lt;br /&gt;fprintf(fptr,&amp;quot;&amp;#092;n%s %s %s %s&amp;quot;,newword,newnoun,newadjective,newverb);&lt;br /&gt;printf(&amp;quot;Enter 1 to continue ,enter 0 to go to quit.&amp;quot;);&lt;br /&gt;scanf(&amp;quot;%d&amp;quot;,&amp;amp;path2);}&lt;br /&gt;fclose(fptr);}&lt;br /&gt;&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;br /&gt;&lt;br /&gt;here is my output:&lt;br /&gt;++++++++++++++++++&lt;br /&gt;Enter your choice2&lt;br /&gt;Word:Definition(noun):  &lt;br /&gt;+++++++++++++++++++++&lt;br /&gt;&lt;br /&gt;from the code, after &amp;quot;the word:&amp;quot;,i suppose user is given a chance to input data.&lt;br /&gt;but, it skipped through...it only works for the second function call...&lt;br /&gt;&lt;br /&gt;anyone please shade me the light.&lt;br /&gt;&lt;br /&gt;[addedon]September 6, 2008, 7:08 pm[/addedon]&lt;!--QuoteBegin-xylon89del1+Sep 6 2008, 06:35 PM--&gt;&lt;div class='quotetop'&gt;QUOTE(xylon89del1 &amp;#064; Sep 6 2008, 06:35 PM)&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;here is my code:&lt;br /&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;br /&gt;#include&amp;lt;stdio.h&amp;gt;&lt;br /&gt;#include&amp;lt;string.h&amp;gt;&lt;br /&gt;&lt;br /&gt;void f1(char *a){char c;int i=0;&lt;br /&gt;while((c=getchar())&amp;#33;=&amp;#39;&amp;#092;n&amp;#39;)&lt;br /&gt;a[i++]=c;&lt;br /&gt;a[i]=&amp;#39;&amp;#092;0&amp;#39;;}&lt;br /&gt;&lt;br /&gt;int main(){&lt;br /&gt;int path2=1;&lt;br /&gt;char newword[20];&lt;br /&gt;char newnoun[50];&lt;br /&gt;char newadjective[50];&lt;br /&gt;char newverb[50];int choice;&lt;br /&gt;FILE *fptr;&lt;br /&gt;printf(&amp;quot;Enter your choice&amp;quot;);&lt;br /&gt;scanf(&amp;quot;%d&amp;quot;,&amp;amp;choice);&lt;br /&gt;if(choice==1){printf(&amp;quot;it is one.&amp;quot;);}&lt;br /&gt;else if (choice==2){&lt;br /&gt;if((fptr=fopen(&amp;quot;list1.dat&amp;quot;,&amp;quot;a&amp;quot;))==NULL){printf(&amp;quot;The file cannot be opened.&amp;#092;n&amp;quot;);}&lt;br /&gt;else while(path2&amp;#33;=0){&lt;br /&gt;void f1(char *a);&lt;br /&gt;printf(&amp;quot;Word:&amp;quot;);&lt;br /&gt;f1(newword);&lt;br /&gt;&lt;br /&gt;printf(&amp;quot;Definition(noun):&amp;quot;);&lt;br /&gt;f1(newnoun);&lt;br /&gt;&lt;br /&gt;printf(&amp;quot;Definition(adjective):&amp;quot;);&lt;br /&gt;f1(newadjective);&lt;br /&gt;&lt;br /&gt;printf(&amp;quot;Definition(verb):&amp;quot;);&lt;br /&gt;f1(newverb);&lt;br /&gt;&lt;br /&gt;fprintf(fptr,&amp;quot;&amp;#092;n%s %s %s %s&amp;quot;,newword,newnoun,newadjective,newverb);&lt;br /&gt;printf(&amp;quot;Enter 1 to continue ,enter 0 to go to quit.&amp;quot;);&lt;br /&gt;scanf(&amp;quot;%d&amp;quot;,&amp;amp;path2);}&lt;br /&gt;fclose(fptr);}&lt;br /&gt;&lt;br /&gt;return 0;&lt;br /&gt;}&lt;br /&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;br /&gt;&lt;br /&gt;here is my output:&lt;br /&gt;++++++++++++++++++&lt;br /&gt;Enter your choice2&lt;br /&gt;Word:Definition(noun):&amp;nbsp; &lt;br /&gt;+++++++++++++++++++++&lt;br /&gt;&lt;br /&gt;from the code, after &amp;quot;the word:&amp;quot;,i suppose user is given a chance to input data.&lt;br /&gt;but, it skipped through...it only works for the second function call...&lt;br /&gt;&lt;br /&gt;anyone please shade me the light.&lt;br /&gt;[right][snapback]19715114[/snapback][/right]&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;i found out the reason ady, this is due to the scanf();&lt;br /&gt;in case someone can know,&lt;br /&gt;i just make a workaround by adding the the following code&lt;br /&gt;after the scanf();&lt;br /&gt;&lt;br /&gt;if((s=getchar())&amp;#33;=&amp;#39;&amp;#092;n&amp;#39;){printf(&amp;quot;I catch a new line.&amp;quot;);}&lt;br /&gt;&lt;br /&gt;it works as to eat up the &amp;#39;&amp;#092;n&amp;#39;&lt;br /&gt;&lt;br /&gt;but, i think this is just a small trick.&lt;br /&gt;hope the pros can shade me new light if there is a better solution ...&lt;br /&gt;&lt;br /&gt;</description>
            <author>xylon89del1</author>
            <category>Codemasters</category>
            <pubDate>Sat, 06 Sep 2008 18:35:06 +0800</pubDate>
        </item>
        <item>
            <title>incompatible type in assignment</title>
            <link>http://forum.lowyat.net/topic/784371</link>
            <description>i keep on getting the error saying that incompatible type in assignment in the following code:&lt;br /&gt; &lt;br /&gt;///////////////////////////////////////////&lt;br /&gt;#include&amp;lt;stdio.h&amp;gt;&lt;br /&gt;struct op{char similar[30];};&lt;br /&gt;&lt;br /&gt;int main()&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;struct op option[20];&lt;br /&gt;option[0].similar=&amp;quot;hello world&amp;quot;;&lt;br /&gt;printf(&amp;quot;%s&amp;quot;,option[0].similar);&lt;br /&gt;&lt;br /&gt;return 0;}&lt;br /&gt;///////////////////////////////////////////&lt;br /&gt;but, i cant really debug out what is wrong with my code..&lt;br /&gt;someone please shade me the light..&lt;br /&gt;&lt;br /&gt;[addedon]September 6, 2008, 1:51 am[/addedon]&lt;!--QuoteBegin-xylon89del1+Sep 6 2008, 01:30 AM--&gt;&lt;div class='quotetop'&gt;QUOTE(xylon89del1 &amp;#064; Sep 6 2008, 01:30 AM)&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;i keep on getting the error saying that incompatible type in assignment in the following code:&lt;br /&gt; &lt;br /&gt;///////////////////////////////////////////&lt;br /&gt;#include&amp;lt;stdio.h&amp;gt;&lt;br /&gt;struct op{char similar[30];};&lt;br /&gt;&lt;br /&gt;int main()&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;struct op option[20];&lt;br /&gt;option[0].similar=&amp;quot;hello world&amp;quot;;&lt;br /&gt;printf(&amp;quot;%s&amp;quot;,option[0].similar);&lt;br /&gt;&lt;br /&gt;return 0;}&lt;br /&gt;///////////////////////////////////////////&lt;br /&gt;but, i cant really debug out what is wrong with my code..&lt;br /&gt;someone please shade me the light..&lt;br /&gt;[right][snapback]19704300[/snapback][/right]&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;i have found the answer..&lt;br /&gt;in case anyone would like to know the solution,&lt;br /&gt;struct op{char similar[30];};&lt;br /&gt;must change to struct op{char *similar}&lt;br /&gt;coz array is not lvalue, therefore it cannot be on the left side in an assignment..&lt;br /&gt;correct me if i am wrong./&lt;br /&gt;</description>
            <author>xylon89del1</author>
            <category>Codemasters</category>
            <pubDate>Sat, 06 Sep 2008 01:30:46 +0800</pubDate>
        </item>
        <item>
            <title>gets is dangerous</title>
            <link>http://forum.lowyat.net/topic/784235</link>
            <description>i am writing a c program&lt;br /&gt;&lt;br /&gt;i have come across that gets() function is quite useful to get the string from standard input...&lt;br /&gt;however, when i use it in my code, and when the time i compile it,&lt;br /&gt;it prompts out that gets is dangerous...&lt;br /&gt;anyone know the reason for tat?&lt;br /&gt;&lt;br /&gt;is there any other function out there which has a more or less similar function as gets()?</description>
            <author>xylon89del1</author>
            <category>Codemasters</category>
            <pubDate>Fri, 05 Sep 2008 22:27:42 +0800</pubDate>
        </item>
        <item>
            <title>error:file is a binary type...</title>
            <link>http://forum.lowyat.net/topic/783970</link>
            <description>i copy the following C language code from a book and tryout on my own as a practice.&lt;br /&gt;it is to write data into the file..&lt;br /&gt;but, after i run it, and try to open the file i have created, &lt;br /&gt;it prompt out that the file is binary and saying that saving will corrupt the file...&lt;br /&gt;**************************************************************************************************************&lt;br /&gt;#include&amp;lt;stdio.h&amp;gt;&lt;br /&gt;&lt;br /&gt;struct clientdata{&lt;br /&gt;int account;&lt;br /&gt;char name[20];&lt;br /&gt;double balance;&lt;br /&gt;};&lt;br /&gt;&lt;br /&gt;int main()&lt;br /&gt;{FILE *fptr;&lt;br /&gt;struct clientdata client={0,&amp;quot;&amp;quot;,0.0};&lt;br /&gt;if((fptr=fopen(&amp;quot;stage5.dat&amp;quot;,&amp;quot;r+&amp;quot;))==NULL){printf(&amp;quot;the file cannot be opened.&amp;#092;n&amp;quot;);}&lt;br /&gt;else{printf(&amp;quot;enter the client account number(1-100),(enter 0 if intend to exit from the program):&amp;#092;n&amp;quot;);&lt;br /&gt;scanf(&amp;quot;%d&amp;quot;,&amp;amp;client.account);&lt;br /&gt;while(client.account&amp;#33;=0){printf(&amp;quot;Enter the name and balance of the client.&amp;#092;n&amp;quot;);&lt;br /&gt;fscanf(stdin,&amp;quot;%s%lf&amp;quot;,client.name,&amp;amp;client.balance);&lt;br /&gt;fseek(fptr,(client.account-1)*sizeof(struct clientdata),SEEK_SET);&lt;br /&gt;fwrite(&amp;amp;client,sizeof(struct clientdata),1,fptr);&lt;br /&gt;printf(&amp;quot;enter the client account number(1-100),(enter 0 if intend to exit from the program):&amp;quot;);&lt;br /&gt;scanf(&amp;quot;%d&amp;quot;,&amp;amp;client.account);&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;fclose(fptr);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;return 0;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;*************************************************************************************************************&lt;br /&gt;&lt;br /&gt;</description>
            <author>xylon89del1</author>
            <category>Codemasters</category>
            <pubDate>Fri, 05 Sep 2008 16:06:31 +0800</pubDate>
        </item>
        <item>
            <title>length of telephone line</title>
            <link>http://forum.lowyat.net/topic/783315</link>
            <description>i am using the streamyx 4 Mpbs&lt;br /&gt;the performance is not good.&lt;br /&gt;the question here is that will the  length telephone line affect the performance ?&lt;br /&gt;coz the telephone line i am using is very long..&lt;br /&gt;if the length really affect, then i would have to consider to change my telephone line...&lt;br /&gt;please shade me some light,..</description>
            <author>xylon89del1</author>
            <category>Networks and Broadband</category>
            <pubDate>Thu, 04 Sep 2008 20:16:45 +0800</pubDate>
        </item>
        <item>
            <title>how is p1 wimax service</title>
            <link>http://forum.lowyat.net/topic/776699</link>
            <description>&lt;br /&gt;&lt;br /&gt;i am staying in cyberjaya now, thinking of subscribing to the wimax service..&lt;br /&gt;for those who are using the wimax , is wimax performance better than the streamyx?&lt;br /&gt;and how can we know whether wimax would be expanded to our city(Cyberjaya)...?&lt;br /&gt;cox there is a promotion for the RM999 wimax modem only till the end of sep.&lt;br /&gt;if wimax is good, i dun wan to miss the opportunity to subscribe to it with a much cheaper cost..</description>
            <author>xylon89del1</author>
            <category>Networks and Broadband</category>
            <pubDate>Wed, 27 Aug 2008 09:41:10 +0800</pubDate>
        </item>
        <item>
            <title>fluendo mp3 decoder</title>
            <link>http://forum.lowyat.net/topic/740912</link>
            <description>i wanna  install the fluendo mp3 decoder.&lt;br /&gt;but, after i download it, the content inside are not as complete as listed in the readme.&lt;br /&gt;the readme is as followed:&lt;br /&gt;====================================&lt;br /&gt;Please copy all the files contained in the codecs directory in&lt;br /&gt;the following directory ~/.gstreamer-0.10/plugins/&lt;br /&gt;&lt;br /&gt;As a commodity you can run the following command line from a terminal :&lt;br /&gt;&lt;br /&gt;user@host&amp;#036; mkdir -p ~/.gstreamer-0.10/plugins; cp ./codecs/* ~/.gstreamer-0.10/plugins/&lt;br /&gt;&lt;br /&gt;Once this is done a simple :&lt;br /&gt;&lt;br /&gt;user@host&amp;#036; ls ~/.gstreamer-0.10/plugins/&lt;br /&gt;&lt;br /&gt;should show the following list of files (or only some of them if you did not&lt;br /&gt;buy the complete codec pack):&lt;br /&gt;&lt;br /&gt;libgstfluac3dec.so    libgstflumcaacadec.so  libgstflumpeg4videodec.so&lt;br /&gt;libgstfluasfdemux.so  libgstflumms.so        libgstflumpegdemux.so&lt;br /&gt;libgstfluh264dec.so   libgstflump3dec.so     libgstfluwmadec.so&lt;br /&gt;libgstfluisodemux.so  libgstflumpeg2vdec.so  libgstfluwmvdec.so&lt;br /&gt;============================================================&lt;br /&gt;inside my codec directory , there is only libgstflump3dec.so&lt;br /&gt;&lt;br /&gt;however, i try to to install it.&lt;br /&gt;but, the amarok still cannot read mp3 file&lt;br /&gt;&lt;br /&gt;so, is there any other free mp3 decoder that i can download?&lt;br /&gt;or i already download the right thing and i just need that file.&lt;br /&gt;the only prob tat i cant read the mp3 file is i install it wrongly????&lt;br /&gt;</description>
            <author>xylon89del1</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Sat, 12 Jul 2008 21:39:50 +0800</pubDate>
        </item>
        <item>
            <title>compiling problem</title>
            <link>http://forum.lowyat.net/topic/740566</link>
            <description>i am compiling a printer driver source code here.&lt;br /&gt;in the process, when i type the command &amp;#39;make gen&amp;quot;&lt;br /&gt;here is some notification i get in the terminal.&lt;br /&gt;==============================================================&lt;br /&gt;Please add the files&lt;br /&gt;  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4&lt;br /&gt;  progtest.m4&lt;br /&gt;from the /aclocal directory to your autoconf macro directory&lt;br /&gt;or directly to your aclocal.m4 file.&lt;br /&gt;You will also need config.guess and config.sub, which you can get from&lt;br /&gt;&lt;a href='ftp://ftp.gnu.org/pub/gnu/config/' target='_blank'&gt;ftp://ftp.gnu.org/pub/gnu/config/&lt;/a&gt;.&lt;br /&gt;===================================================================&lt;br /&gt;there r two methods to add the files .&lt;br /&gt;the first one is to add into the autoconf macro directory.&lt;br /&gt;my prob is that how can i noe which directory is the macro directory.there is no specific file that match the autoconf macro exactly.&lt;br /&gt;the second method is to add those files into the aclocal.m4 file.&lt;br /&gt;and here how can i copy a file to a file? &lt;br /&gt;</description>
            <author>xylon89del1</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Sat, 12 Jul 2008 11:55:01 +0800</pubDate>
        </item>
        <item>
            <title>make gen</title>
            <link>http://forum.lowyat.net/topic/739828</link>
            <description>i just install the suse 11.&lt;br /&gt;I would like to install my printer driver.&lt;br /&gt;it is a source code, so i need to compile it.&lt;br /&gt;there is readme.txt attached with the whole driver file.&lt;br /&gt;the instructions are as followed:&lt;br /&gt;===========================================&lt;br /&gt;Quick install:&lt;br /&gt;==============&lt;br /&gt;To build and install CAPT modules, run make at the top-level&lt;br /&gt;directory of this pakage source trees as follows:&lt;br /&gt;&lt;br /&gt;&amp;#036; make gen&lt;br /&gt;&amp;#036; su&lt;br /&gt;# make install&lt;br /&gt;================================================== =&lt;br /&gt;i open up the terminal and type &amp;#39; make gen&amp;quot;&lt;br /&gt;but the terminal give me the reply&lt;br /&gt;&amp;quot;bash: make: command not found&amp;quot;&lt;br /&gt;&lt;br /&gt;wat should i do, please tell me in details.i am still a newbie in using linux.</description>
            <author>xylon89del1</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Fri, 11 Jul 2008 12:14:52 +0800</pubDate>
        </item>
        <item>
            <title>how to save in terminal</title>
            <link>http://forum.lowyat.net/topic/735280</link>
            <description>==================================================&lt;br /&gt;&amp;lt;For a distribution with a /sbin/insserv command&amp;gt;&lt;br /&gt;Log in as &amp;#39;root&amp;#39;, add the following comments to the third line in&lt;br /&gt;/etc/init.d/ccpd, and execute the &amp;#39;insserv ccpd&amp;#39; command.&lt;br /&gt;&lt;br /&gt;### BEGIN INIT INFO&lt;br /&gt;# Provides:          ccpd&lt;br /&gt;# Required-Start:    &amp;#036;local_fs &amp;#036;remote_fs &amp;#036;syslog &amp;#036;network &amp;#036;named&lt;br /&gt;# Should-Start:      &amp;#036;ALL&lt;br /&gt;# Required-Stop:     &amp;#036;syslog &amp;#036;remote_fs&lt;br /&gt;# Default-Start:     3 5&lt;br /&gt;# Default-Stop:      0 1 2 6&lt;br /&gt;# Description:       Start Canon Printer Daemon for CUPS&lt;br /&gt;### END INIT INFO&lt;br /&gt;================================================================&lt;br /&gt;i wanna do the above procedure.&lt;br /&gt;after i log in as root,&lt;br /&gt;i use the command vi /etc/init.d/ccpd &lt;br /&gt;then ,after that i add in the comments&lt;br /&gt;after that , wat should i do to save it?&lt;br /&gt;</description>
            <author>xylon89del1</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Sat, 05 Jul 2008 22:55:34 +0800</pubDate>
        </item>
    </channel>
</rss>
