<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>IV Needle</title>
	<link>http://www.ivneedle.com</link>
	<description>Injecting Tech into the Vein</description>
	<lastBuildDate>Fri, 19 Feb 2010 17:11:09 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Using Xming to export windows</title>
		<description><![CDATA[Sometimes it's useful to use a GUI on linux for a specific task.  I came across this because of some things Oracle does, but you can use it for other things, too.
1. Download xming from sourceforge
2. Open putty
3. Go to the SSH section&#62;X11&#62;Enable X11 forwarding
4. Open a connection
5. Run a command for something that only [...]]]></description>
		<link>http://www.ivneedle.com/2010/02/using-xming-to-export-windows/</link>
			</item>
	<item>
		<title>Send Data Over a Network Using netcat</title>
		<description><![CDATA[Often you cannot direct copy files between machines. One way to pass data is using netcat. There are versions of netcat for both Windows and Linux. Here are the steps to setup a connection to transfer data over a network using netcat.
Setup netcat to listen (the machine receiving the data)﻿

Command: nc -v -l -p 10000 [...]]]></description>
		<link>http://www.ivneedle.com/2010/01/send-data-over-a-network-using-netcat/</link>
			</item>
	<item>
		<title>Analyzing Volatile Data</title>
		<description><![CDATA[What to check for when analyzing volatile data through a netcat connection:

The System Date and Time
Current Network Connects
Open TCP or UDP Ports
Which Executables Are Opening TCP or UDP Ports
Cached NetBIOS Name Table
Users Currently Logged On
The Internal Routing Table
Running Processes
Running Services
Scheduled Jobs
Open Files
Process Memory Dumps

The System Date and Time
Check this to keep the machine time in [...]]]></description>
		<link>http://www.ivneedle.com/2010/01/analyzing-volatile-data/</link>
			</item>
	<item>
		<title>The vim Cheat Sheet</title>
		<description><![CDATA[This was written by Nana Långstedt and posted at http://www.tuxfiles.org/linuxhelp/vimcheat.html. I copied it over here because it is easier for me to find it here.



Working with files


Vim command
Action


:e filename
Open a new file. You can use the Tab key for automatic file name completion, just like at the shell command prompt.


:w filename
Save changes to a file. [...]]]></description>
		<link>http://www.ivneedle.com/2009/12/the-vim-cheat-sheet/</link>
			</item>
	<item>
		<title>Connecting to an SSH server, really really fast</title>
		<description><![CDATA[This post assumes you have the following: an ssh server, putty, and autohotkey-a desktop scripting tool.

Open Putty, and create a session with any and all settings you would want in putty. Add tunnels, compression, etc, whatever you usually do when you start a putty session
Save your session for future use. You'll use the name of [...]]]></description>
		<link>http://www.ivneedle.com/2009/11/connecting-to-an-ssh-server-really-really-fast/</link>
			</item>
	<item>
		<title>Install windows from usb flash</title>
		<description><![CDATA[Recently came across this little gem, it makes installing windows pretty much any version alot faster and easier.  It allows you to create a bootable flasd drive from a windows cd or other source, it also let you setup  parameters so it doesnt need user input ie. cd key, user names, language, timezones.
WinToFlash - Install [...]]]></description>
		<link>http://www.ivneedle.com/2009/10/install-windows-from-usb-flash/</link>
			</item>
	<item>
		<title>Getting my Bluetooth mouse to work with Ubuntu</title>
		<description><![CDATA[I have a Microsoft 5000 Bluetooth Mouse. Unfortunately it has been a total headache to get it to work with Ubuntu and stay working. Below are the steps I have taken to remedy the issue:

Turn on your mouse and make it discoverable
Open a terminal and enter the command: hcitool scan
It should return a list of [...]]]></description>
		<link>http://www.ivneedle.com/2009/09/getting-my-bluetooth-mouse-to-work-with-ubuntu/</link>
			</item>
	<item>
		<title>Run Ubuntu on Dell Mini 10 in HD (1366&#215;768)</title>
		<description><![CDATA[I found a link on moko's blog that showed how you run Ubuntu Jaunty in 1024x576 on a Dell Mini 10. However, I have the Mini 10 with the HD screen (1366x768) which required a few additional steps to get it work right. Here is the entire process
First, create the file: /etc/apt/sources.list.d/ubuntu-mobile.list
Add the following content [...]]]></description>
		<link>http://www.ivneedle.com/2009/09/run-ubuntu-on-dell-mini-10-in-hd-1366x768/</link>
			</item>
	<item>
		<title>Getting the Windows XP Royale Noir theme to actually work</title>
		<description><![CDATA[I downloaded this windows xp royale noir theme, and tried to get it running on Windows XP SP3, but it only worked while the machine was running, then it was gone. But I figured out how to change that.
1. Download and install the actual Windows Royale theme.
2. Download the Royale Noir theme, and extract it [...]]]></description>
		<link>http://www.ivneedle.com/2009/09/getting-the-windows-xp-royale-noir-theme-to-actually-work/</link>
			</item>
	<item>
		<title>Make 7z SFX files quick and easy.</title>
		<description><![CDATA[I recently stumbled apon a nice little program that will take your 7z compressed files and create a SFX executable, why would you need this when its "Kind of" build into the 7z gui? well the 7z gui leaves out alot of options unless you know there parameters this Gui takes care of it for [...]]]></description>
		<link>http://www.ivneedle.com/2009/08/make-7z-sfx-files-quick-and-easy/</link>
			</item>
</channel>
</rss>
