<?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>nixCraft</title> <atom:link href="http://www.cyberciti.biz/tips/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Wed, 24 Apr 2013 18:50:55 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>HowTo: Run Network Service Per System / VM Instance To Improve Overall Security Of A Web Stacks (LAMP)</title><link>http://www.cyberciti.biz/tips/run-different-network-services-on-separate-vm-systems.html</link> <comments>http://www.cyberciti.biz/tips/run-different-network-services-on-separate-vm-systems.html#comments</comments> <pubDate>Fri, 22 Jun 2012 22:58:06 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Run Different Linux Network Services on Separate Systems/VM]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9008</guid> <description><![CDATA[<div
style="float: right; margin-top: 0px; margin-left: 5px;"><a
title="See all Apache Webserver related tips/articles" href="http://www.cyberciti.biz/tips/category/apache"><img
src="http://s0.cyberciti.org/images/category/old/apachelogo.gif" alt="" border="0" /></a></div> <span
class="drop_cap">A</span> web stack is nothing but collection of many open source software such as an operating system, Web server, database server, server side programming language. The most commonly known web stacks is LAMP. It is an acronym for a solution stack of free, open source software, referring to the first letters of Linux (operating system), Apache Web server, MySQL database software and PHP (or sometimes Perl or Python). All of our security related tutorials recommends running different network services on separate systems or vm instance. Naturally, this limits the number of other services that can be cracked in the event that an attacker is able to successfully exploit a software flaw in one network service. This is also one of the most requested article via email. In this guide, I will explain how to setup a solution that can serve static content, dynamic content, database, and caching by running on separate servers or vm instance.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/run-different-network-services-on-separate-vm-systems.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Linux: Creating a Network File System (NFS) Share For Apache / Lighttpd / Nginx Web Server</title><link>http://www.cyberciti.biz/tips/linux-nfs-storage-for-apache-lighttpd-nginx-webserver.html</link> <comments>http://www.cyberciti.biz/tips/linux-nfs-storage-for-apache-lighttpd-nginx-webserver.html#comments</comments> <pubDate>Fri, 22 Jun 2012 22:53:07 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Run Different Linux Network Services on Separate Systems/VM]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9160</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://s0.cyberciti.org/images/category/old/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">C</span>reating a Network File System (NFSv4.0) shared network resource is exactly like creating any other shared network resource in Linux or Unix for Apache / Lighttpd / Nginx web server. You need to type the following commands on <strong>vm05</strong> having an IP address <strong>192.168.1.14</strong>. <br/> <em><small>This blog post is part in the "<a
href="http://www.cyberciti.biz/tips/tag/run-different-linux-network-services-on-separate-systemsvm">Run Different Linux Network Services on Separate Systems/VM</a>" series.</small></em>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-nfs-storage-for-apache-lighttpd-nginx-webserver.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Linux: Configure MySQL Database Server</title><link>http://www.cyberciti.biz/tips/linux-configure-mysql-database.html</link> <comments>http://www.cyberciti.biz/tips/linux-configure-mysql-database.html#comments</comments> <pubDate>Fri, 22 Jun 2012 22:52:06 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[MySQL]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Run Different Linux Network Services on Separate Systems/VM]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9165</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/mysql' title='See all MySQL Database Server related tips/articles'><img
src='http://s0.cyberciti.org/images/category/old/mysqllogo.gif' border='0' /></a></div> <span
class="drop_cap">T</span>his vm node stores your data in RDBMS such as mysql or postgresql. In this setup, I'm going to use MySQL database server. You need to type the following commandss on <strong>vm04</strong> having an IP address <strong>192.168.1.13</strong> only. <br/> <em><small>This blog post is part in the "<a
href="http://www.cyberciti.biz/tips/tag/run-different-linux-network-services-on-separate-systemsvm">Run Different Linux Network Services on Separate Systems/VM</a>" series.</small></em>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-configure-mysql-database.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Configure Memcached Distributed Memory Caching System</title><link>http://www.cyberciti.biz/tips/setting-up-memcached-on-centos-rhel-fedora-linux.html</link> <comments>http://www.cyberciti.biz/tips/setting-up-memcached-on-centos-rhel-fedora-linux.html#comments</comments> <pubDate>Fri, 22 Jun 2012 22:51:17 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Run Different Linux Network Services on Separate Systems/VM]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9164</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://s0.cyberciti.org/images/category/old/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">M</span>emcached can speed up database driven dynamic web site. It must be deployed within trusted network where vm01 and vm02 clients may freely connect to our server. You need to type the following commands on <strong>vm03</strong> having an IP address <strong>192.168.1.12</strong>. <br/> <em><small>This blog post is part in the "<a
href="http://www.cyberciti.biz/tips/tag/run-different-linux-network-services-on-separate-systemsvm">Run Different Linux Network Services on Separate Systems/VM</a>" series.</small></em>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/setting-up-memcached-on-centos-rhel-fedora-linux.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>HowTo: Configure Apache Web Server To Use NFS Shared HTML+PHP5 Files</title><link>http://www.cyberciti.biz/tips/how-to-configure-apache-web-server.html</link> <comments>http://www.cyberciti.biz/tips/how-to-configure-apache-web-server.html#comments</comments> <pubDate>Fri, 22 Jun 2012 22:50:38 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Run Different Linux Network Services on Separate Systems/VM]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9161</guid> <description><![CDATA[<div
style="float: right; margin-top: 0px; margin-left: 5px;"><a
title="See all Apache Webserver related tips/articles" href="http://www.cyberciti.biz/tips/category/apache"><img
src="http://s0.cyberciti.org/images/category/old/apachelogo.gif" alt="" border="0" /></a></div> <span
class="drop_cap">T</span>he Apache web server is responsible for providing access to dynamic content via the HTTP or HTTPS protocol. In this example, I'm going to install and use the Apache 2  web server + php5 safely and set DocumentRoot to vm05:/exports/html mounted at /var/www/html. You need to type the following commands on <strong>vm02</strong> having an IP address <strong>192.168.1.11</strong>. <br/> <em><small>This blog post is part in the "<a
href="http://www.cyberciti.biz/tips/tag/run-different-linux-network-services-on-separate-systemsvm">Run Different Linux Network Services on Separate Systems/VM</a>" series.</small></em>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/how-to-configure-apache-web-server.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Configure Lighttpd Web Server To Use NFS Shared Static Files</title><link>http://www.cyberciti.biz/tips/how-to-configure-lighttpd-web-server.html</link> <comments>http://www.cyberciti.biz/tips/how-to-configure-lighttpd-web-server.html#comments</comments> <pubDate>Fri, 22 Jun 2012 22:48:54 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Run Different Linux Network Services on Separate Systems/VM]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9163</guid> <description><![CDATA[<div
style="float: right; margin-top: 0px; margin-left: 5px;"><a
title="See all Lighttpd related tips/articles" href="http://www.cyberciti.biz/tips/category/lighttpd"><img
src="http://s0.cyberciti.org/images/category/old/light_logo.png" alt="" border="0" /></a></div> <span
class="drop_cap">T</span>he Lighttpd web server is responsible for providing access to static content via the HTTP or HTTPS protocol. In this example, I'm going to install and use the Lighttpd web server and set DocumentRoot to vm05:/exports/static mounted at /var/www/static. You need to type the following commands on <strong>vm01</strong> having an IP address <strong>192.168.1.10</strong> only. <br/> <em><small>This blog post is part in the "<a
href="http://www.cyberciti.biz/tips/tag/run-different-linux-network-services-on-separate-systemsvm">Run Different Linux Network Services on Separate Systems/VM</a>" series.</small></em>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/how-to-configure-lighttpd-web-server.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>HowTo: Use Nginx As Reverse Proxy Server</title><link>http://www.cyberciti.biz/tips/using-nginx-as-reverse-proxy.html</link> <comments>http://www.cyberciti.biz/tips/using-nginx-as-reverse-proxy.html#comments</comments> <pubDate>Fri, 22 Jun 2012 22:47:14 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Run Different Linux Network Services on Separate Systems/VM]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9166</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://s0.cyberciti.org/images/category/old/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">N</span>ginx is an open source Web server and a reverse proxy server. You can use nginx for a load balancing and/or as a proxy solution to run services from inside those machines through your host's single public IP address such as 202.54.1.1. In this post, I will explain how to install nginx as reverse proxy server for Apache+php5 domain called www.example.com and Lighttpd static asset domain called static.example.com. You need to type the following commands on <strong>vm00</strong> having an IP address <strong>192.168.1.1</strong> only. <br/> <em><small>This blog post is part in the "<a
href="http://www.cyberciti.biz/tips/tag/run-different-linux-network-services-on-separate-systemsvm">Run Different Linux Network Services on Separate Systems/VM</a>" series.</small></em>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/using-nginx-as-reverse-proxy.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Unix / Linux: See Colourised Filesystem Disk Space Usage</title><link>http://www.cyberciti.biz/tips/unix-linux-bsd-pydf-command-in-colours.html</link> <comments>http://www.cyberciti.biz/tips/unix-linux-bsd-pydf-command-in-colours.html#comments</comments> <pubDate>Tue, 19 Jun 2012 20:47:03 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[apple os x]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[available space]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[disk space]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[filesystems]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[pydf command]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9158</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://s0.cyberciti.org/images/category/old/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">T</span>he pydf command displays the amount of used and available space on your file systems, just like <a
href="http://www.cyberciti.biz/faq/unix-disk-usage-command-examples/">df command</a>, but in colors. The output format is completely customizable.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/unix-linux-bsd-pydf-command-in-colours.html/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Shell Script Wrapper Examples: Enhance the Ping and Host Commands</title><link>http://www.cyberciti.biz/tips/unix-linux-bash-shell-script-wrapper-examples.html</link> <comments>http://www.cyberciti.biz/tips/unix-linux-bash-shell-script-wrapper-examples.html#comments</comments> <pubDate>Tue, 19 Jun 2012 13:20:08 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[apple os x]]></category> <category><![CDATA[cluster environment]]></category> <category><![CDATA[cluster usage]]></category> <category><![CDATA[computing environment]]></category> <category><![CDATA[default arguments]]></category> <category><![CDATA[export classpath]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[hardware platform]]></category> <category><![CDATA[netbsd]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[redhat]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[shell script wrapper]]></category> <category><![CDATA[shell scripts]]></category> <category><![CDATA[single pass]]></category> <category><![CDATA[system binaries]]></category> <category><![CDATA[system environment]]></category> <category><![CDATA[variable settings]]></category> <category><![CDATA[wrapper script]]></category> <category><![CDATA[wrapper scripts]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9155</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img
src='http://s0.cyberciti.org/images/category/old/terminal.png' border='0' /></a></div> <span
class="drop_cap">S</span>hell script wrappers can make the *nix command more transparent to the user. The most common shell scripts are simple wrappers around third party or system binaries. A wrapper is nothing but a shell script that includes a system command or utility.
Linux and Unix like operating system can run both 32bit and 64bit specific versions of applications. You can write a wrapper script that can select and execute correct version on a 32bit or 64bit hardware platform. In cluster environment and High-Performance computing environment you may find 100s of wrapper scripts written in Perl, Shell, and Python to get cluster usage, setting up shared storage, submitting and managing jobs, backups, troubleshooting, invokes commands with specified arguments, sending stdout to stdout and stderr to stderr and much more.
In this post, I will explains how to create a shell wrapper to enhance the basic troubleshooting tool such as ping and host.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/unix-linux-bash-shell-script-wrapper-examples.html/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Linux / Unix Desktop Fun: Text Mode ASCII-art Box and Comment Drawing</title><link>http://www.cyberciti.biz/tips/unix-linux-draw-any-kind-of-boxes-around-text-editor.html</link> <comments>http://www.cyberciti.biz/tips/unix-linux-draw-any-kind-of-boxes-around-text-editor.html#comments</comments> <pubDate>Mon, 11 Jun 2012 20:20:22 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[art box]]></category> <category><![CDATA[ascii art]]></category> <category><![CDATA[desktop fun]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[input text]]></category> <category><![CDATA[pkg_add command]]></category> <category><![CDATA[programming language]]></category> <category><![CDATA[text filter]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[unix desktop]]></category> <category><![CDATA[vim text editor]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9123</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://s0.cyberciti.org/images/category/old/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">B</span>oxes command is a text filter and a little known tool that can draw any kind of ASCII art box around its input text or code for fun and profit. You can quickly create email signatures, or create regional comments in any programming language. This command was intended to be used with the vim text editor, but can be tied to any text editor which supports filters, as well as from the command line as a standalone tool. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/unix-linux-draw-any-kind-of-boxes-around-text-editor.html/feed</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>FAQ Updates: June/11/2012</title><link>http://www.cyberciti.biz/tips/faq-updates-june112012.html</link> <comments>http://www.cyberciti.biz/tips/faq-updates-june112012.html#comments</comments> <pubDate>Mon, 11 Jun 2012 17:20:49 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Sys admin]]></category> <category><![CDATA[access linux]]></category> <category><![CDATA[apple os x]]></category> <category><![CDATA[bash shell]]></category> <category><![CDATA[HP-UX]]></category> <category><![CDATA[linux grep]]></category> <category><![CDATA[mount cd]]></category> <category><![CDATA[nfs clients]]></category> <category><![CDATA[nfs server]]></category> <category><![CDATA[policy modules]]></category> <category><![CDATA[single pass]]></category> <category><![CDATA[symbolic link]]></category> <category><![CDATA[tar bz2]]></category> <category><![CDATA[unix command line]]></category> <category><![CDATA[unix copy]]></category> <category><![CDATA[unix linux]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9114</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/sys-admin' title='See all UNIX/Linux SysAdmin related news/tips'><img
src='http://s0.cyberciti.org/images/category/old/sysadmin-logo.jpg' border='0' /></a></div> <span
class="drop_cap">O</span>ur FAQ section has been updated. Here are latest howtos:<ul><li><a
href='http://www.cyberciti.biz/faq/wordpress-turn-off-post-revision/' title='WordPress: Disable Post Revisions / Turn Off Revisions'>WordPress: Disable Post Revisions / Turn Off Revisions</a></li><li><a
href='http://www.cyberciti.biz/faq/howto-mozilla-firefox-remove-disable-hide-new-tab-page/' title='Firefox Disable / Hide New Tab Page'>Firefox Disable / Hide New Tab Page</a></li><li><a
href='http://www.cyberciti.biz/faq/install-firefox-13-0-tar-bz2-in-linux/' title='HowTo: Install firefox-13.0.tar.bz2 in Linux'>HowTo: Install firefox-13.0.tar.bz2 in Linux</a></li><li><a
href='http://www.cyberciti.biz/faq/cp-copy-command-in-unix-examples/' title='Unix Copy Command Examples [ cp command ]'>Unix Copy Command Examples [ cp command ]</a></li><li><a
href='http://www.cyberciti.biz/faq/centos-redhat-install-configure-cachefilesd-for-nfs/' title='CentOS / RHEL CacheFS: Speed Up Network File System (NFS) File Access'>CentOS / RHEL CacheFS: Speed Up Network File System (NFS) File Access</a></li><li><a
href='http://www.cyberciti.biz/faq/linux-md5-hash-string-based-on-any-input-string/' title='Linux / Unix: Generate A MD5 String'>Linux / Unix: Generate A MD5 String</a></li><li><a
href='http://www.cyberciti.biz/faq/bash-shell-open-gnome-nautilus-file-manager/' title='Open Gnome Nautilus File Manager For The Current Linux / Unix Command Line'>Open Gnome Nautilus File Manager For The Current Linux / Unix Command Line</a></li><li><a
href='http://www.cyberciti.biz/faq/freebsd-installing-zsh-shell/' title='FreeBSD: Install zsh Shell'>FreeBSD: Install zsh Shell</a></li><li><a
href='http://www.cyberciti.biz/faq/debian-linux-installing-amd64intel64virtualbox-virtualization-software/' title='Debian Linux: Install Virtualbox Virtualization Software'>Debian Linux: Install Virtualbox Virtualization Software</a></li><li><a
href='http://www.cyberciti.biz/faq/wordpress-mysql-mass-author-id-name-change-sql/' title='WordPress: Change Author ID / Attribution On All Posts In a Single Pass'>WordPress: Change Author ID / Attribution On All Posts In a Single Pass</a></li><li><a
href='http://www.cyberciti.biz/faq/linux-unix-bash-shell-see-all-exported-variables-and-functions/' title='Linux / Unix: Bash Shell See All Exported Variables and Functions'>Linux / Unix: Bash Shell See All Exported Variables and Functions</a></li><li><a
href='http://www.cyberciti.biz/faq/mounting-cds-dvds-on-hpux-unix-command/' title='Mount CD-ROM / DVD in HP-UX Unix'>Mount CD-ROM / DVD in HP-UX Unix</a></li><li><a
href='http://www.cyberciti.biz/faq/ubuntu-add-user-to-group/' title='Ubuntu Linux: Add a User To Group'>Ubuntu Linux: Add a User To Group</a></li><li><a
href='http://www.cyberciti.biz/faq/howto-disable-enable-selinux-policy-modules-command/' title='CentOS / RHEL: Disable or Enable SELinux Policy Modules'>CentOS / RHEL: Disable or Enable SELinux Policy Modules</a></li><li><a
href='http://www.cyberciti.biz/faq/howto-open-a-tar-gz-file-in-linux-unix/' title='HowTo: Open a Tar.gz File In Linux / Unix'>HowTo: Open a Tar.gz File In Linux / Unix</a></li><li><a
href='http://www.cyberciti.biz/faq/linux-bsd-appleosx-unix-find-file-inode/' title='Linux / Unix: Find Inode Of a File Command'>Linux / Unix: Find Inode Of a File Command</a></li><li><a
href='http://www.cyberciti.biz/faq/howto-unix-linux-remove-delete-opensshd-server/' title='HowTo: Unix / Linux Remove (Delete) OpenSSH Server'>HowTo: Unix / Linux Remove (Delete) OpenSSH Server</a></li><li><a
href='http://www.cyberciti.biz/faq/unix-linux-grep-word-count-command/' title='Unix / Linux: grep Word Count Command'>Unix / Linux: grep Word Count Command</a></li><li><a
href='http://www.cyberciti.biz/faq/changing-password-of-specific-account-in-linux-commandline/' title='HowTo: Change Password of Specific User Account In Linux'>HowTo: Change Password of Specific User Account In Linux</a></li><li><a
href='http://www.cyberciti.biz/faq/linux-howto-check-user-password-expiration-date-and-time/' title='Linux: HowTo Check User Password Expiration Date and Time'>Linux: HowTo Check User Password Expiration Date and Time</a></li><li><a
href='http://www.cyberciti.biz/faq/unix-network-service-restart-stop/' title='Unix HowTo: Start / Stop / Restart Network Service Command'>Unix HowTo: Start / Stop / Restart Network Service Command</a></li><li><a
href='http://www.cyberciti.biz/faq/linux-reboot-command/' title='Linux Reboot Command Example'>Linux Reboot Command Example</a></li><li><a
href='http://www.cyberciti.biz/faq/symbolic-symlink-mac-osx-remove-command/' title='Apple OS X: Remove a Symbolic Link (Symlink) Command'>Apple OS X: Remove a Symbolic Link (Symlink) Command</a></li><li><a
href='http://www.cyberciti.biz/faq/appleosx-bsd-find-clients-connecting-to-a-nfsserver/' title='Linux / Unix Command To Find Out NFS Clients Connected To My NFS Server'>Linux / Unix Command To Find Out NFS Clients Connected To My NFS Server</a></li></ul><h3>Make the most of nixCraft FAQ Section</h3> Get intimated about our new howtos / faqs as soon as it is released via <a
href="http://www.cyberciti.biz/faq/feed/rss/?k=1">RSS feed</a>.<h3>Not our fan yet?</h3> Follow us on <a
href="http://twitter.com/#!/nixcraft">twitter</a> OR join our <a
href="https://facebook.com/nixcraft">facebook fan page</a> for more tips and news about Linux and open source.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/faq-updates-june112012.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X</title><link>http://www.cyberciti.biz/tips/bash-aliases-mac-centos-linux-unix.html</link> <comments>http://www.cyberciti.biz/tips/bash-aliases-mac-centos-linux-unix.html#comments</comments> <pubDate>Mon, 11 Jun 2012 05:58:51 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[aix]]></category> <category><![CDATA[alias]]></category> <category><![CDATA[aliases]]></category> <category><![CDATA[apple os x]]></category> <category><![CDATA[bash shell]]></category> <category><![CDATA[bashrc]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[desktop productivity]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[HP-UX]]></category> <category><![CDATA[linux command]]></category> <category><![CDATA[login session]]></category> <category><![CDATA[netbsd]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[productivity]]></category> <category><![CDATA[Productivity Tips]]></category> <category><![CDATA[Slackware]]></category> <category><![CDATA[task list]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9063</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img
src='http://s0.cyberciti.org/images/category/old/terminal.png' border='0' /></a></div> <span
class="drop_cap">A</span>n alias is nothing but shortcut to commands. The alias command allows user to launch any command or group of commands (including options and filenames) by entering a single word. Use alias command to display list of all defined aliases. You can add user defined aliases to <a
href="http://bash.cyberciti.biz/guide/~/.bashrc">~/.bashrc</a> file. You can cut down typing time with these aliases, work smartly, and increase productivity at the command prompt. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/bash-aliases-mac-centos-linux-unix.html/feed</wfw:commentRss> <slash:comments>73</slash:comments> </item> <item><title>Download Of The Day: Firefox 13 &#8211;  Linux / Windows / Mac OS X</title><link>http://www.cyberciti.biz/tips/linux-download-firefox-13-final-version.html</link> <comments>http://www.cyberciti.biz/tips/linux-download-firefox-13-final-version.html#comments</comments> <pubDate>Wed, 06 Jun 2012 13:15:41 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Mozilla]]></category> <category><![CDATA[apple mac os]]></category> <category><![CDATA[apple mac os x]]></category> <category><![CDATA[developer tools]]></category> <category><![CDATA[Download Firefox 13]]></category> <category><![CDATA[Fedora Download Firefox 13]]></category> <category><![CDATA[history settings]]></category> <category><![CDATA[Linux Download Firefox 13]]></category> <category><![CDATA[linux user]]></category> <category><![CDATA[load latency]]></category> <category><![CDATA[networking protocol]]></category> <category><![CDATA[nginx]]></category> <category><![CDATA[Red hat Download Firefox 13]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[Unix Download Firefox 13]]></category> <category><![CDATA[user interface]]></category> <category><![CDATA[web page load]]></category> <category><![CDATA[yum]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9039</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/mozilla' title='See all Mozilla FireFox related tips/articles'><img
src='http://s0.cyberciti.org/images/category/old/firefox.png' border='0' /></a></div> <span
class="drop_cap">F</span>irefox version 13.0 has been released and available for download. Firefox 13.0 is the fastest and smartest web browser. You will see new tab and home page user interface. The Home Page now includes icons at the bottom of the page to give you easy access to bookmarks, history, settings, add-ons, downloads and sync preferences with one-click shortcuts. This version is a major upgrade and includes features such as updated developer tools, SPDY, and few other updates. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-download-firefox-13-final-version.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux / FreeBSD: PDFCrack A Command Line Password Recovery Tool For PDF Files</title><link>http://www.cyberciti.biz/tips/linux-howto-crack-recover-pdf-file-password.html</link> <comments>http://www.cyberciti.biz/tips/linux-howto-crack-recover-pdf-file-password.html#comments</comments> <pubDate>Wed, 06 Jun 2012 07:33:50 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[archaeologists]]></category> <category><![CDATA[batch mode]]></category> <category><![CDATA[computer forensics]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[Debian Linux PDF Password Recovery]]></category> <category><![CDATA[FreeBSD PDF Password Recovery]]></category> <category><![CDATA[linux operating systems]]></category> <category><![CDATA[Linux PDF Password Recovery]]></category> <category><![CDATA[password strength]]></category> <category><![CDATA[pdfcrack]]></category> <category><![CDATA[pkg_add command]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[Ubuntu Linux PDF Password Recovery]]></category> <category><![CDATA[Unix PDF Password Recovery]]></category> <category><![CDATA[userpassword]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=8994</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all FreeBSD related tips/articles" href="http://www.cyberciti.biz/tips/category/freebsd"><img
src="http://s0.cyberciti.org/images/category/old/freebsd_logo_sm.png" border="0" alt="" /></a></div> <span
class="drop_cap">I</span> already <a
href="http://www.cyberciti.biz/faq/removing-password-from-pdf-on-linux/">written about howto remove a password from all PDF files</a> under Ubuntu or any other Linux distribution in a batch mode. However, many user want a simple command to recover password from pdf files. This is useful if you forgotten your password for pdf file. It is also useful for data-archaeologists, computer forensics professionals, people who want to test their password-strength (pdf files generated by webpass) and many more.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-howto-crack-recover-pdf-file-password.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>8 Linux Commands: To Find Out Wireless Network Speed, Signal Strength And Other Information</title><link>http://www.cyberciti.biz/tips/linux-find-out-wireless-network-speed-signal-strength.html</link> <comments>http://www.cyberciti.biz/tips/linux-find-out-wireless-network-speed-signal-strength.html#comments</comments> <pubDate>Wed, 06 Jun 2012 07:25:09 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux laptop]]></category> <category><![CDATA[desktop system]]></category> <category><![CDATA[iw command]]></category> <category><![CDATA[iwconfig command]]></category> <category><![CDATA[iwevent command]]></category> <category><![CDATA[iwgetid command]]></category> <category><![CDATA[iwlist command]]></category> <category><![CDATA[linux wireless]]></category> <category><![CDATA[lspci command]]></category> <category><![CDATA[network controller]]></category> <category><![CDATA[network interface]]></category> <category><![CDATA[network monitoring tools]]></category> <category><![CDATA[network speed]]></category> <category><![CDATA[signal quality]]></category> <category><![CDATA[wireless interface]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=8968</guid> <description><![CDATA[<div
style="float: right; margin-top: 0px; margin-left: 5px;"><a
title="See all GNU/Linux related tips/articles" href="http://www.cyberciti.biz/tips/category/linux"><img
src="http://s0.cyberciti.org/images/category/old/linux-logo.png" alt="" border="0" /></a></div> <span
class="drop_cap">L</span>inux operating systems comes with various set of tools allowing you to manipulate the Wireless Extensions and monitor wireless networks. This is a list of tools used for wireless network monitoring tools that can be used from your laptop or desktop system to find out network speed, bit rate, signal quality/strength, and much more.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-find-out-wireless-network-speed-signal-strength.html/feed</wfw:commentRss> <slash:comments>21</slash:comments> </item> <item><title>Take Our Survey &#8211; Help Improve nixCraft</title><link>http://www.cyberciti.biz/tips/take-our-survey-help-improve-nixcraft.html</link> <comments>http://www.cyberciti.biz/tips/take-our-survey-help-improve-nixcraft.html#comments</comments> <pubDate>Wed, 06 Jun 2012 06:55:22 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[commentator]]></category> <category><![CDATA[cutting edge technologies]]></category> <category><![CDATA[nixcraft]]></category> <category><![CDATA[professional experience]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9021</guid> <description><![CDATA[<div
style="float: right; margin-top: 0px; margin-left: 5px;"><img
alt="" src="http://s0.cyberciti.org/images/tips/2012/06/survey.jpg" class="alignright" width="200" height="164" /></div> <span
class="drop_cap">A</span>s the reader of this <a
href="http://www.cyberciti.biz/">site you</a> are our most important critic and commentator. I value your opinion and want to know what I'm doing right, what I could do better. Understanding your background and professional experience will help me make this site more interesting and relevant to you and other readers of this site. What types of additional content would you most like to see on nixCraft? Videos? Cutting edge technologies like cloud computing? We don't ask this of our readers often but we are hoping to enlist your help in helping us to get to know you better. The better we know you the better we can serve your needs.<br/><br/> Please <a
href="http://s0063717.researchresults.com/default.aspx?i.user1=2">click here</a> to take survey.<br/><br/> Thank you.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/take-our-survey-help-improve-nixcraft.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Linux debugfs Hack: Undelete Files</title><link>http://www.cyberciti.biz/tips/linux-ext3-ext4-deleted-files-recovery-howto.html</link> <comments>http://www.cyberciti.biz/tips/linux-ext3-ext4-deleted-files-recovery-howto.html#comments</comments> <pubDate>Thu, 03 May 2012 18:21:41 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[debugfs command]]></category> <category><![CDATA[debugfs undelete file ext2]]></category> <category><![CDATA[debugfs undelete file ext3]]></category> <category><![CDATA[debugfs undelete file ext4]]></category> <category><![CDATA[inode]]></category> <category><![CDATA[linux command line]]></category> <category><![CDATA[Linux undelete]]></category> <category><![CDATA[photorec command]]></category> <category><![CDATA[recovering files]]></category> <category><![CDATA[testdisk command]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=8913</guid> <description><![CDATA[<div
style="float: right; margin-top: 0px; margin-left: 5px;"><a
title="See all GNU/Linux related tips/articles" href="http://www.cyberciti.biz/tips/category/linux"><img
src="http://s0.cyberciti.org/images/category/old/linux-logo.png" alt="" border="0" /></a></div> <span
class="drop_cap">U</span>ndeletion means restoring files which have been deleted from Linux ext3 file system using <a
href="http://www.cyberciti.biz/faq/howto-linux-unix-delete-remove-file/">rm command</a>. Deleted files can be recovered on ext3 file systems using the debugfs program. This quick tutorial describes how to recover a file that was recently deleted using nothing but standard Linux command line utilities. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-ext3-ext4-deleted-files-recovery-howto.html/feed</wfw:commentRss> <slash:comments>22</slash:comments> </item> <item><title>Create Custom URL Shortener For WordPress Based Blog In a Five Minutes</title><link>http://www.cyberciti.biz/tips/create-custom-url-shortener-for-wordpress-based-blog-in-a-five-minutes.html</link> <comments>http://www.cyberciti.biz/tips/create-custom-url-shortener-for-wordpress-based-blog-in-a-five-minutes.html#comments</comments> <pubDate>Thu, 03 May 2012 16:43:14 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[php]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[domain registrar]]></category> <category><![CDATA[incoming requests]]></category> <category><![CDATA[redirection service]]></category> <category><![CDATA[server ip address]]></category> <category><![CDATA[tiny url]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[unix command line]]></category> <category><![CDATA[web server configuration]]></category> <category><![CDATA[wordpress]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=8886</guid> <description><![CDATA[<div
style="float: right; margin-top: 0px; margin-left: 5px;"><a
title="See all Apache Webserver related tips/articles" href="http://www.cyberciti.biz/tips/category/apache"><img
src="http://s0.cyberciti.org/images/category/old/apachelogo.gif" alt="" border="0" /></a></div> <span
class="drop_cap">Y</span>ou can create URL redirection service for your blog within five minutes using nothing but web server's mod_redirect module. For example, when you type or share a url <a
href="http://io9.in/t/5159">io9.in/t/5159</a> you will be automatically redirected to http://www.cyberciti.biz/tips/my-10-unix-command-line-mistakes.html. In this quick post I will explain how to create url shortener and integrate your wordpress based blog without installing any new scripts.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/create-custom-url-shortener-for-wordpress-based-blog-in-a-five-minutes.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>FAQ Updates: May/03/2012</title><link>http://www.cyberciti.biz/tips/faq-updates-may032012.html</link> <comments>http://www.cyberciti.biz/tips/faq-updates-may032012.html#comments</comments> <pubDate>Thu, 03 May 2012 13:12:15 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Sys admin]]></category> <category><![CDATA[bsd]]></category> <category><![CDATA[color man]]></category> <category><![CDATA[colored man]]></category> <category><![CDATA[directory error]]></category> <category><![CDATA[directory root]]></category> <category><![CDATA[faq section]]></category> <category><![CDATA[linux linux]]></category> <category><![CDATA[mail command]]></category> <category><![CDATA[man pages]]></category> <category><![CDATA[maximum lifetime]]></category> <category><![CDATA[shell command]]></category> <category><![CDATA[shutdown linux]]></category> <category><![CDATA[source command]]></category> <category><![CDATA[unix linux]]></category> <category><![CDATA[variable range]]></category> <category><![CDATA[xorg]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=8929</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/sys-admin' title='See all UNIX/Linux SysAdmin related news/tips'><img
src='http://s0.cyberciti.org/images/category/old/sysadmin-logo.jpg' border='0' /></a></div> <span
class="drop_cap">O</span>ur FAQ section has been updated. Here are latest howtos:<ul><li><a
href="http://www.cyberciti.biz/faq/unix-linux-script-sourced-by-bash-can-it-determine-its-own-location/">Bash source Command: $0 Can Not Determine It’s Own Location</a></li><li><a
href="http://www.cyberciti.biz/faq/unix-linux-color-man-pages-configuration/">Unix / Linux: Display Color Man Pages</a></li><li><a
href="http://www.cyberciti.biz/faq/linux-unix-colored-man-pages-with-less-command/">Linux / Unix: Colored Man Pages With less Command</a></li><li><a
href="http://www.cyberciti.biz/faq/linux-list-users-command/">Linux Command: List All Users In The System</a></li><li><a
href="http://www.cyberciti.biz/faq/unix-linux-appleosx-bsd-ssh-add-agent-command-set-lifetime/">OpenSSH: ssh-add / ssh-agent Command Set Maximum Lifetime In Seconds</a></li><li><a
href="http://www.cyberciti.biz/faq/unix-linux-appleosx-bsd-nginx-block-user-agent/">HowTo: Nginx Block User Agent</a></li><li><a
href="http://www.cyberciti.biz/faq/unix-linux-shell-get-third-field-separated-by-forward-slash-delimiter/">Unix / Linux Shell: Get Third Field Separated by Forward Slash (/) Delimiter</a></li><li><a
href="http://www.cyberciti.biz/faq/how-to-find-out-dns-for-router/">HowTo: Find Out DNS Server IP Address Used By My Router?</a></li><li><a
href="http://www.cyberciti.biz/faq/unix-linux-bsd-appleosx-bash-assign-variable-command-output/">Bash: Assign Output of Shell Command To Variable</a></li><li><a
href="http://www.cyberciti.biz/faq/where-is-the-xorg-conf-file-located-under-unix-linux-bsd/">Where Is The Xorg.conf File Located under Unix / Linux / BSD?</a></li><li><a
href="http://www.cyberciti.biz/faq/howto-set-readonly-file-permission-in-linux-unix/">HowTo: Set Readonly File Permissions On Linux / Unix</a></li><li><a
href="http://www.cyberciti.biz/faq/howto-see-shares-on-nfs-server-exported-filesystems/">Linux / Unix: Show Shares on NFS Server [ Shared Directories ]</a></li><li><a
href="http://www.cyberciti.biz/faq/unix-linux-test-existence-of-file-in-bash/">Bash Shell: Check File Exists or Not</a></li><li><A
href="http://www.cyberciti.biz/faq/howto-shutdown-linux/">HowTo: Shutdown Linux System</a></li><li><a
href="http://www.cyberciti.biz/faq/unix-linux-iterate-over-a-variable-range-of-numbers-in-bash/">HowTo: Iterate Bash For Loop Variable Range Under Unix / Linux</a></li><li><a
href="http://www.cyberciti.biz/faq/how-to-installing-and-using-ssh-client-server-in-linux/">HowTo: Install ssh In Linux</a></li><li><a
href="http://www.cyberciti.biz/faq/reading-text-file-with-awk-in-unix-linux/">Linux / Unix AWK: Read a Text File</a></li><li><a
href="http://www.cyberciti.biz/faq/email-howto-send-text-file-using-unix-appleosx-bsd/">Howto: Send The Content Of a Text File Using mail Command In Unix / Linux</a></li><li><a
href="http://www.cyberciti.biz/faq/linux-unix-appleosx-bsd-could-not-chdir-to-home-directory/">Could not chdir to home directory /root: No such file or directory Error and Solution</a></li></ul><h3>Make the most of nixCraft FAQ Section</h3> Get intimated about our new howtos / faqs as soon as it is released via <a
href="http://www.cyberciti.biz/faq/feed/rss/?k=1">RSS feed</a> OR follow us on <a
href="http://twitter.com/#!/nixcraft">twitter</a> OR join our <a
href="https://facebook.com/nixcraft">21k+ facebook fans</a> for more tips and news about Linux.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/faq-updates-may032012.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linus Torvalds Wins Millennium Technology Prize</title><link>http://www.cyberciti.biz/tips/linus-torvalds-wins-millennium-technology-prize.html</link> <comments>http://www.cyberciti.biz/tips/linus-torvalds-wins-millennium-technology-prize.html#comments</comments> <pubDate>Thu, 19 Apr 2012 12:43:41 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[News]]></category> <category><![CDATA[japanese physician]]></category> <category><![CDATA[kyoto university]]></category> <category><![CDATA[linus torvald]]></category> <category><![CDATA[linus torvalds]]></category> <category><![CDATA[millennium technology]]></category> <category><![CDATA[open source operating system]]></category> <category><![CDATA[open source software]]></category> <category><![CDATA[shinya yamanaka]]></category> <category><![CDATA[software linux]]></category> <category><![CDATA[technological innovation]]></category> <category><![CDATA[technology academy]]></category> <category><![CDATA[technology prize]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=8866</guid> <description><![CDATA[<img
alt="Linus Torbalds" src="http://files.cyberciti.biz/uploads/bashwiki/thumb/6/69/Linus_Torvalds.jpeg/180px-Linus_Torvalds.jpeg" title="Linus Torbalds" class="alignright" width="180" height="229" /> <span
class="drop_cap">T</span>he Millennium Technology Prize is the largest technology prize in the world and it is awarded once every two years by Technology Academy Finland. The Awarded is given for life-enhancing technological innovation. Linux kernel creator Linus Torvalds and Dr. Shinya Yamanaka won the Millennium Technology Prize, the prominent award for technological innovation for 2012.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linus-torvalds-wins-millennium-technology-prize.html/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>