<?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>Lockstockmods &#187; FreeBSD</title>
	<atom:link href="http://www.lockstockmods.net/category/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lockstockmods.net</link>
	<description>If its not broken... take it apart and mod it</description>
	<lastBuildDate>Sun, 04 Jul 2010 16:59:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using Ports</title>
		<link>http://www.lockstockmods.net/2008/04/06/using-ports/</link>
		<comments>http://www.lockstockmods.net/2008/04/06/using-ports/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 23:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://www.lockstockmods.net/?p=8</guid>
		<description><![CDATA[View Ports cd /usr/ports ls Install A Port /usr/ports/pathto/port make install clean Example &#8211; Installs the IRC Bouncer Miau: cd /usr/ports/irc/miau make install clean Un-Install A Port /usr/ports/pathto/port make deinstall Example &#8211; Un-Installs the IRC Bouncer Miau: cd /usr/ports/irc/miau make deinstall Update Ports Collection as root, cp /usr/share/examples/cvsup/ports-supfile /root/ports-supfile pico ports-supfile (or whichever text editor [...]]]></description>
			<content:encoded><![CDATA[<p>View Ports<br />
cd /usr/ports<br />
ls</p>
<p>Install A Port<br />
/usr/ports/pathto/port make install clean<br />
Example &#8211; Installs the IRC Bouncer Miau:<br />
cd /usr/ports/irc/miau<br />
make install clean</p>
<p>Un-Install A Port<br />
/usr/ports/pathto/port make deinstall<br />
Example &#8211; Un-Installs the IRC Bouncer Miau:<br />
cd /usr/ports/irc/miau<br />
make deinstall</p>
<p>Update Ports Collection<br />
as root,<br />
cp /usr/share/examples/cvsup/ports-supfile /root/ports-supfile<br />
pico ports-supfile (or whichever text editor you use)</p>
<p>Change CHANGE_THIS.FreeBSD.org to a CVSup server near you.</p>
<p>to run cvsup<br />
cvsup -L 2 /root/ports-supfile</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockstockmods.net/2008/04/06/using-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating the Ports Collection using Portsnap</title>
		<link>http://www.lockstockmods.net/2008/04/06/updating-the-ports-collection-using-portsnap/</link>
		<comments>http://www.lockstockmods.net/2008/04/06/updating-the-ports-collection-using-portsnap/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 23:10:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://www.lockstockmods.net/?p=7</guid>
		<description><![CDATA[Portsnap can be a useful tool when updating your FreeBSD Ports Collection. To install portsnap: AS ROOT: # cd /usr/ports/sysutils/portsnap # make # make install If these operations run successfully you can now run portsnap. As root, perform this command: # portsnap fetch Portsnap will then retrieve the latest version of the Ports tree metadata. [...]]]></description>
			<content:encoded><![CDATA[<p>Portsnap can be a useful tool when updating your FreeBSD Ports Collection.</p>
<p>To install portsnap:<br />
AS ROOT:<br />
# cd /usr/ports/sysutils/portsnap<br />
# make<br />
# make install</p>
<p>If these operations run successfully you can now run portsnap.</p>
<p>As root, perform this command:<br />
# portsnap fetch</p>
<p>Portsnap will then retrieve the latest version of the Ports tree metadata.</p>
<p>NOTE: The first time you run portsnap, YOU MUST ALSO ISSUE THIS COMMAND:<br />
# portsnap extract</p>
<p>This causes the ports tree to be handed over to portsnap for a smooth update. You will only need to do this the first time you run portsnap.</p>
<p>Then, to actually perform the update, issue this command:<br />
# portsnap update</p>
<p>Once that is finished you will have the latest snapshot of the Ports Collection.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockstockmods.net/2008/04/06/updating-the-ports-collection-using-portsnap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen</title>
		<link>http://www.lockstockmods.net/2008/04/06/screen/</link>
		<comments>http://www.lockstockmods.net/2008/04/06/screen/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 23:08:59 +0000</pubDate>
		<dc:creator>Kode</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.lockstockmods.net/?p=5</guid>
		<description><![CDATA[Getting in start a new screen session: screen attach to a running session: screen -r attach multiple terminals to an attached, running session: screen -rx the “ultimate attach”: screen -dRR (Attaches to a screen session. If the session is attached elsewhere, detaches that other display. If no session exists, creates one. If multiple sessions exist, [...]]]></description>
			<content:encoded><![CDATA[<h3>Getting in</h3>
<p>start a new screen session: <code>screen</code><br />
attach to a running session: <code>screen -r</code><br />
attach multiple terminals to an attached, running session: <code>screen -rx</code><br />
the “ultimate attach”: <code>screen -dRR</code> (Attaches to a screen session. If the session is attached elsewhere, detaches that other display. If no session exists, creates one. If multiple sessions exist, uses the first one.)</p>
<h3>Escape key</h3>
<p>All screen commands are prefixed by an escape key, by default Ctrl+a (sometimes written ^A). To send a literal Ctrl+a to the programs in screen, use <code>Ctrl+a a</code>.</p>
<h3>Getting out</h3>
<p>detach: <code>Ctrl+a d</code><br />
exit screen: exit all of the programs in screen.<br />
force-exit screen: <code>Ctrl+a C-\</code> (<em>not</em> recommended)</p>
<h3>Help</h3>
<p>See help: <code>Ctrl+a ?</code> (lists keybindings)</p>
<h3>Window Management</h3>
<p>create new window: <code>Ctrl+a c</code><br />
change to last active window: <code>Ctrl+a Ctrl+a</code><br />
change to window by number: <code>Ctrl+a &lt;number&gt;</code> (only for windows 0 to 9)<br />
change to window by number or name: <code>Ctrl+a ' &lt;number or title&gt;</code><br />
change to next window in list: <code>Ctrl+a n</code> or <code>Ctrl+a &lt;space&gt;</code><br />
change to previous window in list: <code>Ctrl+a p</code><br />
see window list: <code>Ctrl+a “</code><br />
close current window: Close all applications in the current window (including shell)<br />
kill current window: <code>Ctrl+a k</code> (not recommended)</p>
<h3>Split screen</h3>
<p>split display: <code>Ctrl+a S</code><br />
jump to next display region: <code>Ctrl+a tab</code><br />
remove current region: <code>Ctrl+a X</code><br />
remove all regions but the current one: <code>Ctrl+a Q</code></p>
<h3>Misc</h3>
<p>redraw window: <code>Ctrl+a C-l</code><br />
enter copy mode: <code>Ctrl+a [</code> (also used for viewing scrollback buffer)<br />
paste: <code>Ctrl+a ]</code><br />
monitor window for activity: <code>Ctrl+a M</code><br />
monitor window for silence: <code>Ctrl+a _</code><br />
enter digraph: <code>Ctrl+a Ctrl+v</code><br />
lock (password protect) display: <code>Ctrl+a x</code><br />
enter screen command: <code>Ctrl+a :</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockstockmods.net/2008/04/06/screen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.lockstockmods.net @ 2010-08-01 04:58:47 -->