<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2647269687719133576</id><updated>2012-02-16T13:11:31.919-08:00</updated><title type='text'>My Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jyang42.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2647269687719133576/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://jyang42.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jing Yang</name><uri>http://www.blogger.com/profile/16026217109726809651</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2647269687719133576.post-3697772245833814017</id><published>2010-09-13T19:33:00.000-07:00</published><updated>2010-09-13T19:33:58.900-07:00</updated><title type='text'>Lab 1 Build 2 packages from source</title><content type='html'>1. Nled&lt;br /&gt;&lt;br /&gt;First I went to &lt;a href="http://cdot.senecac.on.ca/software/nled/%20"&gt;http://cdot.senecac.on.ca/software/nled/&lt;/a&gt; site and download the tar file for nled.&lt;br /&gt;Than I use the command tar -xvzf nled_2_52_src.tgz to extracted it.&lt;br /&gt;Than I go into the directory I extracted and issue the command make and I got an error said&lt;br /&gt;&lt;span style="font-size: xx-small;"&gt;$ make&lt;br /&gt;cc -O -c -o nled.o nled.c&lt;br /&gt;cc -O -c -o nledisp.o nledisp.c&lt;br /&gt;cc -O -c -o nledit.o nledit.c&lt;br /&gt;cc -O -c -o nledio.o nledio.c&lt;br /&gt;cc -O -c -o nledmisc.o nledmisc.c&lt;br /&gt;cc -O -c -o nledata.o nledata.c&lt;br /&gt;cc -O -c -o qkdisp.o qkdisp.c&lt;br /&gt;qkdisp.c:125:21: error: ncurses.h: No such file or directory&lt;br /&gt;qkdisp.c: In function ‘qd_boldon’:&lt;br /&gt;qkdisp.c:181: error: ‘A_BOLD’ undeclared (first use in this function)&lt;br /&gt;qkdisp.c:181: error: (Each undeclared identifier is reported only once&lt;br /&gt;qkdisp.c:181: error: for each function it appears in.)&lt;br /&gt;qkdisp.c: In function ‘qd_boldoff’:&lt;br /&gt;qkdisp.c:195: error: ‘A_BOLD’ undeclared (first use in this function)&lt;br /&gt;qkdisp.c: In function ‘qd_cols’:&lt;br /&gt;qkdisp.c:276: error: ‘COLS’ undeclared (first use in this function)&lt;br /&gt;qkdisp.c: In function ‘qd_open’:&lt;br /&gt;qkdisp.c:499: error: ‘stdscr’ undeclared (first use in this function)&lt;br /&gt;qkdisp.c: In function ‘qd_revon’:&lt;br /&gt;qkdisp.c:570: error: ‘A_REVERSE’ undeclared (first use in this function)&lt;br /&gt;qkdisp.c: In function ‘qd_revoff’:&lt;br /&gt;qkdisp.c:584: error: ‘A_REVERSE’ undeclared (first use in this function)&lt;br /&gt;qkdisp.c: In function ‘qd_rows’:&lt;br /&gt;qkdisp.c:593: error: ‘LINES’ undeclared (first use in this function)&lt;br /&gt;qkdisp.c: In function ‘qd_scrollup’:&lt;br /&gt;qkdisp.c:635: error: ‘LINES’ undeclared (first use in this function)&lt;br /&gt;qkdisp.c: In function ‘qd_scrolldown’:&lt;br /&gt;qkdisp.c:682: error: ‘LINES’ undeclared (first use in this function)&lt;br /&gt;make: *** [qkdisp.o] Error 1&lt;/span&gt;&lt;br /&gt;Than in the terminal I issue the command yum install */ncurses.h&lt;br /&gt;Than I try make command again and its successfully install nled.&lt;br /&gt;&lt;br /&gt;2.Ettercap&lt;br /&gt;&lt;br /&gt;I went to the &lt;a href="http://sourceforge.net/"&gt;http://sourceforge.net&lt;/a&gt; and download the Ettercap source code&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sourceforge.net/projects/ettercap/files/ettercap/NG-0.7.3/ettercap-NG-0.7.3.tar.gz"&gt;http://sourceforge.net/projects/ettercap/files/ettercap/NG-0.7.3/ettercap-NG-0.7.3.tar.gz&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sourceforge.net/projects/tuxpaint/files/tuxpaint/0.9.21/tuxpaint-0.9.21.tar.gz"&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;Than I issue the command&amp;nbsp; $ tar -xvzf ettercap-NG-0.7.3.tar.gz &lt;br /&gt;Than I go into the directory where i extracted and issue the ./configure command&lt;br /&gt;and its show an error saying missing some files so in the command line I use yum install to install the following files libpcap,libnet and libgtk* than i ran ./configure again and no error show up. Next I issue the command make as current user than i ran make install in root. Than i ran ettercap -C&amp;nbsp; in the command line and its show the ettercap in text mode &lt;br /&gt;&lt;br /&gt;[root@localhost ettercap-NG-0.7.3]# ettercap -C&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2647269687719133576-3697772245833814017?l=jyang42.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jyang42.blogspot.com/feeds/3697772245833814017/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jyang42.blogspot.com/2010/09/lab-1-build-2-packages-from-source.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2647269687719133576/posts/default/3697772245833814017'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2647269687719133576/posts/default/3697772245833814017'/><link rel='alternate' type='text/html' href='http://jyang42.blogspot.com/2010/09/lab-1-build-2-packages-from-source.html' title='Lab 1 Build 2 packages from source'/><author><name>Jing Yang</name><uri>http://www.blogger.com/profile/16026217109726809651</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2647269687719133576.post-5664128358922121116</id><published>2010-09-09T20:12:00.000-07:00</published><updated>2010-09-09T20:12:20.792-07:00</updated><title type='text'>SBR600</title><content type='html'>Hello everyone, my name is Jing Yang. I am in CTY 5 semester @ Seneca&lt;br /&gt;&lt;br /&gt;My wiki links&lt;br /&gt;&lt;br /&gt;Seneca &lt;a href="http://zenit.senecac.on.ca/wiki/index.php/User:Jing_yang"&gt;http://zenit.senecac.on.ca/wiki/index.php/User:Jing_yang&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Fedora &lt;a href="https://fedoraproject.org/wiki/User:Jyang42"&gt;https://fedoraproject.org/wiki/User:Jyang42&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here is the IRC chat&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_j9T1lSHW6qk/TImiB0q-oYI/AAAAAAAAAAM/zwt7p1N7mD0/s1600/chat.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_j9T1lSHW6qk/TImiB0q-oYI/AAAAAAAAAAM/zwt7p1N7mD0/s320/chat.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2647269687719133576-5664128358922121116?l=jyang42.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jyang42.blogspot.com/feeds/5664128358922121116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jyang42.blogspot.com/2010/09/sbr600.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2647269687719133576/posts/default/5664128358922121116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2647269687719133576/posts/default/5664128358922121116'/><link rel='alternate' type='text/html' href='http://jyang42.blogspot.com/2010/09/sbr600.html' title='SBR600'/><author><name>Jing Yang</name><uri>http://www.blogger.com/profile/16026217109726809651</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_j9T1lSHW6qk/TImiB0q-oYI/AAAAAAAAAAM/zwt7p1N7mD0/s72-c/chat.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2647269687719133576.post-8997123217000150262</id><published>2010-09-08T05:31:00.001-07:00</published><updated>2010-09-08T05:31:27.634-07:00</updated><title type='text'></title><content type='html'>&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2647269687719133576-8997123217000150262?l=jyang42.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jyang42.blogspot.com/feeds/8997123217000150262/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jyang42.blogspot.com/2010/09/blog-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2647269687719133576/posts/default/8997123217000150262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2647269687719133576/posts/default/8997123217000150262'/><link rel='alternate' type='text/html' href='http://jyang42.blogspot.com/2010/09/blog-post.html' title=''/><author><name>Jing Yang</name><uri>http://www.blogger.com/profile/16026217109726809651</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
