<?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-4580518763513697185</id><updated>2012-02-16T18:48:37.899-08:00</updated><title type='text'>George Pop</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nashutzu.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4580518763513697185/posts/default'/><link rel='alternate' type='text/html' href='http://nashutzu.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>George P</name><uri>http://www.blogger.com/profile/10183781249641009735</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>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4580518763513697185.post-232902811192763483</id><published>2009-04-07T07:25:00.000-07:00</published><updated>2009-04-07T07:26:11.008-07:00</updated><title type='text'>Create a set of keys and sign an RPM package with your own private key.</title><content type='html'>ToDo: &lt;br /&gt;1. Create an RPM package that will install your repository configuration file and the key. &lt;br /&gt;2. Test it. &lt;br /&gt;3. Blog about this lab, and include a link to your repository RPM package. &lt;br /&gt;&lt;br /&gt;First I create my set of keys by running gpg --gen-key. After I created the set of public and private keys, I start modifying the ~.rpmmacros file and make it look like this:&lt;br /&gt;&lt;br /&gt;%_topdir      %(echo $HOME)/rpmbuild&lt;br /&gt;%_smp_mflags  -j30&lt;br /&gt;%__arch_install_post   /usr/lib/rpm/check-rpaths   /usr/lib/rpm/check-buildroot&lt;br /&gt;%_gpg_name "nasugeorge@yahoo.com"   &lt;br /&gt;&lt;br /&gt;Then I take the spec file of filezilla-3.1.5.1-5.fc10.src.rpm and modify the version to 5 and rebuild the package. Then I sign all the filezilla packages with my private key rpm –addsign filezilla-3.1.5.1-5.fc10.src.rpm. Then I copy all the packages under my /var/www/html/george-sbr600 folder and then run createrepo /george-sbr600 &lt;br /&gt;&lt;br /&gt;Next step I create a my own repo file in the /etc/yum.repos.d/ george.repo&lt;br /&gt;[georgep@australia yum.repos.d]$ cat george.repo&lt;br /&gt;[george]&lt;br /&gt;name=george $releasever - $basearch&lt;br /&gt;failovermethod=priority&lt;br /&gt;baseurl=http://australia.proximity.on.ca/george-sbr600/&lt;br /&gt;#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&amp;arch=$basearch&lt;br /&gt;enabled=0&lt;br /&gt;gpgcheck=1&lt;br /&gt;gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-george&lt;br /&gt;&lt;br /&gt;Now I installed my new rpm package, filezilla release 5  signed with my own private key.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4580518763513697185-232902811192763483?l=nashutzu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nashutzu.blogspot.com/feeds/232902811192763483/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nashutzu.blogspot.com/2009/04/create-set-of-keys-and-sign-rpm-package.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4580518763513697185/posts/default/232902811192763483'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4580518763513697185/posts/default/232902811192763483'/><link rel='alternate' type='text/html' href='http://nashutzu.blogspot.com/2009/04/create-set-of-keys-and-sign-rpm-package.html' title='Create a set of keys and sign an RPM package with your own private key.'/><author><name>George P</name><uri>http://www.blogger.com/profile/10183781249641009735</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-4580518763513697185.post-8815545567037458443</id><published>2009-03-19T05:54:00.000-07:00</published><updated>2009-03-19T05:56:37.201-07:00</updated><title type='text'>Differences in time between rpmbuild and distcc</title><content type='html'>Things to do:&lt;br /&gt;&lt;br /&gt;   1.&lt;br /&gt;&lt;br /&gt;      Describe the differences in time between building crystalspace-1.2.1-1.fc10.src.rpm with rpmbuild and distcc on Australia.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So I make sure all the build requirements are installed and run time run rpmbuild -ba crystalspace.spec&lt;br /&gt;&lt;br /&gt;and get this time and erros.&lt;br /&gt;&lt;br /&gt;rm -f cscursor.csplugin&lt;br /&gt;&lt;br /&gt;cp plugins/video/cursor/cscursor.csplugin cscursor.csplugin&lt;br /&gt;&lt;br /&gt;make: *** [all] Error 1&lt;br /&gt;&lt;br /&gt;error: Bad exit status from /var/tmp/rpm-tmp.ptb7jj (%build)&lt;br /&gt;&lt;br /&gt;RPM build errors:&lt;br /&gt;&lt;br /&gt;Bad exit status from /var/tmp/rpm-tmp.ptb7jj (%build)&lt;br /&gt;&lt;br /&gt;real 5m29.565s&lt;br /&gt;&lt;br /&gt;user 4m10.397s&lt;br /&gt;&lt;br /&gt;sys 0m44.563s&lt;br /&gt;&lt;br /&gt;[georgep@australia SPECS]$&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now I run distcc in order to see the time differences in my package&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rm -f cscursor.csplugin&lt;br /&gt;&lt;br /&gt;cp plugins/video/cursor/cscursor.csplugin cscursor.csplugin&lt;br /&gt;&lt;br /&gt;make: *** [all] Error 1&lt;br /&gt;&lt;br /&gt;error: Bad exit status from /var/tmp/rpm-tmp.XS12lV (%build)&lt;br /&gt;&lt;br /&gt;RPM build errors:&lt;br /&gt;&lt;br /&gt;user mockbuild does not exist - using root&lt;br /&gt;&lt;br /&gt;group mockbuild does not exist - using root&lt;br /&gt;&lt;br /&gt;user mockbuild does not exist - using root&lt;br /&gt;&lt;br /&gt;group mockbuild does not exist - using root&lt;br /&gt;&lt;br /&gt;user mockbuild does not exist - using root&lt;br /&gt;&lt;br /&gt;group mockbuild does not exist - using root&lt;br /&gt;&lt;br /&gt;user mockbuild does not exist - using root&lt;br /&gt;&lt;br /&gt;group mockbuild does not exist - using root&lt;br /&gt;&lt;br /&gt;Bad exit status from /var/tmp/rpm-tmp.XS12lV (%build)&lt;br /&gt;&lt;br /&gt;real 5m12.124s&lt;br /&gt;&lt;br /&gt;user 4m25.188s&lt;br /&gt;&lt;br /&gt;sys 0m45.087s .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;845 root 15 -5 0 0 0 S 0.3 0.0 0:00.88 md2_raid5&lt;br /&gt;&lt;br /&gt;5470 nobody 25 5 21476 684 364 S 0.3 0.0 0:00.32 distccd&lt;br /&gt;&lt;br /&gt;5471 nobody 25 5 21476 716 364 S 0.3 0.0 0:00.32 distccd&lt;br /&gt;&lt;br /&gt;5473 nobody 25 5 21476 676 364 S 0.3 0.0 0:00.32 distccd&lt;br /&gt;&lt;br /&gt;5474 nobody 25 5 21476 788 364 S 0.3 0.0 0:00.30 distccd&lt;br /&gt;&lt;br /&gt;5476 nobody 25 5 21476 680 364 S 0.3 0.0 0:00.30 distccd&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The results onn Scotland...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4580518763513697185-8815545567037458443?l=nashutzu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nashutzu.blogspot.com/feeds/8815545567037458443/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nashutzu.blogspot.com/2009/03/differences-in-time-between-rpmbuild.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4580518763513697185/posts/default/8815545567037458443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4580518763513697185/posts/default/8815545567037458443'/><link rel='alternate' type='text/html' href='http://nashutzu.blogspot.com/2009/03/differences-in-time-between-rpmbuild.html' title='Differences in time between rpmbuild and distcc'/><author><name>George P</name><uri>http://www.blogger.com/profile/10183781249641009735</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-4580518763513697185.post-8331699435595682041</id><published>2009-02-07T17:52:00.000-08:00</published><updated>2009-02-07T17:56:20.913-08:00</updated><title type='text'>Lab 2 SBR600 : Build your first RPM package</title><content type='html'>My first RPM:     ophcrack-3.1.0&lt;br /&gt;1.I downloaded the source code from: http://voxel.dl.sourceforge.net/sourceforge/ophcrack/ophcrack-3.1.0.tar.bz2.&lt;br /&gt;2.Next copy to tar ball to the ~/rpmbuild/SOURCES. &lt;br /&gt;3.Go into the ~/rpmbuild/SPECS and create a new spec file for the rpm by running: rpmdev-newspec ophcrack &lt;br /&gt;4.Edit that file and first problem I run into was the Source0 line: You need to make sure in the Url there is the name of the tar ball otherwise the rpm builder won't know what is the tar ball name in the rpmbuild SOURCES folder. &lt;br /&gt;5.Second problem was that I was missing to comment out the BuildRequires: line and Requires: line. &lt;br /&gt;6.By running rpmbuild -ba ophcrack into the ~/rpmbuild/SPEC folder I run into another problem which had to do with the %files&lt;br /&gt; that was missing this file: /usr/bin/ophcrack&lt;br /&gt; .&lt;br /&gt;7.So run again the build command and now it build everything but it has an error with regards to the qt-devel missing. So I installed that package with yum install qt-devel. &lt;br /&gt;8.Run again the rpmbuild and it worked. When I run rpmlint ophcrack-3.1.0-1.fc10.i386.rpm in the /RPMS folder I get this:&lt;br /&gt;&lt;br /&gt;ophcrack.i386: W: no-documentation&lt;br /&gt;&lt;br /&gt;ophcrack.i386: E: description-line-too-long Ophcrack is a Windows password cracker based on a time-memory trade-off using rainbow tables. This is a new variant of Hellman's original trade-off, with better performance. It recovers 99.9% of alphanumeric passwords in seconds.&lt;br /&gt;&lt;br /&gt;ophcrack.i386: W: non-standard-group Applications/System Tools&lt;br /&gt;&lt;br /&gt;ophcrack.i386: W: incoherent-version-in-changelog 3.1-0.fc10 ['3.1.0-1.fc10', '3.1.0-1']&lt;br /&gt;&lt;br /&gt;1 packages and 0 specfiles checked; 1 errors, 3 warnings.&lt;br /&gt;&lt;br /&gt;9.So I had to fix those error fairly easy and then I loged as root and install my rpm from the /RPMS folder and go to the /usr/bin and run ./ophcrack and it works. &lt;br /&gt;10.Also did an  rpmlint ophcrack.spec &lt;br /&gt; and it was free of erros. &lt;br /&gt;11.Also did an rpmlint ophcrack-3.1.0-1.fc10.src.rpm &lt;br /&gt;and it was free of erros. &lt;br /&gt;12.So now you can enjoy the RPM and see the spec file, the only problem is that the icon under the Applications/System is not there I will look more into making the .desktop file for it and put it under /usr/share/applications .&lt;br /&gt;&lt;br /&gt;Thanks to: John64, ctyler on the #seneca channel on irc.freenode.net. &lt;br /&gt;&lt;br /&gt;Links: &lt;br /&gt;a) &lt;a href="http://www.expertcomputers.ca/seneca/ophcrack-3.1.0-1.fc10.i386.rpm"&gt;ophcrack-3.1.0-1.fc10.i386.rpm&lt;/a&gt;&lt;br /&gt;b)&lt;a href="http://www.expertcomputers.ca/seneca/ophcrack-3.1.0-1.fc10.src.rpm"&gt;ophcrack-3.1.0-1.fc10.src.rpm&lt;/a&gt;&lt;br /&gt;c)&lt;a href="http://www.expertcomputers.ca/seneca/ophcrack-debuginfo-3.1.0-1.fc10.i386.rpm"&gt;ophcrack-debuginfo-3.1.0-1.fc10.i386.rpm&lt;/a&gt;&lt;br /&gt;d) &lt;a href="My first RPM:     ophcrack-3.1.0 1.I downloaded the source code from: http://voxel.dl.sourceforge.net/sourceforge/ophcrack/ophcrack-3.1.0.tar.bz2. 2.Next copy to tar ball to the ~/rpmbuild/SOURCES.  3.Go into the ~/rpmbuild/SPECS and create a new spec file for the rpm by running: rpmdev-newspec ophcrack  4.Edit that file and first problem I run into was the Source0 line: You need to make sure in the Url there is the name of the tar ball otherwise the rpm builder won't know what is the tar ball name in the rpmbuild SOURCES folder.  5.Second problem was that I was missing to comment out the BuildRequires: line and Requires: line.  6.By running rpmbuild -ba ophcrack into the ~/rpmbuild/SPEC folder I run into another problem which had to do with the %files  that was missing this file: /usr/bin/ophcrack  . 7.So run again the build command and now it build everything but it has an error with regards to the qt-devel missing. So I installed that package with yum install qt-devel.  8.Run again the rpmbuild and it worked. When I run rpmlint ophcrack-3.1.0-1.fc10.i386.rpm in the /RPMS folder I get this:  ophcrack.i386: W: no-documentation  ophcrack.i386: E: description-line-too-long Ophcrack is a Windows password cracker based on a time-memory trade-off using rainbow tables. This is a new variant of Hellman's original trade-off, with better performance. It recovers 99.9% of alphanumeric passwords in seconds.  ophcrack.i386: W: non-standard-group Applications/System Tools  ophcrack.i386: W: incoherent-version-in-changelog 3.1-0.fc10 ['3.1.0-1.fc10', '3.1.0-1']  1 packages and 0 specfiles checked; 1 errors, 3 warnings.  9.So I had to fix those error fairly easy and then I loged as root and install my rpm from the /RPMS folder and go to the /usr/bin and run ./ophcrack and it works.  10.Also did an  rpmlint ophcrack.spec   and it was free of erros.  11.Also did an rpmlint ophcrack-3.1.0-1.fc10.src.rpm  and it was free of erros.  12.So now you can enjoy the RPM and see the spec file, the only problem is that the icon under the Applications/System is not there I will look more into making the .desktop file for it and put it under /usr/share/applications .  Thanks to: John64, ctyler on the #seneca channel on irc.freenode.net.   Links:  a) ophcrack-3.1.0-1.fc10.i386.rpm b)ophcrack-3.1.0-1.fc10.src.rpm c)ophcrack-debuginfo-3.1.0-1.fc10.i386.rpm d) ophcrack.spec"&gt;ophcrack.spec&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4580518763513697185-8331699435595682041?l=nashutzu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nashutzu.blogspot.com/feeds/8331699435595682041/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nashutzu.blogspot.com/2009/02/lab-2-sbr600-build-your-first-rpm.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4580518763513697185/posts/default/8331699435595682041'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4580518763513697185/posts/default/8331699435595682041'/><link rel='alternate' type='text/html' href='http://nashutzu.blogspot.com/2009/02/lab-2-sbr600-build-your-first-rpm.html' title='Lab 2 SBR600 : Build your first RPM package'/><author><name>George P</name><uri>http://www.blogger.com/profile/10183781249641009735</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-4580518763513697185.post-904585197268329037</id><published>2009-01-26T13:29:00.000-08:00</published><updated>2009-01-26T13:31:31.853-08:00</updated><title type='text'>Lab 1 SBR600 Class CTY Program  </title><content type='html'> 	&lt;title&gt;&lt;/title&gt; 	&lt;meta name="GENERATOR" content="OpenOffice.org 3.0  (Linux)"&gt; 	&lt;style type="text/css"&gt; 	&lt;!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } 		A:link { so-language: zxx } 	--&gt; 	&lt;/style&gt;  &lt;p style="margin-bottom: 0in;"&gt;Hi Eveyone. This is my ToDo list for Lab1 in SBR600 class:&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;Lab 1: By Wednesday, January 21:  &lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;Build 2 packages from Source  &lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;The NLED editor from http://cdot.senecac.on.ca  &lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;Any package that uses autoconf -- SourceForge might be a good place to look for such packages.  &lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;Blog about the experience.  &lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;	1. How to compile Nled editor in a standard Fedora 10 DVD Installtion.  &lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;	First thing in order to build this 2 packages I installed from the DVD Fedora 10 on my Toshiba laptop with the standard packages. Then I went to  &lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;http://cdot.senecac.on.ca &lt;/span&gt;and downloaded the tar ball source package of NLED called &lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;nled_2_52_src.tgz.&lt;/span&gt; After that I extracted the files by running the following command in the shell: &lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;tar -xzf nled_2_52_src.tgz.&lt;/span&gt; Now I was trying to run make from inside the nled-2.52 directory and first of all I needed gcc compiler installed on my standard Fedora 10.  To intall gcc compiler just purely run &lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;yum install gcc&lt;/span&gt;  and it will install it for you from the Fedora servers.  &lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;Now once again I tried to run make and I got some errors with regards the &lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;ncurses packages.&lt;/span&gt; I had to run yum list “ncuses*”  in order to see which ncurses packages I had installed already and those one that were available to install.  I was missing 3 ncurses packages &lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;ncurses-devel.i386, ncurses-static.i386, ncurses-term.i386&lt;/span&gt; . I tried to install directly the ncurses-devel pack by running yum install ncurses-devel which did nothing. Then by running &lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;yum install ncurses-static&lt;/span&gt; &lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;devel &lt;/span&gt;and &lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;static &lt;/span&gt;packs got intalled.&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;Now I run again make and it compiled successfully the Nled editor.   &lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol&gt;&lt;ol&gt;&lt;ol start="2"&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;Built a package that uses 			autoconf FileZilla Client on Fedora 10.&lt;/p&gt; 		&lt;/li&gt;&lt;/ol&gt;&lt;/ol&gt;&lt;/ol&gt; &lt;p style="margin-bottom: 0in;"&gt;               First thing you download the source code from &lt;a href="http://filezilla-project.org/download.php?type=client"&gt;http://filezilla-project.org/download.php?type=client&lt;/a&gt; and then you extract the files which will become &lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;filezilla-3.2.0&lt;/span&gt;&lt;span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;. When I tried to run ./configure script that uses autoconf in a “Stock” Fedora 10 distro you run into problems with not having the C++ compiler.  So Chris told me the solution :&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt; “ctyler&gt; yum groupinstall "Development Tools" "Development Libraries" # will probably do the trick”&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;So I installed the Development Tools but now I still need to get &lt;/span&gt;&lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;wxWidgets &lt;/span&gt;&lt;span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;installed, so I run &lt;/span&gt;&lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;yum install wxGTK-devel&lt;/span&gt;&lt;span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt; and now another problem with &lt;/span&gt;&lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;gnutls&lt;/span&gt;&lt;span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt; library. So you have to install it by using: &lt;/span&gt;&lt;span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;yum install gnutls-devel &lt;/span&gt;&lt;span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt; . &lt;/span&gt; &lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;Now finally when I run ./configure it gives me no error and it creates the Makefile. So next I run make waited about 5 minutes on my laptop and then make install that was fast. Now under my Application, Internet I have the FileZilla Client Shortcut and run it and it WORKS :)&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;So that's all for the Lab1 and I would like to thanks Chris and everyone else from the #seneca IRC channel on irc.freenode.org for their help. &lt;/span&gt; &lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt; &lt;/span&gt; &lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt; &lt;/span&gt;&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4580518763513697185-904585197268329037?l=nashutzu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nashutzu.blogspot.com/feeds/904585197268329037/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nashutzu.blogspot.com/2009/01/lab-1-sbr600-class-cty-program.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4580518763513697185/posts/default/904585197268329037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4580518763513697185/posts/default/904585197268329037'/><link rel='alternate' type='text/html' href='http://nashutzu.blogspot.com/2009/01/lab-1-sbr600-class-cty-program.html' title='Lab 1 SBR600 Class CTY Program  '/><author><name>George P</name><uri>http://www.blogger.com/profile/10183781249641009735</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-4580518763513697185.post-3110756722574380288</id><published>2009-01-14T17:21:00.001-08:00</published><updated>2009-01-14T19:51:05.067-08:00</updated><title type='text'>First Week of SBR600A</title><content type='html'>Hi Everyone,&lt;br /&gt;My name is George, and I am a Seneca CTY student in the 6th semester enjoying networking and security. This is my first time playing with blogs, wiki and planet so please excuse any First time mistakes.&lt;br /&gt;&lt;br /&gt;First week of SBR600:&lt;br /&gt;&lt;b&gt;ToDo:&lt;/b&gt; Communication Lab: By Thursday, January 15, Set up your accounts (wiki, IRC, FAS2).  &lt;ul&gt;&lt;li&gt; Create a blog post which will appear on the OpenSource@Seneca Planet, containing: &lt;ul style="color: rgb(255, 0, 0);"&gt;&lt;li&gt; &lt;span style="font-weight: bold;"&gt;A portion of an IRC conversation you've had with someone on a Fedora or Seneca IRC channel. &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;georgep&gt; Hi Chris&lt;br /&gt;&lt;ctyler&gt; Hi GeorgeP !&lt;br /&gt;&lt;georgep&gt; I have created some account and the blog but I get confused with the planet thing...&lt;br /&gt;&lt;ctyler&gt; GeorgeP: what's your blog URL?&lt;br /&gt;&lt;ctyler&gt; take your RSS URL (not the main URL) and add it to http://zenit.senecac.on.ca/wiki/index.php/Open_Source@Seneca_Planet_List&lt;br /&gt;&lt;georgep&gt; http://nashutzu.blogspot.com/&lt;br /&gt;&lt;ctyler&gt; are you tagging your posts separately for the planet, or should all of your posts go onto the planet?&lt;br /&gt;&lt;georgep&gt; I should take them manualy&lt;br /&gt;&lt;ctyler&gt; if you want to send all posts, the RSS URL is: http://nashutzu.blogspot.com/feeds/posts/default&lt;br /&gt;&lt;ctyler&gt; anyways, see that page for examples of other URLs that are for specific tags&lt;br /&gt;&lt;georgep&gt; how do u find out the link for each post ? u just click on the post and u copy the whole big link ?&lt;br /&gt;&lt;ctyler&gt; to select specific posts, use the tagging capability of blogspot ... for example, you can set it up so that all posts marked "seneca" go to the planet&lt;br /&gt;&lt;georgep&gt; oh that`s even better thanks i'll look more into it&lt;br /&gt;&lt;ctyler&gt; if your tag is "seneca", your RSS feed will be http://nashutzu.blogspot.com/feeds/posts/default/-/seneca&lt;br /&gt;&lt;ul&gt;&lt;li&gt; &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;A link to your User page on the Seneca wiki &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;http://zenit.senecac.on.ca/wiki/index.php/User:George_P&lt;br /&gt;&lt;ul&gt;&lt;li style="font-weight: bold; color: rgb(255, 0, 0);"&gt; A link to your User page on the Fedora wiki &lt;/li&gt;&lt;/ul&gt;https://fedoraproject.org/wiki/User:Georgep&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;  Add an entry to the &lt;/span&gt;&lt;a style="color: rgb(255, 0, 0); font-weight: bold;" href="http://zenit.senecac.on.ca/wiki/index.php/Winter_2009_SBR600_Participants" title="Winter 2009 SBR600 Participants"&gt;Winter 2009 SBR600 Participants&lt;/a&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt; page &lt;/span&gt;&lt;br /&gt;Done.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4580518763513697185-3110756722574380288?l=nashutzu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nashutzu.blogspot.com/feeds/3110756722574380288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nashutzu.blogspot.com/2009/01/first-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4580518763513697185/posts/default/3110756722574380288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4580518763513697185/posts/default/3110756722574380288'/><link rel='alternate' type='text/html' href='http://nashutzu.blogspot.com/2009/01/first-post.html' title='First Week of SBR600A'/><author><name>George P</name><uri>http://www.blogger.com/profile/10183781249641009735</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>
