<?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>Most Accurate Bowshot Ever</title>
	<atom:link href="http://archlinux.me/msx/feed/" rel="self" type="application/rss+xml" />
	<link>http://archlinux.me/msx</link>
	<description>An Archer&#039;s training camp.</description>
	<lastBuildDate>Tue, 23 Oct 2012 00:17:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Happy Halloween archers =)</title>
		<link>http://archlinux.me/msx/2012/10/22/happy-halloween-archers/</link>
		<comments>http://archlinux.me/msx/2012/10/22/happy-halloween-archers/#comments</comments>
		<pubDate>Tue, 23 Oct 2012 00:17:59 +0000</pubDate>
		<dc:creator>msx</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://archlinux.me/msx/?p=496</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a href="http://i.imgur.com/ABvkW.jpg"><img src="http://i.imgur.com/ABvkW.jpg" alt="Arch rocks!" height=576 witdh=1024 /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/msx/2012/10/22/happy-halloween-archers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BufferMenu+: an enhanced BufferMenu for Emacs</title>
		<link>http://archlinux.me/msx/2012/10/09/buffermenu-an-enhanced-buffermenu-for-emacs/</link>
		<comments>http://archlinux.me/msx/2012/10/09/buffermenu-an-enhanced-buffermenu-for-emacs/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 11:58:50 +0000</pubDate>
		<dc:creator>msx</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://archlinux.me/msx/?p=460</guid>
		<description><![CDATA[I&#8217;m happy to announce my first contribution to the AUR in the form of a helper mode for Emacs. BufferMenu+ brings some interesting features to the buffer-menu routine like adding a new &#8220;size&#8221; column, fancy colored columns (makes it easier to work with the buffer menu), the ability to sort buffers by any column criteria [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" src="http://i.imgur.com/TAmiY.png" alt="" style="margin:0px 20px 30px 0px;" /><br />
I&#8217;m happy to announce my first contribution to the AUR in the form of a helper mode for Emacs.<br />
BufferMenu+ brings some interesting features to the buffer-menu routine like adding a new &#8220;size&#8221; column, fancy <a href="http://i.imgur.com/vlQhS.png">colored columns</a> (makes it easier to work with the buffer menu), the ability to sort buffers by any column criteria and the ability to choose the default column for sorting buffers among other interesting things.<br />
&nbsp;<br />
More info here: <strong><a href="https://aur.archlinux.org/packages.php?ID=63449">AUR:emacs-buffmenu+</a></strong><br />
&nbsp;<br />
Special thanks goes to @falconindy for helping me get this working.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/msx/2012/10/09/buffermenu-an-enhanced-buffermenu-for-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent files in Emacs</title>
		<link>http://archlinux.me/msx/2012/10/09/recent-files-in-emacs/</link>
		<comments>http://archlinux.me/msx/2012/10/09/recent-files-in-emacs/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 05:37:19 +0000</pubDate>
		<dc:creator>msx</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://archlinux.me/msx/?p=404</guid>
		<description><![CDATA[I think you will be glad to add this mode to your ~/.emacs file if you use Emacs as your primary text editor or IDE: &#160; ;Enable recentf (recent files mode) ;M-x recentf-mode (require &#8216;recentf) (recentf-mode 1) (global-set-key (kbd &#8220;C-x C-g&#8221;) &#8216;recentf-open-files) ;If you make extensive use of Tramp, recentf will track those files too, [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" src="http://i.imgur.com/TAmiY.png" alt="" style="margin: 0px 20px 0px 0px;" /></p>
<p>I think you will be glad to add this mode to your ~/.emacs file if you use Emacs as your primary text editor or IDE:<br />
&nbsp;<br />
<em>;Enable recentf (recent files mode)<br />
;M-x recentf-mode<br />
(require &#8216;recentf)<br />
(recentf-mode 1)<br />
(global-set-key (kbd &#8220;C-x C-g&#8221;) &#8216;recentf-open-files)<br />
;If you make extensive use of Tramp, recentf will track those files too, and do it&#8217;s periodic cleanup thing which can be a real mess since the files are remote. Prevent this by putting this in your startup file:<br />
(setq recentf-auto-cleanup &#8216;never)</em></p>
<p>This way every time you need to access an often used file just press C-x C-g.<br />
Of course this can be mapped to anywhere else &#8211; and I&#8217;m sure C-x C-d is far convenient, but as I like to keep things vanilla because this easies to work on different systems not owned by me I prefer to bind recentf-mode to an unused key combination.</p>
<p>Enjoy!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/msx/2012/10/09/recent-files-in-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I love this picture from Revolution OS</title>
		<link>http://archlinux.me/msx/2012/09/28/i-love-this-picture-i-clipped-from-revolution-os/</link>
		<comments>http://archlinux.me/msx/2012/09/28/i-love-this-picture-i-clipped-from-revolution-os/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 03:44:29 +0000</pubDate>
		<dc:creator>msx</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[RevolutionOS]]></category>
		<category><![CDATA[Richard Stallman]]></category>

		<guid isPermaLink="false">http://archlinux.me/msx/?p=326</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><img src="https://lh5.googleusercontent.com/-dkejlFp1wwU/UGUaScVXbqI/AAAAAAAAAhw/92u9cktx-Zo/s1222/stallman+free+software.png" alt="With Free Software you have Freedom" /></p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/msx/2012/09/28/i-love-this-picture-i-clipped-from-revolution-os/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Time to relax</title>
		<link>http://archlinux.me/msx/2012/09/27/just-relax/</link>
		<comments>http://archlinux.me/msx/2012/09/27/just-relax/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 02:04:27 +0000</pubDate>
		<dc:creator>msx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://archlinux.me/msx/?p=303</guid>
		<description><![CDATA[If you ever has surfed then there&#8217;s nothing much to say about this song &#8211; you will feel like if you&#8217;re sitting on your board enjoying a gentle splash and swaying while you wait for the next wave, living a magical moment. If you never surfed before I&#8217;m confident you will too enjoy this song [...]]]></description>
				<content:encoded><![CDATA[<p>If you ever has surfed then there&#8217;s nothing much to say about this song &#8211; you will feel like if you&#8217;re sitting on your board enjoying a gentle splash and swaying while you wait for the next wave, living a magical moment.<br />
If you never surfed before I&#8217;m confident you will too enjoy this song and I hope the feeling you&#8217;ll get from it will push you to grab a surfboard, hit the ocean and enjoy being alive.<br />
Pura Vida Surfing!!!</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/jdYJf_ybyVo?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/msx/2012/09/27/just-relax/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HP Pavilion dv7-4287cl</title>
		<link>http://archlinux.me/msx/2011/07/28/hp-pavilion-dv7/</link>
		<comments>http://archlinux.me/msx/2011/07/28/hp-pavilion-dv7/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 03:22:48 +0000</pubDate>
		<dc:creator>msx</dc:creator>
				<category><![CDATA[Laptops]]></category>

		<guid isPermaLink="false">http://archlinux.me/msx/?p=77</guid>
		<description><![CDATA[Some days ago I got a brand-new machine but it wasn&#8217;t until yesterday I could finally make it work in a decent way mainly because of the &#8220;hybrid&#8221; video card system (Intel/ATi) &#8211; since this is the first notebook on which I install Arch I&#8217;m still lighting the dark corners, expect to have more info [...]]]></description>
				<content:encoded><![CDATA[<p>Some days ago I got a brand-new machine but it wasn&#8217;t until yesterday I could finally make it work in a decent way mainly because of the &#8220;hybrid&#8221; video card system (Intel/ATi) &#8211; since this is the first notebook on which I install Arch I&#8217;m still lighting the dark corners, expect to have more info in the next days and possibly write a wiki page at Arch about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/msx/2011/07/28/hp-pavilion-dv7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizations / Optimizaciones</title>
		<link>http://archlinux.me/msx/2011/05/02/optimizations-optimizaciones/</link>
		<comments>http://archlinux.me/msx/2011/05/02/optimizations-optimizaciones/#comments</comments>
		<pubDate>Mon, 02 May 2011 05:27:22 +0000</pubDate>
		<dc:creator>msx</dc:creator>
				<category><![CDATA[Tweaks]]></category>

		<guid isPermaLink="false">http://archlinux.me/msx/?p=12</guid>
		<description><![CDATA[Levante la mano el que luego de reinstalar el SO se acordó de exactamente todos los tweaks que fue haciendo en su sistema a lo largo del tiempo&#8230; ¡hum! ¡nadie que use distros rolling-release! jejeje. Si hay algo odioso de tener que reinstalar una rolling-release es tener que tweakearla nuevamente a fondo para dejarla como [...]]]></description>
				<content:encoded><![CDATA[<p>Levante la mano el que luego de reinstalar el SO se acordó de exactamente todos los tweaks que fue haciendo en su sistema a lo largo del tiempo&#8230; ¡hum! ¡nadie que use distros rolling-release! jejeje. Si hay algo odioso de tener que reinstalar una rolling-release es tener que tweakearla nuevamente a fondo para dejarla como la teníamos, porque seamos sinceros: ¿cuántos de Uds. backupean seguido sus archivos de configuración? Hablo en serio: ¿cuántos de Uds. guardan varias versiones del mismo archivo para ir rotándolas a lo largo del tiempo en por lo menos tres lugares distintos? Ok, lo que suponía, bienvenidos al club!! :D</p>
<p>Aunque regularmente realizo backups de /boot y / y ~/.{varios} (tengo /home y /tmp en discos y particiones diferentes)  no viene mal tener una copia más de resguardo en el blog y además poder compartirla con otros usuarios a los que quizás les sirva algo de todo esto, así que sin más preámbulo empiezo:</p>
<p>~/.bash_profile</p>
<p>~ $ cat .bash_profile<br />
term3=$(echo $(/usr/bin/tty | cut -d &#8220;/&#8221; -f3));<br />
term4=$(echo $(/usr/bin/tty | cut -d &#8220;/&#8221; -f4));</p>
<p># Parseamos el archivo de configuración del usuario<br />
. $HOME/.bashrc</p>
<p># Chequeamos que la sesión se inicia en una terminal de texto y que TMUX no está<br />
# corriendo e iniciamos TMUX automáticamente<br />
if [ -z "$DISPLAY" ] &amp;&amp; [ -z "$TMUX" ] ; then tmux; fi;</p>
<p># Chequeamos si el entorno gráfico está corriendo, si no es así<br />
# lo iniciamos<br />
if [[ $term4 -eq 0 ]] &amp;&amp; [[ ! -e "/tmp/.X0-lock" ]]; then<br />
echo -n &#8220;Iniciando entorno gráfico en 5 segundos&#8230; &#8220;;<br />
contador=4<br />
until [  $contador -eq 0 ]; do<br />
sleep 1; echo -n $contador&#8221;, &#8220;;<br />
let contador-=1<br />
done;<br />
sleep 1;<br />
echo $(tput bold)$(tput setaf 7)&#8221;ahora!&#8221;$(tput sgr0); sleep 1;<br />
xinit;<br />
fi;</p>
<p>&nbsp;</p>
<p>~/.bashrc</p>
<p>~ $ cat .bashrc</p>
<p>#&#8212;&#8212;&#8212;&#8211; Definición de variables</p>
<p>#txtblk=&#8217;\e[0;30m' # Black - Regular<br />
#txtred='\e[0;31m' # Red<br />
#txtgrn='\e[0;32m' # Green<br />
#txtylw='\e[0;33m' # Yellow<br />
#txtblu='\e[0;34m' # Blue<br />
#txtpur='\e[0;35m' # Purple<br />
#txtcyn='\e[0;36m' # Cyan<br />
txtwht='\[$(tput sgr0)\]\[$(tput setaf 7)\]&#8216; # White</p>
<p>#[ Bold / Negrita ]<br />
bldblk=&#8217;\[$(tput bold)\]\[$(tput setaf 0)\]&#8216; # Black<br />
bldred=&#8217;\[$(tput bold)\]\[$(tput setaf 1)\]&#8216; # Red<br />
bldgrn=&#8217;\[$(tput bold)\]\[$(tput setaf 2)\]&#8216; # Green<br />
bldylw=&#8217;\[$(tput bold)\]\[$(tput setaf 3)\]&#8216; # Yellow<br />
bldblu=&#8217;\[$(tput bold)\]\[$(tput setaf 4)\]&#8216; # Blue<br />
bldpur=&#8217;\[$(tput bold)\]\[$(tput setaf 5)\]&#8216; # Purple<br />
bldcyn=&#8217;\[$(tput bold)\]\[$(tput setaf 6)\]&#8216; # Cyan<br />
bldwht=&#8217;\[$(tput bold)\]\[$(tput setaf 7)\]&#8216; # White</p>
<p>#unkblk=&#8217;\e[4;30m' # Black - Underline<br />
#undred='\e[4;31m' # Red<br />
#undgrn='\e[4;32m' # Green<br />
#undylw='\e[4;33m' # Yellow<br />
#undblu='\e[4;34m' # Blue<br />
#undpur='\e[4;35m' # Purple<br />
#undcyn='\e[4;36m' # Cyan<br />
#undwht='\e[4;37m' # White</p>
<p>#bakblk='\e[40m'   # Black - Background<br />
#bakred='\e[41m'   # Red<br />
#badgrn='\e[42m'   # Green<br />
#bakylw='\e[43m'   # Yellow<br />
#bakblu='\e[44m'   # Blue<br />
#bakpur='\e[45m'   # Purple<br />
#bakcyn='\e[46m'   # Cyan<br />
#bakwht='\e[47m'   # White</p>
<p>txtrst='\[$(tput sgr0)\]&#8216;    # Text Reset</p>
<p>#&#8212;&#8212;&#8212;&#8211; Comienzo configuración personalizada</p>
<p>#function files_size {</p>
<p>#tput bold; tput setaf 2;<br />
#echo -n &#8220;(&#8220;; tput setaf 7;<br />
#echo -n $(/bin/ls -1 | /usr/bin/wc -l | /bin/sed &#8216;s: ::g&#8217;); echo -n &#8221; archivo(s), &#8220;;<br />
#tput setaf 3;<br />
#echo -n $(/bin/ls -lah | /bin/grep -m 1 total | /bin/sed &#8216;s/total //&#8217;)b;<br />
#tput setaf 2;<br />
#echo &#8220;)&#8221;;</p>
<p>#}</p>
<p># Con reloj<br />
#PS1=&#8221;\n${bldgrn}(${txtwh8}\u@\h en ${bldpur}tty\$(echo $((/usr/bin/tty | /bin/sed -e &#8216;s:/dev/::&#8217;) | cut -d &#8220;/&#8221; -f2))${bldgrn})-(${bldwht}jobs:\j${bldgrn})-(${txtwh8}\A \d${bldgrn})\n(${bldcyn}\$(/bin/ls -1 | /usr/bin/wc -l | /bin/sed &#8216;s: ::g&#8217;) archivo(s), ${bldylw}\$(/bin/ls -lah | /bin/grep -m 1 total | /bin/sed &#8216;s/total //&#8217;)b${bldgrn}) ${bldwht}\w ${txtwh8}$ ${txtrst}&#8221;<br />
#PS1=&#8221;${bldgrn}(${txtwh8}\u@\h en ${bldgrn}tty\$(echo $((/usr/bin/tty | /bin/sed -e &#8216;s:/dev/::&#8217;) | cut -d &#8220;/&#8221; -f2))${bldgrn})-(${bldwht}jobs:\j${bldgrn})\n${bldcyn}(\$(/bin/ls -1 | /usr/bin/wc -l | /bin/sed &#8216;s: ::g&#8217;) archivo(s), ${bldylw}\$(/bin/ls -lah | /bin/grep -m 1 total | /bin/sed &#8216;s/total //&#8217;)b${bldgrn}) ${bldwht}\w ${txtrst}$ ${txtrst}&#8221;<br />
#PS1=&#8221;\n${bldgrn}(${txtrst}\u@\h en ${bldgrn}tty\$(echo $(/usr/bin/tty | cut -d &#8220;/&#8221; -f4))${bldgrn})-(${bldwht}jobs:\j${bldgrn})-(${bldcyn}\$(/bin/ls -1 | /usr/bin/wc -l | /bin/sed &#8216;s: ::g&#8217;) archivo(s), ${bldylw}\$(/bin/ls -lah | /bin/grep -m 1 total | /bin/sed &#8216;s/total //&#8217;)b${bldgrn})\n${bldwht}\w ${bldgrn}$ ${txtrst}&#8221;</p>
<p># actual PS1=&#8221;\n${bldgrn}(${txtrst}\u@\h en ${bldgrn}\$(echo $(/usr/bin/tty | cut -d &#8220;/&#8221; -f3))\$(echo $(/usr/bin/tty | cut -d &#8220;/&#8221; -f4))${bldgrn})-(${bldcyn}jobs:${bldwht}\j${bldgrn})\n${bldwht}\w ${bldgrn}$ ${txtrst}&#8221;</p>
<p># Seteamos las variables de entorno</p>
<p>source /etc/profile     # autojump<br />
export PAGER=/usr/bin/most<br />
export EDITOR=&#8221;joe&#8221;<br />
export PATH=$PATH:/home/msx/bin</p>
<p>#[ -n "$WINDOWID" ] &amp;&amp; transset-df -i $WINDOWID &gt;/dev/null</p>
<p># Programas que ejecutamos al inicio de sesión<br />
#archey3</p>
<p>#DE/WM<br />
alias xa=&#8217;xinit awesome&#8217;<br />
alias xk=&#8217;xinit kde&#8217;<br />
alias xo=&#8217;xinit openbox&#8217;<br />
#alias xx=&#8217;xinit xfce&#8217;</p>
<p>#101 Linux Hacks<br />
alias ..=&#8221;cd ..&#8221;<br />
function mkdircd () { mkdir -p &#8220;$@&#8221; &amp;&amp; eval cd &#8220;\&#8221;\$$#\&#8221;"; }</p>
<p>#comandos generales de GNU/Linux<br />
alias ls=&#8217;ls &#8211;color=always&#8217;<br />
alias ll=&#8217;ls | grep -v \\.&#8217;<br />
alias la=&#8217;ls -ahl&#8217;<br />
alias du=&#8217;du -lh&#8217;<br />
alias df=&#8217;df -lh&#8217;<br />
alias listarfuentes=&#8217;fc-list | sed &#8216;s,:.*,,&#8217; | sort -u&#8217;<br />
#alias man=&#8217;man -Pmost &#8216;<br />
alias ta=&#8217;tar xfzv &#8216;<br />
alias wifi=&#8217;sudo wpa_supplicant -Dnl80211 -iwlan0 -c/etc/wpa_supplicant.conf -B &amp;&amp; sleep 5 &amp;&amp; sudo ifconfig wlan0 up &amp;&amp; sleep 5 &amp;&amp; sudo dhcpcd wlan0&#8242;</p>
<p>#comandos específicos de Arch Linux / Parabola GNU/Linux<br />
alias b=&#8217;cd ~/Proyectos/build&#8217;<br />
alias cower=&#8217;cower -dd &#8211;color=always -v&#8217;<br />
alias cowers=&#8217;cower &#8211;color=always -v -s&#8217;<br />
alias coweru=&#8217;cower -u &#8211;color=always -v&#8217;<br />
alias instalar=&#8217;yaourt &#8211;aur -Sf&#8217;<br />
alias instalarb=&#8217;sudo bauerbill &#8211;aur -Sf&#8217;<br />
alias buscar=&#8217;yaourt -Ss&#8217;<br />
alias buscarlocal=&#8217;yaourt -Qs&#8217;<br />
#alias actualizar=&#8217;yaourt -Syu &#8211;aur &#8211;noconfirm&#8217;<br />
alias actualizar=&#8217;yaourt -Syyuuf &#8211;aur&#8217;<br />
alias actualizarb=&#8217;sudo bauerbill &#8211;aur -Syuf&#8217;<br />
#alias actualizarmirrors=&#8217;sudo reflector -f 6 -l 6 -p http &#8211;save /etc/pacman.d/mirrorlist &amp;&amp; yaourt -Syyuuf &#8211;aur&#8217;<br />
alias am=&#8217;sudo reflector -f 6 -l 6 -p http &#8211;save /etc/pacman.d/mirrorlist &amp;&amp; yaourt -Syyuuf &#8211;aur&#8217;<br />
alias quitar=&#8217;yaourt -R&#8217;<br />
alias quitard=&#8217;yaourt -Rd&#8217;</p>
<p>#atajos directorios<br />
alias coding=&#8217;cd ~/Proyectos/Coding&#8217;<br />
alias escritorio=&#8217;cd ~/Escritorio&#8217;<br />
alias descargas=&#8217;cd /max/descargas&#8217;<br />
alias jdown=&#8217;cd &#8220;/max/descargas/0 sitios hosting&#8221;&#8216;<br />
alias apps=&#8217;cd /home/data/Apps/Linux/Arch&#8217;<br />
alias data=&#8217;cd /home/data&#8217;<br />
alias pi=&#8217;cd /max/descargas/0\ sitios\ hosting/0\ Plowshare &amp;&amp; ls&#8217;</p>
<p>#aplicaciones<br />
alias chromiumm=&#8217;chromium &#8211;disable-logging &#8211;disable-metrics-reporting &#8211;disable-metrics &#8211;disable-dev-tools &#8211;enable-accelerated-compositing &#8211;enable-accelerated-2d-canvas &#8211;enable-accelerated-plugins &#8211;enable-click-to-play &#8211;start-maximized &#8211;memory-model=low &#8211;enable-accelerated-plugins &#8211;enable-click-to-play &#8211;enable-fastback &#8211;enable-history-quick-provider &#8211;enable-fullscreen &#8211;enable-in-browser-thumbnailing &#8211;enable-javascript-i18n-api &#8211;enable-nacl &#8211;enable-remoting &#8211;enable-p2papi &#8211;enable-preconnect &#8211;enable-print-preview &#8211;enable-snap-start &#8211;enable-video-fullscreen &#8211;enable-webaudio &#8211;no-default-browser-check &#8211;enable-media-player &#8211;web-worker-process-per-core %U&#8217;<br />
alias emacs=&#8217;emacs -nw&#8217;<br />
alias editark=&#8217;kdesu mousepad &#8216;<br />
alias editar=&#8217;kwrite &#8216;<br />
alias e=&#8217;exit&#8217;<br />
alias l=&#8217;leafpad&#8217;<br />
alias i=&#8217;irssi&#8217;<br />
alias mo=&#8217;mocp -m -T /usr/share/moc/themes/moca_theme&#8217;<br />
#alias limpiar=&#8217;sudo pacman -Scc &amp;&amp; bleachbit &amp;&amp; kdesu bleachbit&#8217;<br />
alias limpiar=&#8217;bleachbit &amp;&amp; kdesu bleachbit&#8217;<br />
alias limpiarcli=&#8217;bleachbit -d deepscan.tmp system.desktop_entry system.localizations system.rotated_logs system.tmp &amp;&amp; sudo bleachbit -d deepscan.tmp system.desktop_entry system.localizations system.rotated_logs system.tmp&#8217;<br />
alias po=&#8217;plowdown &#8211;max-retries=50 &#8211;timeout=3600 -m &#8216;</p>
<p>[ -z "$PS1" ] &amp;&amp; return</p>
<p>PS1=&#8221;\n${bldgrn}(${txtrst}\u@\h en ${bldgrn}\$(echo $(/usr/bin/tty | cut -d &#8220;/&#8221; -f3))\$(echo $(/usr/bin/tty | cut -d &#8220;/&#8221; -f4))${bldgrn})-(${bldcyn}jobs:${bldwht}\j${bldgrn})\n${bldwht}\w ${bldgrn}$ ${txtrst}&#8221;</p>
<p>&nbsp;</p>
<p>/etc/rc.conf</p>
<p>~ $ cat /etc/rc.conf<br />
#<br />
# /etc/rc.conf &#8211; Main Configuration for Arch Linux<br />
#</p>
<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
# LOCALIZATION<br />
# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
#<br />
# LOCALE: available languages can be listed with the &#8216;locale -a&#8217; command<br />
# DAEMON_LOCALE: Set the locale during daemon startup and during the boot<br />
#   process. If set to &#8216;no&#8217;, the C locale will be used.<br />
# HARDWARECLOCK: set to &#8220;UTC&#8221; or &#8220;localtime&#8221;, any other value will result<br />
#   in the hardware clock being left untouched (useful for virtualization)<br />
# TIMEZONE: timezones are found in /usr/share/zoneinfo<br />
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps<br />
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)<br />
# CONSOLEMAP: found in /usr/share/kbd/consoletrans<br />
# USECOLOR: use ANSI color sequences in startup messages<br />
#<br />
LOCALE=&#8221;es_AR.UTF-8&#8243;<br />
DAEMON_LOCALE=&#8221;yes&#8221;<br />
HARDWARECLOCK=&#8221;localtime&#8221;<br />
TIMEZONE=&#8221;America/Argentina/Buenos_Aires&#8221;<br />
KEYMAP=&#8221;es&#8221;<br />
CONSOLEFONT=<br />
CONSOLEMAP=<br />
USECOLOR=&#8221;yes&#8221;</p>
<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
# HARDWARE<br />
# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
#<br />
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed<br />
# MOD_BLACKLIST: Prevent udev from loading these modules<br />
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.<br />
#<br />
# NOTE: Use of &#8216;MOD_BLACKLIST&#8217; is deprecated. Please use ! in the MODULES array.<br />
#<br />
MOD_AUTOLOAD=&#8221;yes&#8221;<br />
#MOD_BLACKLIST=() #deprecated<br />
MODULES=(it87 !coretemp fuse !fglrx acpi-cpufreq !cpufreq_ondemand !usblp)</p>
<p># Scan for LVM volume groups at startup, required if you use LVM<br />
USELVM=&#8221;no&#8221;</p>
<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
# NETWORKING<br />
# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
#<br />
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts<br />
#<br />
HOSTNAME=&#8221;paradise&#8221;</p>
<p># Use &#8216;ifconfig -a&#8217; or &#8216;ls /sys/class/net/&#8217; to see all available interfaces.<br />
#<br />
# Interfaces to start at boot-up (in this order)<br />
# Declare each interface then list in INTERFACES<br />
#   &#8211; prefix an entry in INTERFACES with a ! to disable it<br />
#   &#8211; no hyphens in your interface names &#8211; Bash doesn&#8217;t like it<br />
#<br />
# DHCP:     Set your interface to &#8220;dhcp&#8221; (eth0=&#8221;dhcp&#8221;)<br />
# Wireless: See network profiles below<br />
#</p>
<p>#Static IP example<br />
#eth0=&#8221;eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255&#8243;<br />
#eth0=&#8221;dhcp&#8221;<br />
#INTERFACES=(eth0)</p>
<p># Routes to start at boot-up (in this order)<br />
# Declare each route then list in ROUTES<br />
#   &#8211; prefix an entry in ROUTES with a ! to disable it<br />
#<br />
gateway=&#8221;default gw 192.168.0.1&#8243;<br />
ROUTES=(!gateway)</p>
<p># Setting this to &#8220;yes&#8221; will skip network shutdown.<br />
# This is required if your root device is on NFS.<br />
NETWORK_PERSIST=&#8221;no&#8221;</p>
<p># Enable these network profiles at boot-up.  These are only useful<br />
# if you happen to need multiple network configurations (ie, laptop users)<br />
#   &#8211; set to &#8216;menu&#8217; to present a menu during boot-up (dialog package required)<br />
#   &#8211; prefix an entry with a ! to disable it<br />
#<br />
# Network profiles are found in /etc/network.d<br />
#<br />
# This now requires the netcfg package<br />
#<br />
#NETWORKS=(main)</p>
<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
# DAEMONS<br />
# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
#<br />
# Daemons to start at boot-up (in this order)<br />
#   &#8211; prefix a daemon with a ! to disable it<br />
#   &#8211; prefix a daemon with a @ to start it up in the background<br />
#<br />
DAEMONS=(syslog-ng acpid dbus tomoyo @networkmanager @ufw @irqbalance @preload @alsa !avahi-daemon !avahi-dnsconfd @cups @network !netfs crond @sensors ulatencyd !kdm)</p>
<p>El /root/.bashrc es el mismo, lo único que cambia es la coloración del prompt:</p>
<p>PS1=&#8221;\n${bldgrn}(${txtrst}\u@\h en ${bldgrn}\$(echo $(/usr/bin/tty | cut -d &#8220;/&#8221; -f3))\$(echo $(/usr/bin/tty | cut -d &#8220;/&#8221; -f4))${bldgrn})-(${bldcyn}jobs:${bldwht}\j${bldgrn})\n${bldwht}\w ${bldgrn}$ ${txtrst}&#8221;</p>
<p>&nbsp;</p>
<p>That&#8217;s all folks</p>
]]></content:encoded>
			<wfw:commentRss>http://archlinux.me/msx/2011/05/02/optimizations-optimizaciones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
