<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><atom:link href="http://www.trickylinux.com/rss.xml" rel="self" type="application/rss+xml" /><title>TrickyLinux.com RSS</title><description>TrickyLinux.com RSS</description><link>http://www.trickylinux.com/</link><lastBuildDate>Fri, 03 Sep 2010 04:14:34 EDT</lastBuildDate><pubDate>Fri, 03 Sep 2010 04:14:34 EDT</pubDate><item><title>addresses  - Allows You to Connect to a PalmOS Device and Move Addresses</title><description><![CDATA[The <b>addresses</b> command allows you to connect to the PalmOS device on the specified port, and dump the addresses from the address book to stdout. This is part of the pilot-link package of tools for managing PalmOS devices.
<br /><br />
Here is the syntax:
<br /><br />
<b>addresses [-p <i>port</i>]</b>]]></description><pubDate>Sun, 29 Jun 2008 11:50:55 EDT</pubDate><link>http://www.trickylinux.com/2/index.html#review_43</link><guid>http://www.trickylinux.com/2/index.html#review_43</guid></item><item><title>addr2line - How to Translate Hexadecimal Program Addresses Into Filenames</title><description><![CDATA[The <b><b>addr2line</b></b> command allows you to translate hexadecimal program addresses into filenames and line numbers for the executable given with the -e option, or a.out if -e is not specified. If addresses are given on the command line, display the filename and line number for each address. Otherwise, read the addresses from standard input and display the results on standard output (useful for use in a pipe). <b>addr2line</b> prints two question marks (??) if it cannot determine a filename, and 0 if it cannot determine the line number. <b>addr2line</b> is used for debugging.
<br /><br />
Here is the syntax:
<br /><br />
<b>addr2line [<i>options</i>] [<i>addresses</i>]</b>
<br /><br />
Here are the options:
<br /><br />
<b>-b</b> <i>bfdname</i>, <b>--target</b>=bfdname<br />
    <div style="margin-left:20px">
	Set the binary file format using its binary file descriptor name, bfdname. Use the -h option for a list of supported formats for your system.
	</div>
<br />
<b>-C</b>, <b>--demangle</b>[=<i>style</i>]<br />
    <div style="margin-left:20px">
    Decode (demangle) low-level symbol names into usernames. See the -h help output for a list of styles supported by your compiler.
	</div>
<br />
<b>-e</b> <i>file</i>, <b>--exe</b>=file<br />
    <div style="margin-left:20px">
    Specify the filename of the executable to use. The default filename is a.out.
	</div>
<br />
<b>-f</b>, <b>--functions</b><br />
    <div style="margin-left:20px">
    Display function names in addition to filenames and line numbers.
	</div>
<br />
<b>-h</b>, <b>--help</b><br />
    <div style="margin-left:20px">
    Display help information and exit.
	</div>
<br />
<b>-s</b>, <b>--basenames</b><br />
    <div style="margin-left:20px">
    Strip directories off filenames and show only the basenames.
	</div>
]]></description><pubDate>Sun, 29 Jun 2008 11:46:22 EDT</pubDate><link>http://www.trickylinux.com/2/index.html#review_42</link><guid>http://www.trickylinux.com/2/index.html#review_42</guid></item><item><title>acpid - Advanced Confirguration and Power Interface Daemon</title><description><![CDATA[The linux command <b>acpidv</b> is a daemon that informs user-space programs about ACPI (Advanced Configuration and Power Interface) events, such as battery warnings, 
power-supply changes, and laptop lid closings. 
<br /><br />
Here is the syntax:
<br /><br />
<b>acpid [<i>options</i>]</b>
<br /><br />
Here are the options:
<br /><br />
<b>-c</b> directory, <b>--confdir</b>=<i>directory</i><br />
    <div style="margin-left:20px">
	Set the directory used for configuration files. The default directory is /etc/acpi/events. All files in this directory, except those beginning with a period (.), are parsed as configuration files. Typically, a single file is used for each ACPI event to be acted upon.<br />
    In the configuration files, blank lines and those beginning with # are ignored. Other lines are expected to consist of a regular expression and a command to be executed when an ACPI event matches the expression.
	</div>
