<?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>Webaholics &#187; user</title>
	<atom:link href="http://www.webaholics.in/tag/user/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webaholics.in</link>
	<description>An Internet Addiction</description>
	<lastBuildDate>Sat, 12 Dec 2009 06:06:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Linux Training for New Linux Users</title>
		<link>http://www.webaholics.in/2009/12/12/linux-training-for-new-linux-users/</link>
		<comments>http://www.webaholics.in/2009/12/12/linux-training-for-new-linux-users/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 05:39:56 +0000</pubDate>
		<dc:creator>Lokapriya</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://www.webaholics.in/?p=141</guid>
		<description><![CDATA[Linux GUI utilities provide an easy “point-and-click” method of doing Linux administration tasks, but they are time-consuming and awkward to use. You can run a simple Linux command to do the equivalent task in a fraction of the time it would take to use a Linux GUI utility. When you get Linux training, be sure [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Linux GUI utilities provide an easy “point-and-click” method of doing Linux administration tasks, but they are time-consuming and awkward to use. You can run a simple Linux command to do the equivalent task in a fraction of the time it would take to use a Linux GUI utility.</p>
<p style="text-align: justify;">When you get Linux training, be sure that it is focused on how to use Linux commands. Also, if you are interested in getting Linux certification, you need to know how to use Linux commands to be able to pass, not Linux GUI utilities.</p>
<p style="text-align: justify;"><strong>Linux Tips &#8211; How to Use Linux “Patterns” (Linux Wildcard characters)</strong></p>
<p style="text-align: justify;">Some Linux documentation uses the term “pattern” to refer to Linux wildcard characters.</p>
<p style="text-align: justify;">Wildcard characters are used in a “pattern” to cause a Linux command to work on multiple items, such as multiple directories and files in the Linux file system.</p>
<p style="text-align: justify;">The two Linux wildcard characters are the * (asterisk) and ? (question mark).</p>
<p style="text-align: justify;">Using an * (asterisk) with a Linux Command</p>
<p style="text-align: justify;">An * (asterisk) is used in a pattern to represent “all” characters of an item (directory or file).</p>
<p style="text-align: justify;">The Linux command below shows an example of the using the cp (copy) command to copy all (because of the * without any other letters or numbers) files in the current directory into the directory named memos.</p>
<p style="text-align: justify;">]# cp * memos</p>
<p style="text-align: justify;">Linux Tips: Keep in mind that Linux commands are “case sensitive”. Always type the letters in upper or lower case, as shown.</p>
<p style="text-align: justify;">Linux Tips: Also, be sure to use spaces where they are shown. For example, in the Linux command above, you need a space (just a single space) between cp and the * and you need a single space between the * and memos.</p>
<p style="text-align: justify;">The * (Linux wildcard character) can be combined with one or more letters at the front of it or after it.</p>
<p style="text-align: justify;">The following Linux command is an example of the using the cp (copy) command to copy all files in the current directory beginning with the letter r into the directory named memos.</p>
<p style="text-align: justify;">]# cp r* reports</p>
<p style="text-align: justify;">The Linux command below copies all files ending in “sxw” into the directory named weekly.</p>
<p style="text-align: justify;">]# cp *.sxw weekly</p>
<p style="text-align: justify;">The next Linux command copies all files containing “mem” (anywhere in the file name) into the directory named monthly.</p>
<p style="text-align: justify;">]# cp *mem* monthly</p>
<p style="text-align: justify;">Using a ? (question mark) with a Linux Command</p>
<p style="text-align: justify;">The ? (question mark) is used in a pattern to represent a single character.</p>
<p style="text-align: justify;">The Linux command below shows an example of the using the mv (move) command to move files that have a single character and end in “cfg” into the directory named june.</p>
<p style="text-align: justify;">]# mv ?.cfg june</p>
<p style="text-align: justify;">The following Linux command moves all files beginning with “month”, and having two characters after “month”, and ending in “sxw”, into the folder named years.</p>
<p style="text-align: justify;">]# mv month??.sxw years</p>
<p style="text-align: justify;">To learn how to use Linux commands the easy way, you can watch Linux video tutorials. When you work with Linux videos, you can actually see Linux commands being run and hear a detailed description of why you need to run a certain Linux command.</p>
<p style="text-align: justify;">Another benefit is that you can also see the output of the Linux command and hear a description of what the output means.</p>
<p style="text-align: justify;">After seeing how to use Linux commands, you can run them yourself &#8211; to get practical Linux training.</p>
<p style="text-align: justify;"> </p>
<img src="http://www.webaholics.in/?ak_action=api_record_view&id=141&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webaholics.in/2009/12/12/linux-training-for-new-linux-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyloggers- The Definition</title>
		<link>http://www.webaholics.in/2009/11/17/keyloggers-the-definition/</link>
		<comments>http://www.webaholics.in/2009/11/17/keyloggers-the-definition/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 07:04:22 +0000</pubDate>
		<dc:creator>Lokapriya</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[keylogger]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[stealth]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.webaholics.in/?p=87</guid>
		<description><![CDATA[Keylogger is a software program or hardware device that is used to monitor and log each of the keys a user types into a computer keyboard. The user who installed the program or hardware device can then view all keys typed in by that user. Because these programs and hardware devices monitor the keys typed [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Keylogger is a software program or hardware device that is used to monitor and log each of the keys a user types into a computer keyboard. The user who installed the program or hardware device can then view all keys typed in by that user. Because these programs and hardware devices monitor the keys typed in a user can easily find user passwords and other information a user may not wish others to know about.</p>
<p style="text-align: justify;">Keyloggers, as a surveillance tool, are often used by employers to ensure employees use work computers for business purposes only. Unfortunately, keyloggers can also be embedded in spyware allowing your information to be transmitted to an unknown third party.</p>
<p style="text-align: justify;">A keylogger is a program that runs in the background, recording all the keystrokes. Once keystrokes are logged, they are hidden in the machine for later retrieval, or shipped raw to the attacker. The attacker then peruses them carefully in the hopes of either finding passwords, or possibly other useful information that could be used to compromise the system or be used in a social engineering attack. For example, a keylogger will reveal the contents of all e-mail composed by the user. Keylogger is commonly included in rootkits.</p>
<p style="text-align: justify;">A keylogger normally consists of two files: a DLL which does all the work and an EXE which loads the DLL and sets the hook. Therefore when you deploy the hooker on a system, two such files must be present in the same directory.</p>
<p style="text-align: justify;">There are other approaches to capturing info about what you are doing.</p>
<p style="text-align: justify;">Some keyloggers capture screens, rather than keystrokes.<br />
Other keyloggers will secretly turn on video or audio recorders, and transmit what they capture over your internet connection.</p>
<p style="text-align: justify;">A keyloggers might be as simple as an exe and a dll that are placed on a machine and invoked at boot via an entry in the registry. Or a keyloggers could be which boasts these features:</p>
<p style="text-align: justify;">Stealth: invisible in process list<br />
Includes kernel keylogger driver that captures keystrokes even when user is logged off (Windows 2000 / XP)<br />
ProBot program files and registry entries are hidden (Windows 2000 / XP)<br />
Includes Remote Deployment wizard<br />
Active window titles and process names logging<br />
Keystroke / password logging<br />
Regional keyboard support<br />
Keylogging in NT console windows<br />
Launched applications list<br />
Text snapshots of active applications.<br />
Visited Internet URL logger<br />
Capture HTTP POST data (including logins/passwords)<br />
File and Folder creation/removal logging<br />
Mouse activities<br />
Workstation user and timestamp recording<br />
Log file archiving, separate log files for each user<br />
Log file secure encryption<br />
Password authentication<br />
Invisible operation<br />
Native GUI session log presentation<br />
Easy log file reports with Instant Viewer 2 Web interface<br />
HTML and Text log file export<br />
Automatic E-mail log file delivery<br />
Easy setup &amp; uninstall wizards<br />
Support for Windows (R) 95/98/ME and Windows (R) NT/2000/XP</p>
<p style="text-align: justify;">Because a keylogger can involve dozens of files, and has as a primary goal complete stealth from the user, removing one manually can be a terrifying challenge to any computer user. Incorrect removal efforts can result in damage to the operating system, instability, inability to use the mouse or keyboard, or worse. Further, some key loggers will survive manual efforts to remove them, re-installing themselves before the user even reboots.</p>
<p style="text-align: justify;"> </p>
<img src="http://www.webaholics.in/?ak_action=api_record_view&id=87&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webaholics.in/2009/11/17/keyloggers-the-definition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
