<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog of Auzigog - Jeremy Blanchard &#187; College</title>
	<atom:link href="http://auzigog.com/category/college/feed/" rel="self" type="application/rss+xml" />
	<link>http://auzigog.com</link>
	<description>ideas and guides from a nerdy college student</description>
	<lastBuildDate>Tue, 27 Jul 2010 00:53:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Easy Website on Your University of Oregon Web Space</title>
		<link>http://auzigog.com/2009/02/01/easy-website-on-your-university-of-oregon-web-space/</link>
		<comments>http://auzigog.com/2009/02/01/easy-website-on-your-university-of-oregon-web-space/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 23:25:54 +0000</pubDate>
		<dc:creator>Auzigog</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[University of Oregon]]></category>

		<guid isPermaLink="false">http://auzigog.com/?p=288</guid>
		<description><![CDATA[
NOTE: shell.uoregon.edu is now sftp.uoregon.edu Ever wanted to have your own webpage at <a href="http://uoregon.edu/~YourDuckID?">http://uoregon.edu/~YourDuckID?</a> Ever wanted to setup a clean-looking, easy-to-maintain website for a student group your are associated with? Well now the whole process is a snap! Every University of Oregon student is given space to set up their own website. It&#8217;s a fairly [...]
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-293" title="Wordpress on Your University of Oregon Web Space" src="http://auzigog.com/wp-content/uploads/2009/01/wordpress_uoregon_shell1.png" alt="Wordpress on Your University of Oregon Web Space" width="398" height="220" /></p>
<p><span style="color:red;"><strong>NOTE: shell.uoregon.edu is now sftp.uoregon.edu</strong></span></p>
<p>Ever wanted to have your own webpage at <a href="http://uoregon.edu/~jblancha">http://uoregon.edu/~YourDuckID</a>? Ever wanted to setup a clean-looking, easy-to-maintain website for a student group your are associated with? Well now the whole process is a snap! Every University of Oregon student is given space to set up their own website.</p>
<p>It&#8217;s a fairly complex process to set up all the necessary tools (PHP and MySQL) <a href="http://wiki.auzigog.com/Wordpress_on_shell.uoregon.edu">manually</a>, so I wrote a program to do it for you (mostly) automatically! All you need to do is login to your uoregon.edu account and follow a couple simple instructions.</p>
<p><span id="more-288"></span></p>
<h3>Why WordPress?</h3>
<p><a href="http://wordpress.org">WordPress</a> is tool that lets you create, design and maintain a website without knowing anything about computers or the internet. Anyone can do it! It is meant to be a tool for bloggers, but it functions perfectly for those who just want a normal website.</p>
<p>WordPress can be as simple or as powerful as you need it to be. In my opinion, it is the perfect tool for student groups because of how often management changes. With WordPress, anyone can pick it up and make any changes without any knowledge on how to create websites. The real power of WordPress is that you can create/edit pages from a web interface using an <abbr title="What You See Is What You Get">WYSIWYG</abbr> (visual) editor. You can see a demo of this web interface <a href="http://www.opensourcecms.com/blog/wordpress/admin.html">here</a> (username: admin // password: demo).</p>
<p>Other features:</p>
<ul>
<li><a href="http://wordpress.org/extend/themes/browse/popular/">Customizable themes</a> so you can easily style your website and give it it&#8217;s own distinct look.
</li>
<li><a href="http://wordpress.org/extend/plugins/browse/popular/">Amazing plugins</a> to let you add any kind of functionality to your website (e.g. adding a <a href="http://wordpress.org/extend/plugins/contact-form-7/">contact form</a> to your site).
</li>
<li>Multi-user enivronment so you can add other bloggers/editors to help you edit the website. This is especially useful for student groups with a lot of contributors.
</li>
</ul>
<div class="boxcaption">Warning: No support is guaranteed</div>
<div class="box">Before we go any further, I wanted to let everyone know that although I am writing this guide to be accessible to anyone, I also can&#8217;t promise that there will be support for it if something breaks down the road. There&#8217;s a 98% chance that nothing will ever go wrong. What you&#8217;re doing here normally requires a bit of technical knowledge, but I&#8217;ve attempted to make it easy for anyone to do. If something does go wrong, I can&#8217;t say for sure how much <a href="http://micro.uoregon.edu/">The Help Desk</a> at the UO will want to help you.</p>
<p>If you do have some problems, post a comment at the end of this post and I&#8217;ll do my best to help you out.</p></div>
<h3>Getting Started</h3>
<p>Before you can complete these instructions you will need a program that let&#8217;s you access the files on your sftp.uoregon.edu account. Accessing this account is called &#8220;SSHing&#8221; into it. This is fairly simple for Mac OS X users, but is a bit more complicated if you are using Windows.</p>
<p>You can enable shell access by going to:<br />
<a href="http://duckid.uoregon.edu">http://duckid.uoregon.edu</a><br />
Select &#8220;Manage Optional Account Access&#8221;<br />
Then hit &#8220;Enable Shell Access&#8221;</p>
<h4>Windows Users</h4>
<p><em>Note:</em> If you own a Mac, skip to the next section called <a href="#Mac_Users">&#8220;Mac Users&#8221;</a>.</p>
<p>First, you need to download and install a program called <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> (or just <a href="http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.60-installer.exe">download v0.60</a> directly).</p>
<p>Once it is installed, run it and follow these steps.</p>
<p><img class="alignright size-full wp-image-323" title="PuTTY Host Options" src="http://auzigog.com/wp-content/uploads/2009/01/putty-host-options.png" alt="PuTTY Host Options" width="294" height="98" /><br />
Enter <em>sftp.uoregon.edu</em> under the host field. It should look the image to the right.</p>
<p>Press <em>OK</em>. You should get a message saying there is a &#8220;Security Alert&#8221;. Just press <em>Yes</em>.</p>
<p>Now you&#8217;re almost ready to go. Just enter your Duck ID (the same one you use to login to your email and blackboard) and your password. If you&#8217;re doing this for a student account, the process is exactly the same, but with the username/password that you would use to login your groups email address. It should look like this:<br />
<img class="alignnone size-full wp-image-315" title="PuTTY login screen" src="http://auzigog.com/wp-content/uploads/2009/01/putty3.png" alt="PuTTY login screen" width="499" height="276" /></p>
<p>You&#8217;re ready to move on! Go on down to the <a href="#Running_the_Script">&#8220;Running the Script&#8221;</a> section below.</p>
<h4>Mac Users</h4>
<p>Mac OS X users have it much easier because the program you need is already installed.</p>
<p><img class="alignright size-full wp-image-318" title="Spotlight Terminal Search" src="http://auzigog.com/wp-content/uploads/2009/01/spotlight-terminal-search.png" alt="Spotlight Terminal Search" width="292" height="112" />You just need to run the Terminal application. The quickest way to get it it is by using the searching for it using the search box (Spotlight) in the top right corner of the screen.</p>
<p>Once that program is up and running you just need to use your Duck ID (the same one you use to login to your email and blackboard) and your password. If you&#8217;re doing this for a student account, the process is exactly the same, but with the username/password that you would use to login your groups email address. Here&#8217;s what it looks like when I use my Duck ID (jblancha) and password:<br />
<img class="alignnone size-full wp-image-321" title="osxterminal" src="http://auzigog.com/wp-content/uploads/2009/01/osxterminal.png" alt="osxterminal" width="585" height="237" /></p>
<h3>Running the Script</h3>
<p>Now that you have SSH&#8217;ed into you account, you&#8217;re ready to run the script!</p>
<p>Type each of the following commands in and press enter after each line. The first command will take a couple moments to run, so don&#8217;t type the next one until it is done.</p>
<pre lang="bash">wget <a href="http://auzigog.com/perm/wordpress_shell.sh">http://auzigog.com/perm/wordpress_shell.sh</a>
chmod 0755 wordpress_shell.sh
./wordpress_shell.sh</pre>
<p>The last command will run the script I wrote to do <a href="http://wiki.auzigog.com/Wordpress_on_shell.uoregon.edu#The_really_long_way">all the work</a> for you.</p>
<p>The first thing you need to do is type <em>n</em> and press enter to indicate that you are not an advanced user. Now you should see a bunch of lines being output to the screen.</p>
<pre lang="txt">*** Do you want to install MySQL using the 'mysql_install_db' command? You should do this ONE TIME ONLY
Are you an advanced user who needs the MySQL passwords later? [y/n]: n
// Creating .htaccess in your public_html directory (/home6/spanst/public_html) so all files ending in .php will execute
// Creating php.cgi in your home directory (/home6/spanst) so all files ending in .php will execute
// Generating a port number (between 5000 and 6000) to run MySQL from
// For reference, the port number that MySQL is running on is: 5430
// Making a MySQL configuration file for your account
// Installing the MySQL database. This may take a few moments...
// Setting a root password for wordpress
// Creating a username and password for wordpress
// Configuring a cron job to ensure the MySQL Daemon doesn't go down
// Downloading and placing wordpress files. This may take a moment....
// Creating public_html/wp-content/uploads for uploaded images/files
// Configuring wordpress

// Here is some stuff you can ignore if you don't know what it is:
<pre>
   PORT: 5430
   MySQL 'root' account password: ########
   MySQL 'wordpressuser' account password: ########
   MySQL database for wordpress: wordpressdb
   MySQL host for connections: sftp.uoregon.edu:5430
</pre>
<p>SUCCESSS! Visit <a href="http://uoregon.edu/~spanst">http://uoregon.edu/~spanst</a> to finish the installation of your blog!</p>
<pre>
Note: Please remove index.html from your ~/public_html folder so that WordPress can actually work</pre>
</pre>
<p><em>Note:</em> Please write down the four lines that start with <em>MySQL</em> in case you or someone else ever needs those passwords to fix things down the road.</p>
<p>As the script indicates, <strong>you&#8217;re done!</strong> You can now visit <a href="http://uoregon.edu/~YourDuckID/">http://uoregon.edu/~YourDuckID/</a> to give your blog a name. When it asks you for an email address, be sure to use a real one because it that is where your username and password will be sent.</p>
<p>To login to the control panel (where you edit pages and blog posts), go to <a href="http://uoregon.edu/~YourDuckID/wp-admin/">http://uoregon.edu/~YourDuckID/wp-admin/</a>.</p>
<p>There&#8217;s some more information below that you might find helpful, but you&#8217;re basically done! If you&#8217;ve successfully used this script, please leave a comment below so I know that people are finding it useful. Spread the word to other individuals and groups so everyone can create a useful website!</p>
<h3>Extending WordPress</h3>
<p>You&#8217;re done with the important part. If you want to customize WordPress, here are some suggestions.</p>
<ul>
<li>Install a theme to give your site its own look. Check out <a href="http://wiki.auzigog.com/Wordpress_Tools#Themes">my favorite themes</a>. (<a href="http://courtneytuttle.com/2008/07/23/how-to-install-a-new-wordpress-theme/">Instructions</a>)
</li>
<li>In the control panel, go to Settings → Permalinks → Select &#8220;Day and Name&#8221; → Save Changes
</li>
<li>Add a <a href="http://wordpress.org/extend/plugins/contact-form-7/">contact form</a> to your site
</li>
<li>Add other authors/editors to your site by going to the control panel and Users → Add New
</li>
<li><a href="http://codex.wordpress.org/Akismet#Setting_Up_Akismet">Setup Akismet</a> to block spam comments on your blog posts
</li>
</ul>
<p>If you need any other help in working with WordPress, check out <a href="http://codex.wordpress.org/">their support site</a>.</p>
<p>Good luck! Please leave a comment below if you have any comments or questions!</p>
<h3>What the heck did the script do?</h3>
<p>If you&#8217;re not a big nerd, just scroll down to the comments section. If you&#8217;re a more technical user and are curious what happened, here&#8217;s an overview. You can find <a href="http://wiki.auzigog.com/Wordpress_on_shell.uoregon.edu">very detailed instructions</a> for all of this on my wiki.</p>
<ol>
<li>Use a .htaccess file to redirect all .php requests to a CGI script
</li>
<li>Use the CGI script to make sure all .php files are run under PHP5 (instead of being served as text files
</li>
<li>Install a copy of MySQL for your account on a specific port number.
</li>
<li>Create a MySQL database for WordPress
</li>
<li>Set up a cron job to make sure MySQL comes back up if the server ever restarts
</li>
<li>Download and unzip the latest version of WordPress
</li>
<li>Automatically edit your WordPress config file with all the information it has just generated
</li>
</ol>
<h3>Credits</h3>
<p>The only reason I was able to figure out this process in the first place was because of the following people</p>
<ul>
<li><a href="http://micro.uoregon.edu/unix/mysql.html">Micro&#8217;s guide to MySQL on shell</a> &#8211; Not the best instructions in the world, but absolutely necessary.
</li>
<li><a href="http://emumarketing.uoregon.edu/tristan/2008/09/30/easy-php-on-shell/">Easy PHP on shell</a> &#8211; Tristan at the EMU marketing department made most of this possible with his instructions for getting PHP files to run properly (instead of being served as text files). Tristan actually <a href="http://emumarketing.uoregon.edu/tristan/2009/01/10/getting-wordpress-working-on-shell/">wrote a WordPress installation guide</a> similar to this one last month.
</li>
<li><a href="http://twitter.com/justinmccraw">Justin McCraw</a> &#8211; Helped me remember the simplest set of steps to get this done
</li>
<li>Bruce and <a href="http://www.uoregon.edu/~spencera/">Spencer</a> at the UO for helping with specific issues I had along the way
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://auzigog.com/2009/02/01/easy-website-on-your-university-of-oregon-web-space/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>9 Survival Tips for College Freshman</title>
		<link>http://auzigog.com/2007/08/24/9-survival-tips-for-college-freshman/</link>
		<comments>http://auzigog.com/2007/08/24/9-survival-tips-for-college-freshman/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 09:50:22 +0000</pubDate>
		<dc:creator>Auzigog</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://eyermonkey.com/2007/08/24/9-survival-tips-for-college-freshman/</guid>
		<description><![CDATA[
Photo by eyeRmonkey These days, It seems like I meet a new college freshman every couple of weeks. I always wish I could pass along all the lessons I accumulated during my first year of college. And thanks to the wonders of the interwebs, I can! My experiences were at the University of Oregon, but [...]
]]></description>
			<content:encoded><![CDATA[<div style="float: left; width: 260px; text-align: center;"><a href="http://www.flickr.com/photos/eyermonkey/543844281/" title="University of Oregon Again"><img src="http://farm2.static.flickr.com/1074/543844281_ba95569218_m.jpg" width="240" height="180" alt="University of Oregon Again" title="University of Oregon Again" style="border: 0pt none;" /></a><br />Photo by <a href="http://www.flickr.com/photos/eyermonkey/">eyeRmonkey</a></div>
<p>These days, It seems like I meet a new college freshman every couple of weeks. I always wish I could pass along all the lessons I accumulated during my first year of college. And thanks to the wonders of the interwebs, I can! My experiences were at the <a href="http://en.wikipedia.org/wiki/University_of_Oregon">University of Oregon</a>, but I think they are applicable anywhere. I suspect that some of these lessons need to be experienced first hand to have any effect on you, but I still think they are worth sharing. Here&#8217;s my advice (in order of importance):</p>
<h3>#1 The first week defines the rest of the year</h3>
<p>I feel like this is the most important piece of advice I could offer, but I also know it&#8217;s the hardest thing to control. During the first week, be more outgoing that you normally would. Over the first couple days, meet and talk to every person in the dorm for at least a couple minutes. The best way to develop a community is to do everything as a group for the first week.</p>
<p>Let me give you a breakdown of how things went in my dorm for the first week and how I heard things went in every other dorms:</p>
<p><span id="more-18"></span><br />
<b>My dorm:</b></p>
<ul>
<li>Every time we had to go to some mandatory orientation thing, we went as a group and invited every single person on every floor to join us. Whenever someone wanted to go out to get food or go to 7/11, they gathered a bunch of people to go with them.</li>
<li> The second or third night we were there, we all found ourselves in the lounge just sitting around sharing cool stories for that summer and from our varying pasts. We all told something about our town or our lives.</li>
<li>Everyone always had their door open (when they were there) and didn&#8217;t mind if anyone walked in and started a conversation.</li>
</ul>
<p><b>Other dorms:</b></p>
<ul>
<li>Almost no one left their door open when they were there.</li>
<li>Those who did leave their door open would get offended if you walked into their room without permission.</li>
<li>Most people would be lucky to know the names of half the people on their floor.</li>
</ul>
<p>Every time I heard another story like that about other dorms, I was shocked. It just made me more and more thankful that we had developed a great community during the first week we were there. People from other dorms loved our dorm because we were such a tight group. As time went on, people separated into cliques as you would expect, but the friendliness that everything started out on was always present.</p>
<h3>#2 Organize Study Groups!</h3>
<p>Study groups are amazingly helpful! Find two, three, or four other people who you have class with and get together before assignments are due. You assist one another, make suggestions and help motivate one another. I can only begin the name the numerous benefits! Here are a few:</p>
<ul>
<li>You can&#8217;t procrastinate your assignments or skip them entirely. If you have a set meeting time to do you homework or paper with the rest of your group, then you have no way to put it off.</li>
<li>For math/science classes, it&#8217;s easy to get stuck on a problem and want to give up, but when there are others there to help you, you have no reason to stop.</li>
<li>For writing intensive classes, brainstorming works wonders. Come to the study group with a few possible thesis statements ready and bounce them off your partners.</li>
<li>Helping others on their homework helps <i>you</i> solidify <i>your</i> knowledge.</li>
</ul>
<p>Here&#8217;s what you need to do: During the first week of classes, introduce yourself to the people around you in your lab or discussion classes. When you receive your first assignment, talk to anyone you&#8217;ve met (or just random people who look friendly!) and arrange a date a few days before it&#8217;s due to get together and do it as a group. After that, it&#8217;s easy! Now you know them and can continue organizing study groups!</p>
<h3>#3 Study for tests!</h3>
<div style="float: right; width: 190px; text-align: center;"><a href="http://www.flickr.com/photos/freg/541839566/"><img src="http://farm2.static.flickr.com/1014/541839566_e6bdee3178_m.jpg" width="180" height="240" alt="Finals" title="finals" style="border: 0pt none" /></a><br />Photo by <a href="http://www.flickr.com/photos/freg/">Æ’reg</a></div>
<p>This may seem like an obvious one, but it&#8217;s also one of the most important. It&#8217;s easy to procrastinate <i>anything</i> when you&#8217;re in the dorms. There&#8217;s always someone to hang out with or somewhere to go. I don&#8217;t know about you, but I never studied in high school. That bad habit followed me into college. As I walked into my midterms and finals, I became really anxious and I realized what a bad idea it had been to only study for 15 minutes.</p>
<p>It wasn&#8217;t until finals of Spring term that I realized how <i>extremely</i> helpful it was to put a sincere effort into studying. I got an A on all my tests that term. Midterms and finals are worth a majority of your grade in most classes, so that&#8217;s where your efforts should be focused. I studied a few hours for each test (with my <b>study groups</b> *nudge nudge*). When I walked into each test, I was no longer anxious because I was confident that I knew most of the answers. Part of the reason I was so confident is because I knew what kind of tests the professors were going to give, so I knew how to study. Some of my finals were just a combination of the questions from the midterms.</p>
<h3>#4 Get involved</h3>
<p>I spent most of my freshman year giving <a href="http://en.wikipedia.org/wiki/Free_Hugs_Campaign">free hugs</a> and it was <i>fantastic</i>, but I sometimes wish I had done more. Obviously the opportunity to join clubs and attend events will always be there, but freshman year is the ideal time to start. There are always tons of events on the bulletin board in your dorm. Some are specific to your dorm/complex, some are specific to a certain club and some are for everybody. Find some that interest you, grab some friends, and go to them!</p>
<h3>#6 If you don&#8217;t like your roommate, switch</h3>
<p>You may come across as rude, but I watched people suffer for nine months with a roommate they despised, and it&#8217;s not a pretty sight. Don&#8217;t be too hasty to switch roommates though. College is about new experiences, so if you think you could learn something new from staying with your roommate, then tough it out. If you know you&#8217;ll never be able to stand them, then switch right away.</p>
<h3>#7 Go to sporting events</h3>
<p>I&#8217;m not into sports and I didn&#8217;t go any of the games last year. In hindsight, I really wish I had. I definitely plan on going to some this year. Most colleges will give you tickets for free if you are student (U of O does!). The only catch is that you usually have to wake up early to stand in line to get tickets for the good games, but that&#8217;s half the fun!</p>
<h3>#8 Figure out housing for the next year</h3>
<p>Decide if you want to have a house or apartment for the next year. Start looking for people you think you&#8217;ll want to live with. After you get back from winter break, ask people if they want to room with you and start looking for the place you&#8217;ll want. That&#8217;ll give you plenty of time to make arrangements with your future landlord. Don&#8217;t wait until the last minute.</p>
<p>If you&#8217;re looking for an apartment, check out <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=1mrlkB232xGjJDdwXqIxGw">this nifty tool</a> that searches craigslist and displays the results on a map for you.</p>
<h3>#9 Don&#8217;t buy books until you <i>need</i> them</h3>
<div style="float: left; width: 200px; text-align: center;"><a href="http://www.flickr.com/photos/vaedri/1099436556/" title="Textbooks"><img src="http://farm2.static.flickr.com/1129/1099436556_43b4948be7_m.jpg" width="180" height="240" alt="Textbooks" title="Textbooks" style="border: 0pt none;" /></a><br />Photo by <a href="http://www.flickr.com/photos/vaedri/">Vaedri1</a></div>
<p>Every term, you will usually need to buy $50-$250 worth of books. At the end of each term, I realized that there were some books that I hadn&#8217;t even opened once. During my last term, I decided not to buy any books until I <i>needed</i> them (I already had the math book that I needed). I waited until the professor required (not suggested) a reading out of the book. I ended up only buying one book that term and I split the cost with one of my dorm mates who was in the class with me.</p>
<p>Take this advice with a grain of salt. Obviously you need to buy math books to do your assignments. Some books sell out and are hard to get a hold of, so you might not want to wait on <i>all</i> your books. Also, I don&#8217;t do as much of the reading for classes as I should, so my definition of <i>needing</i> the book is probably different than someone more studious.</p>
<p>When you do have to buy a book, split the cost with someone in your dorm and share the book when you have to use it. This will save you a bundle of money. Always buy used books when you have the option.</p>
<p>That&#8217;s all I have! If you find this useful, leave a comment and let me know. If you have some of your own tips for dorm life or for college life, please share them!</p>
<p>Be on the look out next year for a Sophomore version of this blog about how to live in a house or apartment and deal with bills/rent, parties and neighbors.</p>
<p><ins datetime="2007-08-24T22:46:29+00:00" style="text-decoration: none;"><b>Update:</b> I&#8217;m as perplexed as the rest of you about where #5 disappeared to. Perhaps it&#8217;s absence is just another lesson: Don&#8217;t write papers at 4 in the morning the day before they&#8217;re due (because that&#8217;s about what time I wrote this blog).</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://auzigog.com/2007/08/24/9-survival-tips-for-college-freshman/feed/</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
	</channel>
</rss>

