<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://etcwiki.org/index.php?action=history&amp;feed=atom&amp;title=First_Setup_-_Raspberry_Pi</id>
	<title>First Setup - Raspberry Pi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://etcwiki.org/index.php?action=history&amp;feed=atom&amp;title=First_Setup_-_Raspberry_Pi"/>
	<link rel="alternate" type="text/html" href="http://etcwiki.org/index.php?title=First_Setup_-_Raspberry_Pi&amp;action=history"/>
	<updated>2026-05-31T05:19:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://etcwiki.org/index.php?title=First_Setup_-_Raspberry_Pi&amp;diff=3239&amp;oldid=prev</id>
		<title>Ddxfish: Ddxfish moved page Raspberry Pi Initial Setup to First Setup - Raspberry Pi</title>
		<link rel="alternate" type="text/html" href="http://etcwiki.org/index.php?title=First_Setup_-_Raspberry_Pi&amp;diff=3239&amp;oldid=prev"/>
		<updated>2013-09-25T18:12:32Z</updated>

		<summary type="html">&lt;p&gt;Ddxfish moved page &lt;a href=&quot;/wiki/Raspberry_Pi_Initial_Setup&quot; class=&quot;mw-redirect&quot; title=&quot;Raspberry Pi Initial Setup&quot;&gt;Raspberry Pi Initial Setup&lt;/a&gt; to &lt;a href=&quot;/wiki/First_Setup_-_Raspberry_Pi&quot; title=&quot;First Setup - Raspberry Pi&quot;&gt;First Setup - Raspberry Pi&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is a brief guide to what you do with your Raspberry Pi after you boot it up. These commands will improve your life a little, update your packages, and install VIM (text based editor) that I use for most of my guides. nano is also acceptable as an editor if you do not want to learn vim.&lt;br /&gt;
&lt;br /&gt;
==Raspberry Pi Initial Setup==&lt;br /&gt;
change root password&lt;br /&gt;
 sudo passwd&lt;br /&gt;
update OS and install vim (text editor)&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get upgrade&lt;br /&gt;
 apt-get install vim&lt;br /&gt;
You will need to edit your bash properties in 2 files, start with&lt;br /&gt;
 vim /root/.bashrc&lt;br /&gt;
Add aliases to the end of /root/.bashrc and /root/.bash_profile&lt;br /&gt;
 alias ls=&amp;#039;ls -al --color&amp;#039;&lt;br /&gt;
 alias goho=&amp;#039;cd /home/pi&amp;#039;&lt;br /&gt;
 alias gogp=&amp;#039;cd /home/pi/gpio&amp;#039;&lt;br /&gt;
 alias savepi=&amp;#039;chown -R pi:pi /home/pi&lt;br /&gt;
 export PS1=&amp;quot;\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[0;31m\]\u@\h\[\033[00m\] \[\033[01;34m\]\w \$\[\033[00m\]&amp;quot;&lt;br /&gt;
To copy all of this to its sister file:&lt;br /&gt;
 cat /root/.bashrc &amp;gt; /root/.bash_profile&lt;br /&gt;
[[Category:Raspberry Pi]]&lt;/div&gt;</summary>
		<author><name>Ddxfish</name></author>
	</entry>
</feed>