<br />
<b>-d</b>, --debug</b><br />
	<div style="margin-left:20px">
    Debug <i>mode</i>: run the daemon in the foreground and send all log output to stderr and stdout, rather than a logfile.
	</div>
<br />
<b>-e</b> <i>filename</i>, <b>--eventfile</b>=<i><i>filename</i></i><br />
    <div style="margin-left:20px">
	Set the file used to find events. Normally this is /proc/acpi/event.
	</div>
<br />
<b>-g</b> <i>group</i>,--socketgroup=<i>group</i><br />
	<div style="margin-left:20px">
    Set the group ownership of the socket to which acpid publishes events. This allows you to restrict which users on the system can access ACPI event information.
	</div>
<br />
<b>-l</b> <i>filename</i>,--logfile=<i><i>filename</i></i><br />
	<div style="margin-left:20px">
    Set the logfile location. Normally, it is /var/log/acpid.
	</div>
<br />
<b>-m</b> <i>mode</i>,--socket<i>mode</i>=<i>mode</i><br />
    <div style="margin-left:20px">
	Set the permission <i>mode</i> of the socket. Normally, it is 666, with the sticky bit off.
	</div>
<br />
<b>-s</b> <i>filename</i>,--socketfile=<i>filename</i><br />
	<div style="margin-left:20px">
    Set the file used to define the socket. Normally, this is /var/run/acpid.socket.
	</div>
<br />
<b>-S</b>,--nosocket<br />
	<div style="margin-left:20px">
    Tells acpid not to open a socket at all. Overrides all other socket options.
	</div>
<br />
<b>-v</b>,--version<br />
	<div style="margin-left:20px">
    Print version information and quit.
	</div>
<br />
<b>-h</b>,--help<br />
	<div style="margin-left:20px">
	Print help message and quit.
	</div>]]></description><pubDate>Sun, 29 Jun 2008 11:34:38 EDT</pubDate><link>http://www.trickylinux.com/2/index.html#review_41</link><guid>http://www.trickylinux.com/2/index.html#review_41</guid></item><item><title>acpi_available - How to See if ACPI is Present</title><description><![CDATA[You can determine whether ACPI functionality exists on your Linux server by using <b>acpi_available</b>.  It returns a 0 for true and a 1 for false.
