<?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>DJorgensen &#187; Uncategorized</title>
	<atom:link href="http://d-jorgensen.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://d-jorgensen.com</link>
	<description>The photography home for DJorgensen and Rilyn Dell</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:51:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>A bit of an update to the site, and some goals</title>
		<link>http://d-jorgensen.com/2011/09/18/a-bit-of-an-update-to-the-site-and-some-goals</link>
		<comments>http://d-jorgensen.com/2011/09/18/a-bit-of-an-update-to-the-site-and-some-goals#comments</comments>
		<pubDate>Mon, 19 Sep 2011 05:32:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[plans for the future]]></category>
		<category><![CDATA[sunris]]></category>
		<category><![CDATA[travels]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://d-jorgensen.com/?p=17416</guid>
		<description><![CDATA[Well this summer has been a busy one! I&#8217;ve gone through one camera and started with a new one, still working on replacing the equipment lost&#8230; but I&#8217;ve finally managed to establish some manner of goals for myself when it comes to getting out more often and taking more photos. As such I shall be [...]]]></description>
			<content:encoded><![CDATA[<p>Well this summer has been a busy one! I&#8217;ve gone through one camera and started with a new one, still working on replacing the equipment lost&#8230; but I&#8217;ve finally managed to establish some manner of goals for myself when it comes to getting out more often and taking more photos.</p>
<p>As such I shall be moving some of the technical talk off of here, likely it will end up at <a title="djorgensen.mine.nu" href="http://djorgensen.mine.nu">http://djorgensen.mine.nu</a> though that remains to be seen for certain. I&#8217;m also looking to share more about the details of the trips I embark on and talk about the photos and stories that led up to each of them since I&#8217;ve really been finding that the more that I hike and travel, the more the journey to get the photo you end up seeing in the end counts (and often they are rather interesting stories &#8211; like dealing with beetle attacks, crazy people walking up to wildlife, or just general unplanned occurrences). Other than that, you may also start to see posts from Marilyn regarding the work that she does too.</p>
<p>For now, I&#8217;ll leave you with this &#8211; a bit of an inspiring photo taken before we left for our last trip in August:</p>
<p><a href="https://secure.flickr.com/photos/d-jorgensen/6059022805/in/photostream/"><img class="aligncenter" title="Sunrise" src="https://farm7.static.flickr.com/6067/6059022805_53e75915de_z.jpg" alt="Sunrise" width="430" height="640" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://d-jorgensen.com/2011/09/18/a-bit-of-an-update-to-the-site-and-some-goals/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux &#8211; Using Screens</title>
		<link>http://d-jorgensen.com/2011/03/28/linux-using-screens</link>
		<comments>http://d-jorgensen.com/2011/03/28/linux-using-screens#comments</comments>
		<pubDate>Tue, 29 Mar 2011 05:14:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[basic guide]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ctrl+a s]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://d-jorgensen.com/?p=13337</guid>
		<description><![CDATA[Screens is a very handy tool when working in a terminal. It allows one to do more than one thing at a time with only one window. This is an extremely brief overview of how to use screens, for a more in depth guide check out: A Guide to Efficiently Using Irssi and Screen &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Screens is a very handy tool when working in a terminal. It allows one to do more than one thing at a time with only one window. This is an extremely brief overview of how to use screens, for a more in depth guide check out:</p>
<p><a href="http://quadpoint.org/articles/irssi">A Guide to Efficiently Using Irssi and Screen &#8211; quadpoint.org</a>; and</p>
<p><a href="http://www.rackaid.com/resources/linux-screen-tutorial-and-how-to/">Linux Screen Tutorial and How To &#8211; Rackaid</a></p>
<p>&nbsp;</p>
<p><strong>Installation</strong></p>
<p>If you do not already have it, install it using the package manager you currently have installed (yum install screen / apt-get install screen )</p>
<pre>..(22:53 $).&gt; yum install screen</pre>
<p>&nbsp;</p>
<p><strong>Running</strong></p>
<p>Starting it up is simple:</p>
<pre>..(22:46 $).&gt; screen</pre>
<p>&nbsp;</p>
<p><strong>Common Commands</strong></p>
<p>Commands in screen often follow the ctrl+a [x] style, most commonly used are</p>
<pre>Ctrl+a d --&gt; detaches screens and brings you back to your main terminal

Ctrl+a n --&gt; moves to the next screen; and

Ctrl+a c --&gt; creates a new window</pre>
<p>&nbsp;</p>
<p><strong>Reattaching</strong></p>
<p>When detached and at your main terminal window, you can restore your screens with:</p>
<pre>..(08:19 $).&gt; screen -raAd</pre>
<p>Technically screen -r will work but this one does some more fancy voodoo with resizing and detaching from other sessions currently open.</p>
<p>&nbsp;</p>
<p><strong>Fixing screens</strong></p>
<p>This is more a note to myself since I infrequently halt my screens, and for the most part the point of this posting here&#8230;</p>
<pre>Ctrl+a s  or ctrl s --&gt; halts screens (usually by accidental keystrokes)

Ctrl+a q or ctrl q --&gt; starts them back up!</pre>
<p>Alternately one can simply add &#8220;stty -ixon -ixoff&#8221; into their .bashrc profile to turn off flow control and that should take care of it as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://d-jorgensen.com/2011/03/28/linux-using-screens/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Windows network shares on CentOS</title>
		<link>http://d-jorgensen.com/2010/11/21/adding-windows-network-shares-on-centos</link>
		<comments>http://d-jorgensen.com/2010/11/21/adding-windows-network-shares-on-centos#comments</comments>
		<pubDate>Mon, 22 Nov 2010 04:29:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[windows share]]></category>

		<guid isPermaLink="false">http://d-jorgensen.com/?p=10420</guid>
		<description><![CDATA[In an effort to make my life easier and be able to access my files securely and easily I&#8217;ve set up my linux box to be able to read the window shares that I have running on my main box. This may not always be the setup I&#8217;ll have &#8211; but it is for now. [...]]]></description>
			<content:encoded><![CDATA[<p>In an effort to make my life easier and be able to access my files securely and easily I&#8217;ve set up my linux box to be able to read the window shares that I have running on my main box. This may not always be the setup I&#8217;ll have &#8211; but it is for now.</p>
<p>My linux box is a headless system that is setup without a GUI, and accessible through SSH, and on the same home network as my windows computer. On the windows computer I currently have a few shares available &#8211; though I will just be demonstrating with one share in this tutorial.</p>
<p>First, to see what shares are available, we run a command with smbclient:</p>
<pre>smbclient -L 192.168.100.50</pre>
<p>L simply lists the shares it finds, and here I just use the IP address of the machine I am looking at.</p>
<p>It will produce some output like this:</p>
<pre>Domain=[HOME] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]

Sharename       Type      Comment
---------       ----      -------
Complete        Disk
E$              Disk      Default share
IPC$            IPC       Remote IPC
D$              Disk      Default share
I$              Disk      Default share
G$              Disk      Default share
L               Disk
ADMIN$          Disk      Remote Admin
H$              Disk      Default share
C$              Disk      Default share
J$              Disk      Default share
</pre>
<p>In this case I wish to mount the L drive,  so I use the following command, where -t cifs is specifying the common internet file system, then we have the network path to the share, -o specifies options which are the username and password, and lastly the place we want to see the share (which is a folder that we&#8217;ve already created on the linux box) :</p>
<pre>mount -t cifs //192.168.100.50/L -o username=owner,password= /home/user/winbox/L</pre>
<p>So now that I have the share up and running, I can make it stick around permanently by editing fstab. I am a vi person, but just fire up your favourite editor like as follows:</p>
<pre>vi /etc/fstab</pre>
<p>At the bottom of the file we insert the following line, where we have the network path, the mount path, file system, username/password (_netdev so that it holds off trying to mount until the network is established), and 0 0  for the dump and fsck so that both ignore the mounted path:</p>
<pre>//192.168.100.50/L /home/user/winbox/L cifs username=owner,password=,_netdev 0 0</pre>
<p>Once we have that edited, we need to make sure the system will still survive a reboot by testing the mounts:</p>
<pre>mount -a</pre>
<p>And with that, it looks good to go. I can now SSH into this box from another pc somewhere else in the world, and with an application like <a href="http://winscp.net/eng/index.php">winSCP</a> I can pull files down to view them.</p>
<p>Other things that may be useful if you are stuck:</p>
<p><a href="http://linux.die.net/man/8/mount">mount man page</a></p>
<p><a href="http://www.tuxfiles.org/linuxhelp/fstab.html">how to edit fstab</a></p>
]]></content:encoded>
			<wfw:commentRss>http://d-jorgensen.com/2010/11/21/adding-windows-network-shares-on-centos/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Work, and furthering myself.</title>
		<link>http://d-jorgensen.com/2010/09/02/work-and-furthering-myself</link>
		<comments>http://d-jorgensen.com/2010/09/02/work-and-furthering-myself#comments</comments>
		<pubDate>Fri, 03 Sep 2010 05:37:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[a+]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[ccnp]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[cissp]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[general update]]></category>
		<category><![CDATA[leatherwork]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[workspace]]></category>

		<guid isPermaLink="false">http://d-jorgensen.com/?p=4551</guid>
		<description><![CDATA[So for the past few months I&#8217;ve found myself consistently working. Been nice. I&#8217;ve also moved to a newer bigger place. Also nice. My time has been taken up with working, studying, and of course relaxing. Again nice. Found myself with an A+ certification. Not much to really say about it other than it&#8217;s really [...]]]></description>
			<content:encoded><![CDATA[<p>So for the past few months I&#8217;ve found myself consistently working.  Been nice. I&#8217;ve also moved to a newer bigger place. Also nice. My time  has been taken up with working, studying, and of course relaxing. Again  nice.</p>
<p>Found myself with an A+ certification. Not much to really say about it other than it&#8217;s really just a drop in the bucket of the rest of things I&#8217;ve done. Gearing up to hammer out a CCNA finally though &#8211; especially considering that I have everything together for it &#8211; and likely my ITIL, CISSP, and sometime next year CCNP, and really finding myself with a rekindled interest in programming. My current employer seems interested in a different direction congruent to their own interests, but that doesn&#8217;t mean I cannot further my own self. It is plausible that I may be retuning to university next fall depending upon the environment I find myself in as well.</p>
<p>So, yep, I am pretty busy these days. Never really did much in terms of proving my skills and education, but the market seems to be calling for it as there are not all that many jobs available still. Also in the plan for the next week is to create a good solid workspace for myself. My old desk fails to have adequate space for all the computer equipment and leatherwork gear I have in my office area. There shall be photos of it when it is all done though!</p>
<p>And yes, I am continuing to work on leather items! Recently I&#8217;ve been working on a mask of sorts that I am quite excited about, and I have also managed to complete a neck corset, as well as a simple bracer. I have managed to get some nice new supplies and am hoping to get much more done whilst studying and in place of being bored.</p>
<p>That is about all for now though.</p>
]]></content:encoded>
			<wfw:commentRss>http://d-jorgensen.com/2010/09/02/work-and-furthering-myself/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Work, travels, and all around good things</title>
		<link>http://d-jorgensen.com/2010/06/08/work-travels-and-all-around-good-things</link>
		<comments>http://d-jorgensen.com/2010/06/08/work-travels-and-all-around-good-things#comments</comments>
		<pubDate>Tue, 08 Jun 2010 23:08:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[alberta]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[employment]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://d-jorgensen.com/?p=83</guid>
		<description><![CDATA[For the past few months now I have found myself working! April and May had me traveling this route: Google Maps, 2010 Journey, of which I have many photos of that are waiting to be processed (all added of course to the few thousand I have not gotten around to yet).  In the first week [...]]]></description>
			<content:encoded><![CDATA[<p>For the past few months now I have found myself working! April and May had me traveling this route: <a title="Google Maps, 2010 Journey" href="http://maps.google.ca/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;ll=54.226708,-112.412109&amp;spn=5.615235,16.907959&amp;z=7&amp;msid=106869244819078577546.00048638bb2d9720a78f5" target="_blank">Google Maps, 2010 Journey</a>, of which I have many photos of that are waiting to be processed (all added of course to the few thousand I have not gotten around to yet).  In the first week of May though, I managed to capture this small panorama of the Peace River and Dunvegan:</p>
<p style="text-align: center;"><a title="Dunvegan, Alberta by DJorgensen, on Flickr" href="http://www.flickr.com/photos/d-jorgensen/4664032541/"><img class="aligncenter" src="http://farm5.static.flickr.com/4042/4664032541_5ea1f93db1_m.jpg" alt="Dunvegan, Alberta" width="240" height="100" /></a></p>
<p style="text-align: left;">I also managed to capture some photos of the forest fire in Opal, the sunset on Highway 63 near Fort McMurray, and  some wildlife in the Muskoseepi Park in Grande Prairie, as well as some others here and there.</p>
<p style="text-align: left;">After completing that short contract, it was barely a week before I was put into my new role. It seems to be a fairly quiet and comfortable environment, which will certainly be nice. So finances looking up, free time looking up, and motivation also being quite on the up lately, things are really splendid! Still studying for some certifications (CCNA getting put on the backburner for the sake of what they wish me to complete for this new position), and still working on photography and some leatherwork, as well as taking care of my lovies, and seemingly reading more and more comics as the days go by&#8230;</p>
<p style="text-align: left;">It&#8217;s also very likely that I am moving (well less of the likely sort and more of a question of when it will happen).  Hopefully that gets cleared up &#8211; yet it is all for the best too since I shall finally get to have my Marilyn around more often.</p>
]]></content:encoded>
			<wfw:commentRss>http://d-jorgensen.com/2010/06/08/work-travels-and-all-around-good-things/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

