<?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 &#187; UNIX</title> <atom:link href="http://www.cyberciti.biz/tips/category/unix/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>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>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>20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors</title><link>http://www.cyberciti.biz/tips/check-unix-linux-configuration-file-for-syntax-errors.html</link> <comments>http://www.cyberciti.biz/tips/check-unix-linux-configuration-file-for-syntax-errors.html#comments</comments> <pubDate>Thu, 05 Apr 2012 20:00:45 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[CentOS test the configuration file for syntax errors]]></category> <category><![CDATA[configuration error]]></category> <category><![CDATA[configuration file]]></category> <category><![CDATA[configuration files]]></category> <category><![CDATA[configuration server]]></category> <category><![CDATA[correct syntax]]></category> <category><![CDATA[Debian test the configuration file for syntax errors]]></category> <category><![CDATA[file server]]></category> <category><![CDATA[FreeBSD test the configuration file for syntax errors]]></category> <category><![CDATA[linux services]]></category> <category><![CDATA[Redhat test the configuration file for syntax errors]]></category> <category><![CDATA[RHEL test the configuration file for syntax errors]]></category> <category><![CDATA[sanity]]></category> <category><![CDATA[server configuration]]></category> <category><![CDATA[sshd]]></category> <category><![CDATA[syntax error]]></category> <category><![CDATA[test configuration]]></category> <category><![CDATA[test mode]]></category> <category><![CDATA[Unix test the configuration file for syntax errors]]></category> <category><![CDATA[validity]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=8714</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/troubleshooting' title='See all Troubleshooting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/configure.png' border='0' /></a></div> <span
class="drop_cap">I</span>n Linux and UNIX in general, services are configured using various text files,in the /etc/ directory trees. A typical server system could have dozens of configuration files. It is important that you check the validity of the configuration file. In some cases it is possible to to check the sanity of the special data (such as keys) or directories (such as /var/lib/cache/). Text files are easier to manage remotely. You can  use ssh and a text editor. If there is an error in configuration, server may not start. This may result into a disaster. In this article I will explains howto find out a syntax error for popular servers and test configuration file for syntax errors.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/check-unix-linux-configuration-file-for-syntax-errors.html/feed</wfw:commentRss> <slash:comments>21</slash:comments> </item> <item><title>30 Best Sources For Linux / *BSD / Unix Documentation On the Web</title><link>http://www.cyberciti.biz/tips/linux-unix-bsd-documentations.html</link> <comments>http://www.cyberciti.biz/tips/linux-unix-bsd-documentations.html#comments</comments> <pubDate>Wed, 21 Dec 2011 20:11:40 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[HP-UX]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[dennis ritchie]]></category> <category><![CDATA[enterprise operating system]]></category> <category><![CDATA[hpc]]></category> <category><![CDATA[Learn CentOS]]></category> <category><![CDATA[Learn Debian]]></category> <category><![CDATA[Learn FreeBSD]]></category> <category><![CDATA[Learn Linux]]></category> <category><![CDATA[Learn OpenBSD]]></category> <category><![CDATA[Learn Ubuntu]]></category> <category><![CDATA[linux community]]></category> <category><![CDATA[linux users]]></category> <category><![CDATA[manpages]]></category> <category><![CDATA[source packages]]></category> <category><![CDATA[Sys admin]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=8323</guid> <description><![CDATA[<span
class="drop_cap">M</span>an pages are written by sys-admin and developers for IT techs, and are intended more as a reference than as a how to. Man pages are very useful for people who are already familiar with Linux, Unix, and BSD operating systems. Use man pages when you just need to know the syntax for particular commands or configuration file, but they are not helpful for new Linux users. Man pages are not good for learning something new for the first time. Here are thirty best documentation sites on the web for learning Linux and Unix like operating systems.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-unix-bsd-documentations.html/feed</wfw:commentRss> <slash:comments>30</slash:comments> </item> <item><title>Quick Tip: Find Hidden Processes and Ports [ Linux / Unix / Windows ]</title><link>http://www.cyberciti.biz/tips/linux-unix-windows-find-hidden-processes-tcp-udp-ports.html</link> <comments>http://www.cyberciti.biz/tips/linux-unix-windows-find-hidden-processes-tcp-udp-ports.html#comments</comments> <pubDate>Thu, 24 Nov 2011 10:49:51 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[amd64]]></category> <category><![CDATA[bruteforcing]]></category> <category><![CDATA[dependency tree]]></category> <category><![CDATA[forensic tool]]></category> <category><![CDATA[hidden processes]]></category> <category><![CDATA[kernels]]></category> <category><![CDATA[lkms]]></category> <category><![CDATA[ms windows operating systems]]></category> <category><![CDATA[netstat]]></category> <category><![CDATA[netstat command]]></category> <category><![CDATA[posix]]></category> <category><![CDATA[process ids]]></category> <category><![CDATA[security projects]]></category> <category><![CDATA[ss command]]></category> <category><![CDATA[tcp udp ports]]></category> <category><![CDATA[unhide-tcp command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=8279</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://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png" alt="" border="0" /></a></div> <span
class="drop_cap">U</span>nhide is a little handy forensic tool to find hidden processes and TCP/UDP ports by rootkits / LKMs or by another hidden technique. This tools works under both Linux / Unix, and MS-Windows operating systems. From the man page:<blockquote>It detects hidden processes using three techniques:<ol><li>The proc technique consists of comparing /proc with the output of <a
href="http://www.cyberciti.biz/faq/show-all-running-processes-in-linux/" title="Linux / Unix ps command">/bin/ps</a>.</li><li>The sys technique consists of comparing information gathered from <a
href="http://www.cyberciti.biz/faq/show-all-running-processes-in-linux/" title="Linux / Unix ps command">/bin/ps</a> with information gathered from system calls.</li><li>The brute technique consists of bruteforcing the all process IDs. This technique is only available on Linux 2.6 kernels.</li></ol></blockquote>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-unix-windows-find-hidden-processes-tcp-udp-ports.html/feed</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>HowTo: Use Bash Parameter Substitution Like A Pro</title><link>http://www.cyberciti.biz/tips/bash-shell-parameter-substitution-2.html</link> <comments>http://www.cyberciti.biz/tips/bash-shell-parameter-substitution-2.html#comments</comments> <pubDate>Wed, 13 Oct 2010 22:32:02 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[assignment operator]]></category> <category><![CDATA[command line arguments]]></category> <category><![CDATA[command substitution]]></category> <category><![CDATA[default shell]]></category> <category><![CDATA[parameter expansion]]></category> <category><![CDATA[shell variables]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=7409</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">T</span>he $ character is used for parameter expansion, and command substitution. You can use it for manipulating and/or expanding variables on demands without using external commands such as sed or awk. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/bash-shell-parameter-substitution-2.html/feed</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>10 Tools To Add Some Spice To Your UNIX Shell Scripts</title><link>http://www.cyberciti.biz/tips/spice-up-your-unix-linux-shell-scripts.html</link> <comments>http://www.cyberciti.biz/tips/spice-up-your-unix-linux-shell-scripts.html#comments</comments> <pubDate>Mon, 19 Apr 2010 20:47:43 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/dev/tcp/host/port]]></category> <category><![CDATA[/dev/udp/host/port]]></category> <category><![CDATA[Bash /dev/tcp/host/port example]]></category> <category><![CDATA[Bash /dev/udp/host/port example]]></category> <category><![CDATA[Bash Network Programming]]></category> <category><![CDATA[Bash Socket Programming]]></category> <category><![CDATA[gnome desktops]]></category> <category><![CDATA[interactive unix]]></category> <category><![CDATA[kdialog Command]]></category> <category><![CDATA[logger command]]></category> <category><![CDATA[network socket]]></category> <category><![CDATA[notify-send Command]]></category> <category><![CDATA[setleds Command]]></category> <category><![CDATA[setterm Command]]></category> <category><![CDATA[shell scripts]]></category> <category><![CDATA[smbclient command]]></category> <category><![CDATA[tput Command]]></category> <category><![CDATA[zenity Command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=6787</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://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> <span
class="drop_cap">T</span>here are some misconceptions that shell scripts are only for a CLI environment. You can easily use various tools to write GUI and/or network (socket) scripts under KDE or Gnome desktops. Shell scripts can make use of some of the GUI widget (menus, warning boxs, progress bars etc). You can always control the final output, cursor position on screen, various output effects, and so on. With the following tools you can build powerful, interactive, user friendly UNIX / Linux bash shell scripts.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/spice-up-your-unix-linux-shell-scripts.html/feed</wfw:commentRss> <slash:comments>95</slash:comments> </item> <item><title>Linux / Windows Application For Prevention Of RSI (Repetitive Strain Injury)</title><link>http://www.cyberciti.biz/tips/repetitive-strain-injury-prevention-software.html</link> <comments>http://www.cyberciti.biz/tips/repetitive-strain-injury-prevention-software.html#comments</comments> <pubDate>Wed, 04 Nov 2009 05:21:00 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Download of the day]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Gnome]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[Arch Workrave RSI software]]></category> <category><![CDATA[CentOS Workrave RSI software]]></category> <category><![CDATA[Debian Workrave RSI software]]></category> <category><![CDATA[Fedora Workrave RSI software]]></category> <category><![CDATA[Install RSI prvention software]]></category> <category><![CDATA[OpenSuse Workrave RSI software]]></category> <category><![CDATA[Redhat Workrave RSI software]]></category> <category><![CDATA[RHEL Workrave RSI software]]></category> <category><![CDATA[RSI]]></category> <category><![CDATA[Suse Workrave RSI software]]></category> <category><![CDATA[Ubuntu Workrave RSI software]]></category> <category><![CDATA[Windows 7 RSI prvention Software]]></category> <category><![CDATA[Windows XP RSI prvention Software]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5950</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><img
src="http://files.cyberciti.biz/uploads/tips/2009/11/workrave-image.jpg" alt="workrave-image" title="workrave-image" width="200" height="114" class="alignleft size-full wp-image-5983" /></div> <a
target="_blank" href="http://en.wikipedia.org/wiki/Repetitive_strain_injury">Repetitive strain injury</a> (RSI) is  occupational overuse syndrome, non-specific arm pain or work related upper limb disorder. RSI caused from overusing the hands to perform a repetitive task, such as typing, writing, or clicking a mouse. Unfortunately, most people do not understand what RSI is or how serious it can be. You can easily prevent RSI using open source software called Workrave.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/repetitive-strain-injury-prevention-software.html/feed</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Use a Linux LiveCD to Avoid Windows Malware For Netbanking</title><link>http://www.cyberciti.biz/tips/use-linux-live-cd-usb-for-online-banking.html</link> <comments>http://www.cyberciti.biz/tips/use-linux-live-cd-usb-for-online-banking.html#comments</comments> <pubDate>Thu, 15 Oct 2009 12:53:55 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[anti virus]]></category> <category><![CDATA[bank accounts]]></category> <category><![CDATA[banking services]]></category> <category><![CDATA[credit card issuer]]></category> <category><![CDATA[crooks]]></category> <category><![CDATA[knoppix]]></category> <category><![CDATA[latest security]]></category> <category><![CDATA[livecd]]></category> <category><![CDATA[money transfer]]></category> <category><![CDATA[ms windows user]]></category> <category><![CDATA[netbanking]]></category> <category><![CDATA[paraphrase]]></category> <category><![CDATA[security patches]]></category> <category><![CDATA[security tips]]></category> <category><![CDATA[tkip or aes]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[windows based systems]]></category> <category><![CDATA[windows software]]></category> <category><![CDATA[wpa wpa2]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5791</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://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> Internet has revolutionized the way online users can shop and avail banking services like internet Banking from anywhere, anytime without visiting bank. But, how safe is your money with online net-banking which allows to carry out money transfer? Companies and in some case individuals lost anywhere from $10,000 to $500,000 dollars because of a single malware infection. The cyber crooks are targeting innocent MS-Windows user. If you are  concerned about how best to protect yourself from this type of fraud, use Linux LiveCD for online banking and avoid Microsoft Windows at all cost.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/use-linux-live-cd-usb-for-online-banking.html/feed</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>BIND 9 Dynamic Update DoS Security Update</title><link>http://www.cyberciti.biz/tips/bind-dynamic-update-dos.html</link> <comments>http://www.cyberciti.biz/tips/bind-dynamic-update-dos.html#comments</comments> <pubDate>Wed, 29 Jul 2009 15:47:12 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[BIND Dns]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[attacker]]></category> <category><![CDATA[bind 9]]></category> <category><![CDATA[CVE-2009-0696]]></category> <category><![CDATA[denial of service]]></category> <category><![CDATA[dns requests]]></category> <category><![CDATA[domain name server]]></category> <category><![CDATA[domain name system]]></category> <category><![CDATA[dynamic updates]]></category> <category><![CDATA[Fix]]></category> <category><![CDATA[internet domain name]]></category> <category><![CDATA[isc]]></category> <category><![CDATA[master zone]]></category> <category><![CDATA[nameserver]]></category> <category><![CDATA[pgp signature]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5570</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/bind-dns' title='See all BIND / Named name server related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/bind-named-logo.gif' border='0' /></a></div> BIND 9 is an implementation of the Domain Name System (DNS) protocols. named daemon is an Internet Domain Name Server for UNIX like operating systems. Dynamic update messages may be used to update records in a master zone on a nameserver. When named receives a specially crafted dynamic update message an internal assertion check is triggered which causes named to exit. An attacker which can send DNS requests to a nameserver can cause it to exit, thus creating a Denial of Service situation. configuring named to ignore dynamic updates is NOT sufficient to protect it from this vulnerability. This exploit is public. Please upgrade immediately.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/bind-dynamic-update-dos.html/feed</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Top 20 OpenSSH Server Best Security Practices</title><link>http://www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html</link> <comments>http://www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html#comments</comments> <pubDate>Fri, 24 Jul 2009 21:49:43 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/rssh.conf]]></category> <category><![CDATA[/etc/ssh/sshd_conf]]></category> <category><![CDATA[openssh]]></category> <category><![CDATA[openssh brute Force Attack]]></category> <category><![CDATA[openssh security]]></category> <category><![CDATA[ssh server security]]></category> <category><![CDATA[sshd]]></category> <category><![CDATA[sshd check error]]></category> <category><![CDATA[sshd chroot]]></category> <category><![CDATA[sshd Chroot Directory]]></category> <category><![CDATA[sshd stop Brute Force Attack]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5489</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href="http://www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html/openssh_logo" rel="attachment wp-att-5522"><img
src="http://files.cyberciti.biz/uploads/tips/2009/07/openSSH_logo.png" alt="Don&#039;t tell anyone that I&#039;m free" title="Don&#039;t tell anyone that I&#039;m free" width="190" height="187" class="size-full wp-image-5522" /></a></div> OpenSSH is the implementation of the SSH protocol. OpenSSH is recommended for remote login, making backups, remote file transfer via scp or sftp, and much more. SSH is perfect to keep confidentiality and integrity for data exchanged between two networks and systems. However, the main advantage is server authentication, through the use of public key cryptography.  From time to time there are <a
href="http://isc.sans.org/diary.html?storyid=6742" target="_blank">rumors</a> about OpenSSH <a
href="http://www.h-online.com/security/OpenSSH-zero-day-exploit-rumours-not-confirmed--/news/113731" target="_blank">zero day</a> exploit. Here are a few things you need to tweak in order to improve OpenSSH server security.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html/feed</wfw:commentRss> <slash:comments>134</slash:comments> </item> <item><title>Top 10 Open Source Web-Based Project Management Software</title><link>http://www.cyberciti.biz/tips/open-source-project-management-software.html</link> <comments>http://www.cyberciti.biz/tips/open-source-project-management-software.html#comments</comments> <pubDate>Sun, 19 Jul 2009 19:18:10 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[data center]]></category> <category><![CDATA[Download of the day]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Links]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[effective project management]]></category> <category><![CDATA[IT project management software]]></category> <category><![CDATA[networking project management software]]></category> <category><![CDATA[project management software]]></category> <category><![CDATA[software project management software]]></category> <category><![CDATA[web-based project management software]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5477</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/download-of-the-day' title='See all previously featured / recommended downloads'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/download_of_the.day.png' border='0' /></a></div> Project management software is not just for managing software based project. It can be used for variety of other tasks too. The web-based software must provide tools for planning, organizing and managing resources to achieve project goals and objectives. A web-based project management software can be accessed through an intranet or WAN / LAN using a web browser. You don't have to install any other software on the system. The software can be easy of use with access control features (multi-user). I use project management software for all of our projects (for e.g. building a new cluster farm) for issue / bug-tracking, calender, gantt charts, email notification and much more. <br
/><br
/> Obviously I'm not the only user, the following open source software is used by some of the biggest research organizations and companies world wild. For e.g. NASA's Jet Propulsion Laboratory uses track software or open source project such as lighttpd / phpbb use redmine software to keep track of their projects.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/open-source-project-management-software.html/feed</wfw:commentRss> <slash:comments>85</slash:comments> </item> <item><title>6 Tools To Find Out Website Load Speed</title><link>http://www.cyberciti.biz/tips/website-load-speed-performace-testing-tools.html</link> <comments>http://www.cyberciti.biz/tips/website-load-speed-performace-testing-tools.html#comments</comments> <pubDate>Wed, 15 Jul 2009 17:42:34 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Beyond nixCraft]]></category> <category><![CDATA[Business]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[firebug]]></category> <category><![CDATA[google]]></category> <category><![CDATA[High performance web site]]></category> <category><![CDATA[page load]]></category> <category><![CDATA[page speed]]></category> <category><![CDATA[test website speed]]></category> <category><![CDATA[test wep page load time]]></category> <category><![CDATA[yahoo]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5346</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://files.cyberciti.biz/cbzcache/3rdparty/sysadmin-logo.jpg' border='0' /></a></div> Research shows that if your web pages take longer than <a
href="http://www.akamai.com/html/about/press/releases/2006/press_110606.html" target="_blank">5 seconds</a> to load, you lose 50% of your viewers and sales. As a UNIX admin often end users and web developers complain about website loading speed and timings. Usually, there is nothing wrong with my servers or server farm. Fancy java script and images / flash makes site pretty slow. These tools are useful to debug performance problems for sys admins, developers and end users. Here are six tools that can analyzes web pages and tells you why they are slow. Use the following tools to:<ul><li>Make your site faster.</li><li>Debug site problem, especially client side and server side stuff.</li><li>Better user experience.</li><li>Improve the web.</li></ul>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/website-load-speed-performace-testing-tools.html/feed</wfw:commentRss> <slash:comments>25</slash:comments> </item> <item><title>Software Vs Hardware RAID</title><link>http://www.cyberciti.biz/tips/raid-hardware-vs-raid-software.html</link> <comments>http://www.cyberciti.biz/tips/raid-hardware-vs-raid-software.html#comments</comments> <pubDate>Tue, 07 Jul 2009 16:01:56 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[disk raid]]></category> <category><![CDATA[FreeBSD software RAID]]></category> <category><![CDATA[hardware raid]]></category> <category><![CDATA[Linux software Raid]]></category> <category><![CDATA[raid 0]]></category> <category><![CDATA[raid 10]]></category> <category><![CDATA[raid 6]]></category> <category><![CDATA[software raid]]></category> <category><![CDATA[Solaris Software RAID]]></category> <category><![CDATA[Windows Software RAID]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5306</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://files.cyberciti.biz/cbzcache/3rdparty/sysadmin-logo.jpg' border='0' /></a></div> A redundant array of inexpensive disks (RAID) allows high levels of storage reliability. RAID is not a backup solution. It is used to improve disk I/O (performance) and reliability of your server or workstation. A RAID can be deployed using both software and hardware. But the real question is whether you should use a hardware RAID solution or a software RAID solution.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/raid-hardware-vs-raid-software.html/feed</wfw:commentRss> <slash:comments>29</slash:comments> </item> <item><title>Download Of the Day: Firefox 3.5 For Windows, Linux, Mac OS X</title><link>http://www.cyberciti.biz/tips/download-firefox-3-5-for-windows-linux-mac-os-x.html</link> <comments>http://www.cyberciti.biz/tips/download-firefox-3-5-for-windows-linux-mac-os-x.html#comments</comments> <pubDate>Wed, 01 Jul 2009 05:25:00 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Download of the day]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Mozilla]]></category> <category><![CDATA[News]]></category> <category><![CDATA[OS X]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[browser history]]></category> <category><![CDATA[download firefox 3]]></category> <category><![CDATA[download firefox 3.5]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[firefox browser]]></category> <category><![CDATA[firefox download]]></category> <category><![CDATA[firefox forget about this site]]></category> <category><![CDATA[firefox private browsing]]></category> <category><![CDATA[firefox web browser]]></category> <category><![CDATA[firfox]]></category> <category><![CDATA[history images]]></category> <category><![CDATA[history web]]></category> <category><![CDATA[temporary internet files]]></category> <category><![CDATA[web apps]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5273</guid> <description><![CDATA[<p><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://files.cyberciti.biz/cbzcache/3rdparty/firefox.png' border='0' /></a></div> Firefox version 3.5 has been released and available for download. Firefox 3.5 is the fastest web browser. It is twice as fast as Firefox 3. As a result javascript and multimedia enabled web apps loads faster. Firefox is the first browser to support open video and audio formats, allowing practically limitless new ways for sites to display rich content. This is based upon the open formats (HTML 5) which allow displaying media without a plug-in and/or proprietary software.</p> ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-firefox-3-5-for-windows-linux-mac-os-x.html/feed</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>20 Linux System Monitoring Tools Every SysAdmin Should Know</title><link>http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html</link> <comments>http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html#comments</comments> <pubDate>Sat, 27 Jun 2009 02:26:39 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Scalability]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[bandwidth monitoring tool linux]]></category> <category><![CDATA[cpu monitoring linux]]></category> <category><![CDATA[disk monitoring linux]]></category> <category><![CDATA[htop command]]></category> <category><![CDATA[load monitoring linux]]></category> <category><![CDATA[monitoring linux servers]]></category> <category><![CDATA[nagios monitoring linux]]></category> <category><![CDATA[netstat command]]></category> <category><![CDATA[network monitoring linux]]></category> <category><![CDATA[pgrep command]]></category> <category><![CDATA[process monitoring linux]]></category> <category><![CDATA[ps command]]></category> <category><![CDATA[ss command]]></category> <category><![CDATA[top command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4934</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://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png" border="0" alt="" /></a></div> Need to monitor Linux server performance? Try these built-in command and a few add-on tools. Most Linux distributions are equipped with tons of monitoring. These tools provide metrics which can be used to get information about system activities. You can use these tools to find the possible causes of a performance problem. The commands discussed below are some of the most basic commands when it comes to system analysis and debugging server issues such as:<ol><li>Finding out bottlenecks.</li><li>Disk (storage)  bottlenecks.</li><li>CPU and memory bottlenecks.</li><li>Network bottlenecks.</li></ol>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/top-linux-monitoring-tools.html/feed</wfw:commentRss> <slash:comments>316</slash:comments> </item> <item><title>My 10 UNIX Command Line Mistakes</title><link>http://www.cyberciti.biz/tips/my-10-unix-command-line-mistakes.html</link> <comments>http://www.cyberciti.biz/tips/my-10-unix-command-line-mistakes.html#comments</comments> <pubDate>Sun, 21 Jun 2009 02:26:29 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[active processes]]></category> <category><![CDATA[albert einstein]]></category> <category><![CDATA[alert message]]></category> <category><![CDATA[backup set]]></category> <category><![CDATA[cluster node]]></category> <category><![CDATA[downtime]]></category> <category><![CDATA[first day at work]]></category> <category><![CDATA[personal backups]]></category> <category><![CDATA[unix admin]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5159</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://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> Anyone who has never made a mistake has never tried anything new. -- <em>Albert Einstein</em>.<br
/><br
/> Here are a few mistakes that I made while working at UNIX prompt. Some mistakes caused me a good amount of downtime. Most of these mistakes are from my early days as a UNIX admin. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/my-10-unix-command-line-mistakes.html/feed</wfw:commentRss> <slash:comments>563</slash:comments> </item> <item><title>Lighttpd Traffic Shaping: Throttle Connections Per Single IP  (Rate Limit)</title><link>http://www.cyberciti.biz/tips/lighttpd-set-throughput-connections-per-ip.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-set-throughput-connections-per-ip.html#comments</comments> <pubDate>Sun, 21 Jun 2009 00:02:13 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Iptables]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[PF Firewall]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[firewall limit connections per second]]></category> <category><![CDATA[Iptables limit connections per second]]></category> <category><![CDATA[Iptables limit port 80 connections per second]]></category> <category><![CDATA[lighttpd  throughput]]></category> <category><![CDATA[lighttpd limit traffic]]></category> <category><![CDATA[limit traffic]]></category> <category><![CDATA[PF limit connections per second]]></category> <category><![CDATA[PF limit port 80 connections per second]]></category> <category><![CDATA[throughput]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5148</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/lighttpd' title='See all Lighttpd related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/light_logo.png' border='0' /></a></div> If you do not control or throttle end users, your server may run out of resources.  Spammers, abuser and badly written bots can eat up all your bandwidth. A webserver must keep an eye on connections and limit connections per second. This is serving 101. The default is no limit. Lighttpd can limit the throughput for each single connection (per IP) or for all connections. You also need to a use firewall to limit connections per second. In this article I will cover firewall and lighttpd web server settings to throttle end users. The firewall settings can be applied to other web servers such as <a
href="http://www.cyberciti.biz/tips/category/apache">Apache</a> / <a
href="http://www.cyberciti.biz/faq/category/nginx/">Nginx</a> and IIS server behind PF / netfilter based firewall.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-set-throughput-connections-per-ip.html/feed</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>Slowloris DoS Tool: It Can Bring Down Apache 1.x/2.x</title><link>http://www.cyberciti.biz/tips/apache-http-dos-tool-released.html</link> <comments>http://www.cyberciti.biz/tips/apache-http-dos-tool-released.html#comments</comments> <pubDate>Fri, 19 Jun 2009 14:50:39 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[News]]></category> <category><![CDATA[PF Firewall]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security Alert]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[accf]]></category> <category><![CDATA[apache dos attack]]></category> <category><![CDATA[denial of service]]></category> <category><![CDATA[denial of service attack]]></category> <category><![CDATA[distributed denial of service ddos attack]]></category> <category><![CDATA[dns ddos attack]]></category> <category><![CDATA[dos attack]]></category> <category><![CDATA[dos tool]]></category> <category><![CDATA[incoming connections]]></category> <category><![CDATA[kernel module]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[memory exhaustion]]></category> <category><![CDATA[proxy]]></category> <category><![CDATA[squid]]></category> <category><![CDATA[web server]]></category> <category><![CDATA[webservers]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5138</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/apache' title='See all Apache Webserver related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/apachelogo.gif' border='0' /></a></div> Apache Security Update - a flaw In Apache can be used to carry out DoS. Slowloris is a new Apache DoS tool which can use slow Internet links to bring down Apache servers, rather than flooding networks. Most D/DoS tool requires faster net connections but this tool works with minimal bandwidth.  This tool can lead to a DoS attack on Apache 1.x, 2.x, dhttpd, GoAhead WebServer, and Squid, while MS IIS6.0, IIS7.0, and lighttpd are confirmed not vulnerable to this attack.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/apache-http-dos-tool-released.html/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Happy 40th Birthday UNIX!</title><link>http://www.cyberciti.biz/tips/happy-40th-birthday-unix.html</link> <comments>http://www.cyberciti.biz/tips/happy-40th-birthday-unix.html#comments</comments> <pubDate>Sun, 07 Jun 2009 18:10:03 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[UNIX]]></category> <category><![CDATA[assembler]]></category> <category><![CDATA[assembly language]]></category> <category><![CDATA[bell laboratories]]></category> <category><![CDATA[bell labs]]></category> <category><![CDATA[commercial vendors]]></category> <category><![CDATA[dennis ritchie]]></category> <category><![CDATA[flavors]]></category> <category><![CDATA[four decades]]></category> <category><![CDATA[happy 40th birthday]]></category> <category><![CDATA[ken thompson]]></category> <category><![CDATA[legacy]]></category> <category><![CDATA[minicomputer]]></category> <category><![CDATA[new operating system]]></category> <category><![CDATA[revolutionary os]]></category> <category><![CDATA[wimpy]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4987</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/unix' title='See all UNIX(R) related articles/tips'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/unix-logo.gif' border='0' /></a></div> <span
class="drop_cap">U</span>NIX turns 40 - in 1969 group of AT&#038;T employees at Bell Labs, including Ken Thompson, Dennis Ritchie, Douglas McIlroy, and Joe Ossanna developed UNIX. Today Unix offered in many flavors and developed over time by AT&#038;T as well as various commercial vendors (such as IBM, HP, Sun, Apple etc) and non-profit organizations. CW article concluded that after four decades, the future of the operating system is clouded, but its legacy will endure in form of Linux and Microsoft NT operating system.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/happy-40th-birthday-unix.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>