<?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>Miles Sebesta - Animator and Web Designer</title>
	<atom:link href="http://www.milessebesta.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.milessebesta.com</link>
	<description>Miles Sebesta Animator</description>
	<lastBuildDate>Sat, 18 Feb 2012 04:19:53 +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>Auto restoring all mysql databases within a directory</title>
		<link>http://www.milessebesta.com/2012/02/17/web-design/auto-restoring-all-mysql-databases-within-a-directory/</link>
		<comments>http://www.milessebesta.com/2012/02/17/web-design/auto-restoring-all-mysql-databases-within-a-directory/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 04:16:32 +0000</pubDate>
		<dc:creator>Miles</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[web site]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.milessebesta.com/?p=281</guid>
		<description><![CDATA[Here is a simple ssh code to restore all databases within a directory.  This is an automated batch restore.  Meaning you don&#8217;t have to sit there entering commands all night long.  This is great if you are migrating databases to &#8230;<p class="read-more"><a href="http://www.milessebesta.com/2012/02/17/web-design/auto-restoring-all-mysql-databases-within-a-directory/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Here is a simple ssh code to restore all databases within a directory.  This is an automated batch restore.  Meaning you don&#8217;t have to sit there entering commands all night long.  This is great if you are migrating databases to a new server.  Or, if God forbids you have to store all mysql databses on your server for whatever reason.</p>
<p><span id="more-281"></span></p>
<p>First dump all of your mysql databases into a temporary directory as sql.gz archived files. Make sure the sql.gz file is the same name as your database name.   Meaning if the database name is milesanimates then make sure the archived file is titled milesanimates.sql.gz.  This command only works if the  mysql database archived as a .sql.gz file.  It takes the name of the file and stores it into a database named the same.  CD into the directory and run the following command.</p>
<blockquote><p>ls *.gz | awk -F. &#8216;{print $1}&#8217; | while read A; do zcat $A.sql.gz | mysql $A; done
</p></blockquote>
<p>If it doesn&#8217;t run correctly it means that the database doesn&#8217;t exist on the server.  If that is the case then run this command first to create all of the databases.</p>
<blockquote><p>ls *.gz | awk -F. &#8216;{print $1}&#8217; | while read A; do echo &#8220;mysqladmin create $A&#8221;; done</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.milessebesta.com/2012/02/17/web-design/auto-restoring-all-mysql-databases-within-a-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animation Clean Up &#8211; Tracking Arcs With Sketch it!</title>
		<link>http://www.milessebesta.com/2012/01/19/animation/animation-clean-up-tracking-arcs-with-sketch-it/</link>
		<comments>http://www.milessebesta.com/2012/01/19/animation/animation-clean-up-tracking-arcs-with-sketch-it/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 16:54:46 +0000</pubDate>
		<dc:creator>Miles</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[animation tips]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[maya animation tips]]></category>

		<guid isPermaLink="false">http://www.milessebesta.com/?p=272</guid>
		<description><![CDATA[When doing clean-up work sometimes it is hard to track the arcs. There are a few ways that animators can track and figure out the arcs of a motion. One, use an arc tracker program and track it in Maya. &#8230;<p class="read-more"><a href="http://www.milessebesta.com/2012/01/19/animation/animation-clean-up-tracking-arcs-with-sketch-it/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>When doing clean-up work sometimes it is hard to track the arcs.  There are a few ways that animators can track and figure out the arcs of a motion.  One, use an arc tracker program and track it in Maya. Two, and easiest way, get a dry erase marker and plot points on the screen.  But using a dry erase marker on your screen might leave it dirty. Also, sometimes arc trackers are more complicated than need be.<br />
<span id="more-272"></span><br />
For those that want to take a traditional dry erase marker approach but don&#8217;t want to get their screen dirty then there is an alternative method. What is the solution? download a program like &#8220;Sketch It&#8221; for windows computers. It took me a long time to find a sketching program that worked well on windows.  For apple there are a few of them already out there just google &#8220;apple, drawing on screen&#8221;.  But, for us poor PC users I would suggest using <a href="http://wilzmodz.com/index.php?option=com_content&amp;task=view&amp;id=37&amp;Itemid=74" target="_blank">Sketch It</a>. Sketch it is free and works perfectly with Maya. It isn&#8217;t bloated, full of spyware, or have any &nbsp;viruses. You can download the program from <a href="http://download.cnet.com/Sketch-It/3000-2072_4-10907817.html?tag=mncol;6" target="_blank" class="">Download.cnet.com</a>. &nbsp;Download.cnet.com will provide you with a &#8220;secure download&#8221; if you don&#8217;t believe me.</p>
<p>I hope this makes animating arcs a bit easier for you.</p>
<p>Happy animating.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milessebesta.com/2012/01/19/animation/animation-clean-up-tracking-arcs-with-sketch-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Coding your Keys in Maya</title>
		<link>http://www.milessebesta.com/2012/01/18/animation/color-coding-your-keys-in-maya/</link>
		<comments>http://www.milessebesta.com/2012/01/18/animation/color-coding-your-keys-in-maya/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 23:48:36 +0000</pubDate>
		<dc:creator>Miles</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[animation tips]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[maya animation tips]]></category>

		<guid isPermaLink="false">http://www.milessebesta.com/?p=263</guid>
		<description><![CDATA[I like to color code my key&#8217;s and inbetween key&#8217;s when animating in Maya. However, I do not like using Maya&#8217;s default between keys. Why? because whenever you place in a between key in maya it will move and slide &#8230;<p class="read-more"><a href="http://www.milessebesta.com/2012/01/18/animation/color-coding-your-keys-in-maya/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I like to color code my key&#8217;s and inbetween key&#8217;s when animating in Maya. However, I do not like using Maya&#8217;s default between keys. Why? because whenever you place in a between key in maya it will move and slide around when adjusting keys around it. Below are two examples of the problem. The red ticks are keys and the green is an in-between.</p>
<p>Before:<br />
<a href="http://www.milessebesta.com/wp-content/uploads/2012/01/keys-on.jpg" class=""><img src="http://www.milessebesta.com/wp-content/uploads/2012/01/keys-on.jpg" alt="" title="keys-on" width="751" height="151" class="aligncenter size-full wp-image-265"></a></p>
<p>Afters sliding the right key over one:<br />
<a href="http://www.milessebesta.com/wp-content/uploads/2012/01/ticks-off.jpg" class=""><img src="http://www.milessebesta.com/wp-content/uploads/2012/01/ticks-off.jpg" alt="" title="ticks-off" width="845" height="158" class="aligncenter size-full wp-image-264"></a><br />
As you can see the green tick slides into an gross position. It isn&#8217;t on an actual frame.  To prevent this from happening you have to do a little mel scripting magic.</p>
<p>Here is how you can fix the problem if you like colored in-betweens like I do.<br />
<span id="more-263"></span><br />
First open maya and go to Window &gt; Settings &gt; Hotkey Editor. Under Categories find &#8220;Animate&#8221;, highlight it.</p>
<p>Next on the bottom right hand side of the &#8220;Hotkey Editor&#8221; window click &#8220;New&#8221;.</p>
<p>Name the new hotkey something like &#8220;AddColoredKey&#8221;. Under description &#8220;Change key to special color&#8221;. Choose &#8220;Mel&#8221; as the language.  Then in the command box copy and paste this code:</p>
<blockquote><p>performSetKeyframeArgList 1 {&#8220;0&#8243;, &#8220;animationList&#8221;};<br />
keyframe -time `currentTime -q` -tds 1;</p></blockquote>
<p>This code first creates a key and then changes the key color using the -tds command.</p>
<p>Hit &#8220;Accept&#8221;.</p>
<p>Next assign this new hotkey to a key you want for me I picked &#8220;i&#8221; because it makes sense, i is for in-between.  To do this in the &#8220;Assign New Hotkey&#8221; box on the top right hand side enter &#8220;i&#8221; into key.  Then click &#8220;Assign&#8221;, you might get some messages saying that you will overwrite current hotkeys, if you want to overwrite them, which I do for &#8220;i&#8221; since I never use that command hit okay.</p>
<p>Finally make sure you hit &#8220;SAVE&#8221; on the bottom left hand side.</p>
<p>Now you should be able to go into the animation timeline and hit the letter &#8220;i&#8221; on your keyboard.  This should enter in a green tween key. You can now slide the other keys around without having it effect the positioning of the in-between.</p>
<p>Happy animating.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milessebesta.com/2012/01/18/animation/color-coding-your-keys-in-maya/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animation Inspiration &#8211; Blip</title>
		<link>http://www.milessebesta.com/2012/01/13/animation/animation-inspiration-blip/</link>
		<comments>http://www.milessebesta.com/2012/01/13/animation/animation-inspiration-blip/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 07:51:58 +0000</pubDate>
		<dc:creator>Miles</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.milessebesta.com/?p=259</guid>
		<description><![CDATA[Here is a cute animation from Ben Harper and Sean Mullen. About two rival aliens, the red and blue. I love the simple story line and design. A brilliant little piece of animation. Blip from Giant Creative on Vimeo. Stay &#8230;<p class="read-more"><a href="http://www.milessebesta.com/2012/01/13/animation/animation-inspiration-blip/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Here is a cute animation from Ben Harper and Sean Mullen. About two rival aliens, the red and blue.  </p>
<p>I love the simple story line and design.  A brilliant little piece of animation.</p>
<p><iframe src="http://player.vimeo.com/video/33907772?title=0&amp;byline=0&amp;portrait=0" width="400" height="340" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<p><a href="http://vimeo.com/33907772">Blip</a> from <a href="http://vimeo.com/giantcreative">Giant Creative</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Stay young, watch animation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milessebesta.com/2012/01/13/animation/animation-inspiration-blip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Monster in Paris</title>
		<link>http://www.milessebesta.com/2012/01/11/animation/a-monster-in-paris/</link>
		<comments>http://www.milessebesta.com/2012/01/11/animation/a-monster-in-paris/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 05:51:40 +0000</pubDate>
		<dc:creator>Miles</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.milessebesta.com/?p=256</guid>
		<description><![CDATA[This is a simply beautiful animation. I love it, I have watched it so many times. Very elegant and never gets old. I hope you enjoyed this animation as much as I do. Stay inspired. A Monster In Paris (English) &#8230;<p class="read-more"><a href="http://www.milessebesta.com/2012/01/11/animation/a-monster-in-paris/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>This is a simply beautiful animation.  I love it, I have watched it so many times.  Very elegant and never gets old.  </p>
<p>I hope you enjoyed this animation as much as I do.  Stay inspired.</p>
<p><iframe src="http://player.vimeo.com/video/29861495?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<p><a href="http://vimeo.com/29861495">A Monster In Paris (English) La Seine</a> from <a href="http://vimeo.com/user8737340">kinkachu</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milessebesta.com/2012/01/11/animation/a-monster-in-paris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Tips For Choosing A Web Developer.</title>
		<link>http://www.milessebesta.com/2012/01/03/web-design/6-tips-for-choosing-a-web-developer/</link>
		<comments>http://www.milessebesta.com/2012/01/03/web-design/6-tips-for-choosing-a-web-developer/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 07:36:36 +0000</pubDate>
		<dc:creator>Miles</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web site]]></category>
		<category><![CDATA[web site design]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.milessebesta.com/?p=249</guid>
		<description><![CDATA[When choosing a web developer or designer there are a few things to consider before you spend. 1. Choose a local developer. I am a firm believer that you will get better production quality and work if you stay local. &#8230;<p class="read-more"><a href="http://www.milessebesta.com/2012/01/03/web-design/6-tips-for-choosing-a-web-developer/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>When choosing a web developer or designer there are a few things to consider before you spend.</p>
<p>1. Choose a local developer.</p>
<p>I am a firm believer that you will get better production quality and work if you stay local. Meaning if you live in Tulare or Visalia California choose someone from Tulare or Visalia. It is okay to choose a developer from a few counties a way but I would advise against doing work with someone that is more than a day&#8217;s drive away. Why? because with a local designer you can talk to them in person. Yes, I know this is a strange concept in skype and twitter age world. But to be honest with you, these technologies only work so well, people lose e-mails. It is a lot easier to go over color schemes and designs in person than trying to explain it over the internet. Plus, when you don&#8217;t outsource to other countries it helps your local economy and networking circle.</p>
<p><span id="more-249"></span></p>
<p>2. Realize your budget and be realistic.</p>
<p>If you have a small budget then don&#8217;t expect a spaceship you will probably get a scooter. Stay away from developers that say they can give you a custom site for only $200 dollars. They are not telling you the truth. They are probably going to just give you a template and send you on your way. If you are short on cash I would recommend finding a developer that is honest that you are getting a template. Templates are not always bad, nowadays you can get nice ones for cheap. However, I would stay away from template sites like godaddy.com or oneandone.com. You can get better quality templates for nearly the same price from most local designers. Most developers would be happy to set-up customers with low cost templates, it is a quick buck. I know with a few customers I have offered them packages of finding a template, buying the template, installing the template, making a few hours of customization of the template, and instruction on how to edit the site for around $350 bucks. If someone is offering more than this for that price, I would be amazed. They are not telling you something, you don&#8217;t want to do business with those types of people.</p>
<p>3. Monthly fees are not always good.</p>
<p>A lots of web development companies have monthly fees. Most of the fees are legit and needed to insure good quality service. For example, spam filter\mailbox fees and web site hosting fees.<br />
Now when buying a web site there are usually a few ways to pay the developers. One, pay a lump sum in cash and two, pay monthly fees. If you are getting a service, a custom web site, or a template web site be weary of monthly fees. Know what happens to your site if the developer goes out of business.</p>
<p><span style="color: rgb(65, 56, 48); font-size: 16px; line-height: 20px; background-color: rgb(255, 255, 255); ">Both payment methods have their advantages and disadvantages.&nbsp;</span>Usually when you pay a lump sum for a web site, you the buyer, owns the content. When you pay monthly fees you are essentially renting the site from the company. Lump sums usually means you own it but you might not get support after the site is handed over to you. On a monthly contract you often get a few hours free of support. If you are renting you need to know what happens if the developer goes under. Things happen, I have seen it before. One minute you have a web site the next you don&#8217;t because the developer lost his shirt but owns the site. If you own the site the hosting company will have to tell you before they go under or if they are in trouble. This will give you enough time to move your site to another hosting company.</p>
<p>4. Be cautious of proprietary software.</p>
<p>I am not a fan of in house content management systems and shopping carts. I think that there are a lots of awesome opensource, or shareware, systems that do the job. There is no need for a developer to re-invent the wheel. If they want to build something from the ground up the cost of the web site will probably be higher. Now if you are selling some wacky product that requires a strange shopping cart then yes, you might need a custom cart. But most customers just need a system like Magento to handle their transactions. A good developer will have his or her favorite shopping carts and recommend a suitable one for you. Go with whatever one they have the most experience with. This will lower production time because they will feel comfortable with the code. If they are masters at their system of choice they will be able to alter the shopping cart and create any needed plugins do satisfy your needs. Also a major plus is that if for some reason you are not satisfied with the design you can have another web developer easily look at the code. If the system is proprietary it is harder for outsiders to understand what is going on. This in the end will cost you more if you need to fix anything without the help of the original designer. So ask them what content management system they would like to use and then research it before you buy.</p>
<p>5. Get a professional.</p>
<p>Just don&#8217;t. Don&#8217;t hire some neighbor kid from next door. Get a professional like when you get a nice haircut.</p>
<p>6. Shop around.</p>
<p>Don&#8217;t just talk to one web developer shop around. If you are in Visalia California google Visalia Web Site Designers. Then call up four or five of the top designers in Visalia, California. Ask them for references. The first web developer on google is not always the best.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milessebesta.com/2012/01/03/web-design/6-tips-for-choosing-a-web-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Command, WordPress Version and location</title>
		<link>http://www.milessebesta.com/2012/01/03/web-design/linux-command-wordpress-version-and-location/</link>
		<comments>http://www.milessebesta.com/2012/01/03/web-design/linux-command-wordpress-version-and-location/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 22:26:54 +0000</pubDate>
		<dc:creator>Miles</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[web site]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress template]]></category>

		<guid isPermaLink="false">http://www.milessebesta.com/?p=244</guid>
		<description><![CDATA[For web hosts out there that need to know where all wordpress installs are located on their server use the following command from root access: locate wp-includes/version.php &#124; xargs -l1 grep -H &#8220;wp_version =&#8221;]]></description>
			<content:encoded><![CDATA[<p>For web hosts out there that need to know where all wordpress installs are located on their server use the following command from root access:<br />
<span id="more-244"></span></p>
<blockquote><p>locate wp-includes/version.php | xargs -l1 grep -H &#8220;wp_version =&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.milessebesta.com/2012/01/03/web-design/linux-command-wordpress-version-and-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animation Cleanup &#8211; Quicktime tip</title>
		<link>http://www.milessebesta.com/2011/12/03/animation/animation-cleanu-quicktime-tip/</link>
		<comments>http://www.milessebesta.com/2011/12/03/animation/animation-cleanu-quicktime-tip/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 01:27:42 +0000</pubDate>
		<dc:creator>Miles</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[animation tips]]></category>

		<guid isPermaLink="false">http://www.milessebesta.com/?p=229</guid>
		<description><![CDATA[After weeks of working\staring that the same 10 seconds of animation your eyes can start to betray you.  It seems to me that when you do a task over and over again often our brain starts to take over and &#8230;<p class="read-more"><a href="http://www.milessebesta.com/2011/12/03/animation/animation-cleanu-quicktime-tip/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>After weeks of working\staring that the same 10 seconds of animation your eyes can start to betray you.  It seems to me that when you do a task over and over again often our brain starts to take over and ignore the rest of your body.  In highschool my music instructor would always scream at the band, &#8220;Read the sheet music don&#8217;t listen to the melody in your head.&#8221;  After days and days of practicing the same piece of music over and over again the rhythms would morph into what we liked rather than what we saw.  <span id="more-229"></span>This happens to me when animating.  To get over this I will often flip the video sequence horizontally.  Personally I prefer to playblast from maya into quicktime.  Then in quicktime I will flip the canvas.  You will be amazed at how many issues in your animation you can catch with a new set of eyes.</p>
<p>Here is how to flip your playblast in quicktime pro:</p>
<p>First open the file and go to Window &gt; Show Movie Properties.</p>
<p>Next, highlight the &#8220;Video Track&#8221; in the pop up window. Then select the button circled in the image below.</p>
<p><a href="http://www.milessebesta.com/wp-content/uploads/2011/12/quicktime.jpg"><img class="alignnone size-full wp-image-230" title="quicktime" src="http://www.milessebesta.com/wp-content/uploads/2011/12/quicktime.jpg" alt="" width="580" /></a></p>
<p>Now close the window and play your animation!</p>
<p>Hope this takes your animation to the next level.  Happy animating.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milessebesta.com/2011/12/03/animation/animation-cleanu-quicktime-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elk Hair Caddis  by Tumblehead</title>
		<link>http://www.milessebesta.com/2011/12/03/animation/elk-hair-caddis-by-tumblehead/</link>
		<comments>http://www.milessebesta.com/2011/12/03/animation/elk-hair-caddis-by-tumblehead/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 09:01:37 +0000</pubDate>
		<dc:creator>Miles</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.milessebesta.com/?p=236</guid>
		<description><![CDATA[An awesome animated short named Elk Hair Caddis from Tumblehead on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/9882509?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<p>An awesome animated short named <a href="http://vimeo.com/9882509">Elk Hair Caddis</a> from <a href="http://vimeo.com/psmith">Tumblehead</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milessebesta.com/2011/12/03/animation/elk-hair-caddis-by-tumblehead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favorite Linux Commands</title>
		<link>http://www.milessebesta.com/2011/12/02/web-design/favorite-linux-commands/</link>
		<comments>http://www.milessebesta.com/2011/12/02/web-design/favorite-linux-commands/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 00:41:21 +0000</pubDate>
		<dc:creator>Miles</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[web site]]></category>
		<category><![CDATA[web site design]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.milessebesta.com/?p=220</guid>
		<description><![CDATA[Here are some basic linux commands that every web site designer should memorize. I personally love moving files from root level. It is much faster to install software like magento, wordpress, joomla, and etc. Trying to install magento through ftp &#8230;<p class="read-more"><a href="http://www.milessebesta.com/2011/12/02/web-design/favorite-linux-commands/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Here are some basic linux commands that every web site designer should memorize. I personally love moving files from root level. It is much faster to install software like magento, wordpress, joomla, and etc. Trying to install magento through ftp is a pain. Doing it through ftp can turn into a whole day adventure if you have a poor internet connection. Knowing these commands should cut down on your production time.</p>
<p><span id="more-220"></span><strong>Help command:</strong><br />
If there is a command that you need help with and would like to know more about you can always type <strong>- -help</strong>. For example <strong>cp  - -help</strong> will print all information regarding copy paste that you might need to know about.</p>
<p><strong>Listing files in a directory:</strong></p>
<blockquote><p>ls directorynamme</p></blockquote>
<p>This will print out the sub-directories and files within a directory.</p>
<p>&nbsp;</p>
<p><strong>Moving to a different directory:</strong></p>
<blockquote><p>cd /move/to/folder/you/want</p></blockquote>
<p>Remember that in linux everything is / not \.</p>
<p>&nbsp;</p>
<p><strong>Copy and paste a file:</strong></p>
<blockquote><p>cp /file/to/copy.html /file/to/copyto.html</p></blockquote>
<p>This will copy a file named copy.html and paste it\create copyto.html in the same directory.</p>
<p>&nbsp;</p>
<p><strong>Copy and paste a directory:</strong></p>
<blockquote><p>cp -R /directorytocopy /directorytocopyto</p></blockquote>
<p>When when copying a directory you need to use the recursive command, -R, to copy all the file within the directory.</p>
<p>&nbsp;</p>
<p><strong>Making a directory/folder</strong></p>
<blockquote><p>mkdir directoryname</p></blockquote>
<p>&nbsp;</p>
<p><strong>Remove a file</strong></p>
<blockquote><p>rm filename.html</p></blockquote>
<p>&nbsp;</p>
<p><strong>Remove a directory\folder</strong></p>
<blockquote><p>rm -fR directoryname</p></blockquote>
<p>When removing a directory you once again have to use the recursive command. However this time you will notice that there is a f infront of the R. F stands for force. If you just use -R the system will ask you if you want to delete a specific file within the folder. It will keep asking you on every single file. To avoid this put an f infront of the R.</p>
<p>&nbsp;</p>
<p><strong>Changing ownership</strong></p>
<blockquote><p>chown username:groupname /folderorfile</p></blockquote>
<p>This will change the ownership of a single file or folder. If you are trying to change the ownership of the directory and the files/subdirectories within the main directory you will have to use the recursive, -R command.</p>
<p>Here is a short cut to changing an username and group name to the same:</p>
<blockquote><p>chown usernameandgroupname. /folderorfile</p></blockquote>
<p>This will change the user and group to usernameandgroupname. This is the same as typing out chown usernameandgroupname:usernameandgroupname /folderorfile</p>
<p>&nbsp;</p>
<p><strong>Changing permissions</strong></p>
<blockquote><p>chmod 755 /folderorfile</p></blockquote>
<p>This will change the permissions of the files.</p>
<p>&nbsp;</p>
<p><strong>Mysql dump</strong></p>
<blockquote><p>mysqldump -u username -p databasename &gt; mysqlbackup.sql</p></blockquote>
<p>Or</p>
<blockquote><p>mysqldump databasename &gt; mysqlbackup.sql</p></blockquote>
<p>This copies your mysql database.</p>
<p>&nbsp;</p>
<p><strong>Mysql restore</strong></p>
<blockquote><p>mysql -u username -p database &lt; mysqlbackup.sql</p></blockquote>
<p>Or</p>
<blockquote><p>mysql databasename &lt; mysqlbackup.sql</p></blockquote>
<p>This restores your mysql database from the dumped file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milessebesta.com/2011/12/02/web-design/favorite-linux-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: milessebesta.com @ 2012-02-22 15:30:08 -->