<br /><br />
Here is the syntax for <b>acpi_available</b>:
<br /><br />
acpi_available 
<br /><br />
There are no options available for this command.

]]></description><pubDate>Mon, 23 Jun 2008 08:19:29 EDT</pubDate><link>http://www.trickylinux.com/2/index.html#review_40</link><guid>http://www.trickylinux.com/2/index.html#review_40</guid></item><item><title><b>acpi</b> - Display Info About the ACPI</title><description><![CDATA[<b>acpi</b> displays information about the ACPI (Advanced Configuration and Power Interface) system, based on the /proc/acpi file. Most kernels after 2.4 support ACPI hardware, and in both hardware and software, ACPI is gradually replacing the older APM (Advanced Power Management) system. Some operating systems, including SUSE, ship a combined ACPI/APM power interface called powersaved. Most, however, require either ACPI or APM software.
<br /><br />
Note that some ACPI systems have special events that are not available on others. For example, IBM laptops have events related to their docking stations and keyboard lights that are not used on nondocking or unlighted laptops. On all systems, the /proc/acpi directory must be present for <b>acpi</b> commands to work.
<br /><br />
Here is the syntax for <b>acpi</b>:
<br /><br />
acpi [<i>options</i>]
<br /><br />
Here are the options to use with <b>acpi</b>:
<div style="margin-left:20px">
<br /><br />
<b>-b, --battery</b>  (Display battery information.)
<br /><br />
<b>-B, --without-battery</b> (Do not display battery information.)
<br /><br />
<b>-t, --thermal</b>  (Display temperature information.)
<br /><br />
<b>-T, --without-thermal</b>  (Do not display temperature information.)
<br /><br />
<b>-a, --ac-adapter</b>  (Show whether the AC adapter is connected.)
<br /><br />
<b>-A, --without-ac-adapter</b>  (Do not show information about the AC adapter.)
<br /><br />
<b>-V, --everything</b>  (Show all information on every device.)
<br /><br />
<b>-s, --show-empty</b>  (Display information even on devices that are not available or not installed, such as empty slots for extra batteries.)
<br /><br />
<b>-S, --hide-empty</b>  (Do not display information on devices that are not operational or not installed.)
<br /><br />
<b>-c, --celcius</b>  (Use degrees Celsius as the temperature unit. This is the default unit.)
<br /><br />
<b>-d, --directory /path</b>  (Use the specified path to ACPI information. The default path is /proc/acpi.)
<br /><br />
<b>-f, --fahrenheit</b>  (Use degrees Fahrenheit as the temperature unit.)
<br /><br />
<b>-h, --help</b>  (Display help information.)
<br /><br />
<b>-k, --kelvin</b>  (Use degrees Kelvin as the temperature unit.)
<br /><br />
<b>-v, --version</b>  (Display version information.)</div>]]></description><pubDate>Sun, 22 Jun 2008 15:41:06 EDT</pubDate><link>http://www.trickylinux.com/2/index.html#review_39</link><guid>http://www.trickylinux.com/2/index.html#review_39</guid></item><item><title><b>aconnect</b> - How to Connect Ports in MIDI Hardware and Software to Route Events</title><description><![CDATA[Like its GUI relative <b>alsa-patch-bay, aconnect</b> connects ports in MIDI hardware and software to route events, similar to running patch cables between different mixers and synthesizers in an all-hardware audio system. <b>aconnect</b> is part of the ALSA (Advanced Linux Sound Architecture) system.
<br /><br />
Here is the syntax for <b>aconnect</b>:
<br /><br />
aconnect [<i>options</i>] [<i>sender</i>] [<i>receiver</i>] aconnect [<i>options</i>]
<br /><br />
Here are the options for <b>aconnect</b>:
<br /><br />
<div style="margin-left:20px">
<b>-d,--disconnect</b>  (Undo the connection described.)
<br /><br />
<b>-e,--exclusive</b>  (The connection being created must be exclusive: the sender and receiver ports may not connect to any other port.)
<br /><br />
<b>-i,--input</b>  (List all input (sender) ports. This flag is used without any other arguments or flags.)
<br /><br />
<b>-o, --output</b>  (List all output (receiver) ports. This flag is used without any other arguments or flags.)
<br /><br />
<b>-r, --real</b> queue-name  (All events processed through this connection get new timestamps from the named real-time queue. The receiving port must have access to, and use, the real-time queue.)
<br /><br />
<b>-t, --tick </b>queue-name  (All events processed through this connection get new timestamps from the specified tick queue.)
<br /><br />
<b>-x, --remove-all</b>  (Cancel all connections. This flag is used without any other arguments or flags.)</div>]]></description><pubDate>Sun, 22 Jun 2008 15:31:53 EDT</pubDate><link>http://www.trickylinux.com/2/index.html#review_38</link><guid>http://www.trickylinux.com/2/index.html#review_38</guid></item><item><title><b>aclocal</b> - GNU <b>autoconf</b> Tool</title><description><![CDATA[GNU autoconf tool. Place m4 macro definitions needed by autoconf into a single file. The aclocal command first scans for macro definitions in m4 files in its default directory (/usr/share/aclocal on some systems) and in the file acinclude.m4. It next scans for macros used in the configure.in file. It generates an aclocal.m4 file that contains definitions of all m4 macros required by autoconf.
<br /><br />
Here is the syntax for <b>aclocal</b>:
<br /><br />
aclocal [<i>options</i>]
<br /><br />
Here are the options for <b>aclocal</b>:
<br /><br />
<div style="margin-left:20px">
<b>--acdir</b>=dir  (Look for macro files in directory dir instead of the default directory.)
<br /><br />
<b>--help</b> (Print help message, then exit.)
<br /><br />
<b>-I</b> dir  (Additionally, search directory dir for m4 macro definitions.)
<br /><br />
<b>--output</b>=file  (Save output to file instead of aclocal.m4.)
<br /><br />
<b>--print-ac-dir</b>  (Print the name of the directory to be searched for m4 files, then exit.)
<br /><br />
<b>--verbose</b>  (Print names of files being processed.)
<br /><br />
<b>--version</b>  (Print version number, then exit.)
</div>]]></description><pubDate>Sun, 22 Jun 2008 15:30:53 EDT</pubDate><link>http://www.trickylinux.com/2/index.html#review_37</link><guid>http://www.trickylinux.com/2/index.html#review_37</guid></item><item><title><b>access</b> - How To Check If A File Is Available For An Action Specified</title><description><![CDATA[You can use <b>access</b> to check to see whether a file is available for the action specified with in the mode argument.

The modes arguments are:

r  (read)
w  (write)
x  (execute)

This is used mainly when you are scripting.  <b>Access</b> works better than <b>test</b> because it uses a direct system call, rather than looking at the file permission.  Looking at file permissions can be misleading when a files system is mounted 'read-only'.
<br /><br />
Here is the syntax for <b>access</b>:
<br /><br />
access [<i>mode</i>] [<i>filename</i>]
<br /><br />
Here are the options you can use with <b>access</b>:
<br /><br />
<div style="margin-left:20px">
--help  (Display help message, then quit.)
<br /><br />
--version  (Display version, then quit.)
</div>]]></description><pubDate>Mon, 23 Jun 2008 08:24:58 EDT</pubDate><link>http://www.trickylinux.com/2/index.html#review_36</link><guid>http://www.trickylinux.com/2/index.html#review_36</guid></item><item><title><b>accept</b> - Instruct Your Printing Queue to Accept Jobs in Linux</title><description><![CDATA[This is a system administration command called <b>accept</b>.  It instructs your printing system to accept jobs for the specified print queue or queues. Depending on queue settings, the system may prompt for a password. Also invoked as <b>cupsaccept</b>.
<br /><br />
Here is the syntax for <b>accept</b>:
<br /><br />
accept [<i>option</i>] destination
<br /><br />
Here is the option:<br />
<div style="margin-left:20px"><b>-E</b>  (Require encryption when connecting.)</div>]]></description><pubDate>Sun, 22 Jun 2008 12:00:16 EDT</pubDate><link>http://www.trickylinux.com/1/index.html#review_34</link><guid>http://www.trickylinux.com/1/index.html#review_34</guid></item><item><title>Useful links to blogs, directories, and feeds related to linux</title><description><![CDATA[Search4i allows you to select from both paid inclusion as well as free inclusion.  To submit your site for free inclusion in their directory, you will need to provide them with a link back to their site and verify your email address.  That's it!  Enjoy!
<br /><br />
<a href='http://www.search4i.com/category/Computers-Internet'><img alt='Free Web Directory | Paid Web Directory | Web Directory Submission | Internet Web Directory | Add URL' src='http://www.search4i.com/images/S4iLogo.gif' border='0'/></a>
<br /><br />
Check out <a href="http://www.eeepc-logiciels.com/contact" target="_blank">EEEPC-Logiciels.com</a> for French language forums for help with anything from Windows to Linux!
]]></description><pubDate>Sun, 22 Jun 2008 11:10:51 EDT</pubDate><link>http://www.trickylinux.com/1/index.html#review_33</link><guid>http://www.trickylinux.com/1/index.html#review_33</guid></item><item><title>See Who Is Logged Into Your Linux Server</title><description><![CDATA[This is a pretty cool one.  So, if you want to see who is logged into your Linux server, there is a command called <b>finger</b>.  Yes, I'm serious.  Straight up.  Here's how it works:
<br /><br />
First, check to see who is on your system.  Type the following and it will show everyone who is on there by their user name.
<br /><br />
<b>finger</b>  (This will show you who is on the system by user name.)
<br /><br />
Ok, now go James Bond on them.  Type finger + their user name like the line below.  Now you can see what they are doing :)
<br /><br />
<b>finger</b> <i>user_name</i>  (This will show you what the user_name specified is doing.)
<br /><br />
If you have any questions, drop a comment!  Cheers!  
<br /><br /><br />
<i>Tasha Cunningham is a writer and founder of DontDateHimGirl.com.  Her community has over half a million members and is growing every day.  Read more about <a href="http://www.tashacunningham.com" target="_blank">Tasha Cunningham</a> and her work!</i>
]]></description><pubDate>Sun, 22 Jun 2008 11:09:16 EDT</pubDate><link>http://www.trickylinux.com/1/index.html#review_32</link><guid>http://www.trickylinux.com/1/index.html#review_32</guid></item><item><title>Remove or Delete A File In Linux</title><description><![CDATA[To delete a file is a simple but NOT reversible command.  Remember, there is <b>not</b> an undo command in Linux.  Once you remove the file, it is gone, smoke, history, finito!  Ok, here's how you remove a file:
<br /><br />
<b>rm <i>your_file_name</i></b> (This removes your_file_name without any prompt.  Hit Enter... it's gone!)
<br /><br />
<b> rm -i <i>your_file_name</i></b> (This removes your_file_name, but prompts you first.  Enter 'y' or 'Y' if you want to proceed.)
<br /><br />
<b> rm <i>your_file_name your_file_name2</i></b>  (This removes both your_file_name and your_file_name2.  You can use rm to remove multiple files simultaneously)
<br /><br /><br />
<i>PredatorBarrier.com offers a free sexual offender search for all 50 states.  The good people of Predator Barrier have complied public data so that you can live safer.  Registration and search is free.  You may also sign up for their sexual predator alert service for a low monthly fee of 5.00.  Take a moment to <a href="http://www.PredatorBarrier.com" target="_blank">check it out now</a>!</i>
]]></description><pubDate>Sun, 22 Jun 2008 11:08:06 EDT</pubDate><link>http://www.trickylinux.com/1/index.html#review_31</link><guid>http://www.trickylinux.com/1/index.html#review_31</guid></item><item><title>Reboot A Linux Server</title><description><![CDATA[Rebooting a Linux server is easy.  However, keep in mind that you should only have to restart a Linux server when a system change is make that requires a reboot for the new change to take affect.
<br /><br />
First, login to your server as the root user.  Then type the following:
<br /><br />
<b>reboot</b>
<br /><br />
Messages about the system shutdown process will scroll down the screen.  If you are connected remotely, you will need to end your session and login again.
<br /><br /><br />
<i>Netoniq is an innovative social networking portal.  You can view content from and use the Alexa top 100 websites without leaving your page.  Make new friends, manage your email, and contacts at Netoniq!  <a href="http://www.netoniq.com" target="_blank">Click here to visit the site</a>!</i>
]]></description><pubDate>Sun, 22 Jun 2008 11:07:36 EDT</pubDate><link>http://www.trickylinux.com/1/index.html#review_30</link><guid>http://www.trickylinux.com/1/index.html#review_30</guid></item><item><title>Move A File or Directory In Linux</title><description><![CDATA[To move a file or directory in Linux, we use mv.  Following are examples and options you can use with mv:
<br /><br />
<b>mv /source /destination </b>(Moves files from "source" to "destination")
<br /><br />
<b>mv -b /source /destination </b>(Moves files from "source" to "destination" and makes a backup of each file that would be overwritten or removed.)
<br /><br />
<b>mb -f /source /destination </b>(Moves files from "source" to "destination" and removed existing destination files without prompting you.)
<br /><br />
<b>mv -i /source /destination </b> (Moves files from "source" to "destination" and prompts you whether to overwrite each existing destination file regardless of its permissions.  If the response does not begin with 'y' or 'Y', then the file is skipped.)
<br /><br />
<b>mv -v /source /destination </b> (Moves files from "source" to "destination" and prints the name of each file before moving it.)
<br /><br /><br />
<i>TheMovieBot.com has sponsored this section.  Do you need to find information about a movie you want to see?  Search for any movie on TheMovieBot.com.  You will find it!  Need to see a trailer?  They have them for every movie!  Very easy to use.  Great website for film and movie buffs.  <a href="http://www.themoviebot.com" target="_blank">Check it out now</a>!</i>]]></description><pubDate>Sun, 22 Jun 2008 11:07:14 EDT</pubDate><link>http://www.trickylinux.com/1/index.html#review_29</link><guid>http://www.trickylinux.com/1/index.html#review_29</guid></item><item><title>Check To See If MySQL Is Running In Windows</title><description><![CDATA[Once you have installed MySQL on your Windows machine, it's a great idea to see if installation was successful and running.  To do this, open a DOS window and type:
<br /><br />
<b>C:\mysql\bin\mysql</b>
<br /><br />
If your installation of MySQL was good, you will see the following:
<br /><br />
<b>C:\mysql\bin>mysql</b><br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 1 to server version 4.0.18-nt
<br /><br />
Type 'help;' or '\h' for help.  Type '\c' to clear the buffer.
<br /><br />
mysql>
<br /><br /><br />
<i>MakeMillionsTogether.com is an innovative new social networking community bringing Entrepreneurs and Investors together.  The Make Millions Together platform allows Entrepreneurs the ability to post their business plans, inventions, and business ideas to the Investor's Board.  Investors have the ability to review and interview Entrepreneurs as well as fund projects and receive status reports.  MakeMillionsTogether is excited to offer free memberships.  Need investor capital?  <a href="http://www.MakeMillionsTogether.com" target="_blank">Click here</a> to begin your adventure now!</i>
]]></description><pubDate>Sun, 22 Jun 2008 11:06:48 EDT</pubDate><link>http://www.trickylinux.com/1/index.html#review_28</link><guid>http://www.trickylinux.com/1/index.html#review_28</guid></item><item><title>Start, Stop, and Restart Apache in Linux</title><description><![CDATA[Starting, Stopping, and Restarting Apache in Linux is a very easy thing to do!  Use one of the following.
<br /><br />
<b>To restart Apache, use:</b><br />
/sbin/service httpd restart
<br /><br />
<b>To start Apache, use:</b><br />
/sbin/service httpd start
<br /><br />
<b>To stop Apache, use:</b><br />
/sbin/service httpd stop
<br /><br /><br />
<i>Sponsored by: The <a href="http://www.ddhgempowers.org" target="_blank">DDHG Empowers</a> Fund, in partnership with the Dade Community Foundation, is dedicated to investing in the futures of women and girls, helping them develop their voices, skills and talents. DDHG Empowers is a national, multi-issue women's fund that focuses on empowering women in all areas of their lives.</i>
]]></description><pubDate>Sun, 22 Jun 2008 11:06:26 EDT</pubDate><link>http://www.trickylinux.com/1/index.html#review_27</link><guid>http://www.trickylinux.com/1/index.html#review_27</guid></item><item><title>Change To A New Directory In Linux</title><description><![CDATA[
Changing directories in Linux is easy!  Use the following commands to change your directory:
<br /><br />
<b>cd  </b>(Change directory)
<br /><br />
<b>cd /home</b>	 (Change the current working directory to /home. The '/' indicates relative to root, and no matter what directory you are in when you execute this command, the directory will be changed to "/home".)
<br /><br />
<b>cd httpd</b>	 (Change the current working directory to httpd, relative to the current location which is "/home". The full path of the new working directory is "/home/httpd".)
<br /><br />
<b>cd ..</b>  (Move to the parent directory of the current directory. This command will make the current working directory "/home.)
<br /><br />
<b>cd ~</b>  (Move to the user's home directory which is "/home/username". The '~' indicates the users home directory.)
<br /><br /><br />
<i>Sponsored by:  <a href="http://www.big4.com" target="_blank">Big4.com</a>, a social networking community serving the accounting industry.  Big4.com specializes in bringing Alumni of the Big Four Accounting firms together with those who seek their services.  Alumni have the ability to post their resume and profile at Big4.  While employment recruiters have the ability to target the leading accounting candidates in the world.  Check out Big4.com today!</i>]]></description><pubDate>Sun, 22 Jun 2008 11:06:08 EDT</pubDate><link>http://www.trickylinux.com/1/index.html#review_26</link><guid>http://www.trickylinux.com/1/index.html#review_26</guid></item><item><title>List The Contents Of A Directory In Linux </title><description><![CDATA[So you want to view everything in a directory in Linux huh? :)  No problem!  Use one of the following commands:
<br /><br />
<b>ls</b> (only list file/directory names in current directory)
<br /><br />
<b>ls -l</b> (list all file/directory information in current directory(long version))
<br /><br />
<b>ls -R</b> (list all files in current directories and below)
<br /><br />
<b>ls -lt</b> (list all files, sorted by most recent accessed first)
<br /><br />
<b>ls -lt /etc/rc*</b> (list files in the '/etc/ directory, only starting with 'rc' and sort results by most recent)
<br /><br />
That's it!  If you have any questions or problems, please let me know.
<br /><br /><br />
<i>They are a leader in innovative ecommerce web sites, social networking platforms and websites, and custom application development. Their programmers work tirelessly to ensure customers' satisfaction. Check them out on <a href="http://ecomwebsitesllc.elance.com/">Elance</a>. Their feedback rating is 100%!</i>
]]></description><pubDate>Sun, 22 Jun 2008 11:04:20 EDT</pubDate><link>http://www.trickylinux.com/1/index.html#review_25</link><guid>http://www.trickylinux.com/1/index.html#review_25</guid></item><item><title>Make A Directory In Linux</title><description><![CDATA[To make a directory you can use the following:
<br /><br />
<b>mkdir /home/user1/new</b>
<br /><br />
This will create a new directory named "new" in user1's home directory.  Be sure to leave a space between mkdir and your path!
<br /><br /><br />
<i>This section is sponsored by <a href="http://www.ChickCentric.com" target="_blank">ChickCentric.com</a>.  Chick Centric is a unique website, combining fashion video, and customizable clothing.    The site also allows anyone to nominate that special woman in their lives to be a ChickCentric Woman.  If selected, she will appear on the clothing tags, and a portion of each sale will be donated to their charity of choice!  Check it out!</i>
]]></description><pubDate>Sun, 22 Jun 2008 10:58:08 EDT</pubDate><link>http://www.trickylinux.com/1/index.html#review_24</link><guid>http://www.trickylinux.com/1/index.html#review_24</guid></item><item><title>Copy An Entire Directory In Linux</title><description><![CDATA[To copy an entire directory, its subdirectories in files, you can use the following:
<br /><br />
<b>cp -R directory/to_copy destination/directory</b>
<br /><br />
Leave a space between your first directory path and the directory to which you are copying. In this case we have specified the "directory" as the final resting place for this statement.
<br /><br />
All you do now is hit Enter and you should be good to go. Navigate to the directory you copied into and confirm it is there. Use cd "directory name" to change to the directory. Use ls to display the contents of the directory. 
<br /><br /><br />
<i>This section is sponsored by <a href="http://www.dontdatehimgirl.com" target="_blank">DontDateHimGirl.com</a>, a social networking site empowering women.  At DDHG, women can annonymously post their experiences, both good and bad, about men they have dated.  Men have the ability at DontDateHimGirl to post a rebuttal and participate in forums, all for free!</i>
]]></description><pubDate>Sun, 22 Jun 2008 10:53:40 EDT</pubDate><link>http://www.trickylinux.com/1/index.html#review_23</link><guid>http://www.trickylinux.com/1/index.html#review_23</guid></item><item><title>Copy A Single File In Linux</title><description><![CDATA[The command to copy a directory or file is: <b>cp</b>.  It is one of the most used commands in Linux.  <b>CP</b> allows you to copy a single file or and entire directory from one place to another.
<br /><br />
To move a single file you can follow these steps:
<br /><br />
Navigate to the directory which contains the file you wish to copy.  Use ls to list the contents of the directory to confirm what you are looking for is actually there!  Once you have confirmed it is there, type the following (replace filename.ext with your actual file name!)
<br /><br />
<b>cp filename.ext  /home/account_name/public_html/</b>
<br /><br />
Leave a space between your file name (<i>filename.ext</i>) and the directory you wish to copy the file into.  In this case we have specified the public_html directory for <i>account_name</i>.  You will type in your account name and path you wish to copy your file to.
<br /><br />
All you do now is hit Enter and you should be good to go.  Navigate to the directory you copied the file into and confirm it is there.  Use <b>cd</b> to change the directory.  Use <b>ls</b> to display the contents of the directory.
<br /><br /><br />
<i>bFinda is a new freelance marketplace which connects businesses with expert programmers on a global scale.  At bFinda.us, web design, logo design, social networking platforms, and application development needs can easily be fulfilled!  Try it today! Outsource! <a href="http://www.bfinda.us" target="_blank">It is free!</a></i>
]]></description><pubDate>Sun, 22 Jun 2008 10:52:43 EDT</pubDate><link>http://www.trickylinux.com/1/index.html#review_22</link><guid>http://www.trickylinux.com/1/index.html#review_22</guid></item></channel></rss>