<?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; RedHat/Fedora Linux</title> <atom:link href="http://www.cyberciti.biz/tips/category/redhatfedora-linux/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>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>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>Linux: 25 PHP Security Best Practices For Sys Admins</title><link>http://www.cyberciti.biz/tips/php-security-best-practices-tutorial.html</link> <comments>http://www.cyberciti.biz/tips/php-security-best-practices-tutorial.html#comments</comments> <pubDate>Wed, 23 Nov 2011 05:48:07 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[php]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[/etc/php.d/]]></category> <category><![CDATA[/etc/php.d/security.ini]]></category> <category><![CDATA[/etc/php.ini]]></category> <category><![CDATA[apache web server]]></category> <category><![CDATA[chmod command]]></category> <category><![CDATA[chown command]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[php apache security]]></category> <category><![CDATA[php application]]></category> <category><![CDATA[php code security]]></category> <category><![CDATA[php iis security]]></category> <category><![CDATA[php lighttpd security]]></category> <category><![CDATA[php mysql security]]></category> <category><![CDATA[php nginx security]]></category> <category><![CDATA[php security issues]]></category> <category><![CDATA[php security tips]]></category> <category><![CDATA[php security tutorial]]></category> <category><![CDATA[red hat enterprise]]></category> <category><![CDATA[server side scripting]]></category> <category><![CDATA[server side scripting language]]></category> <category><![CDATA[web server apache]]></category> <category><![CDATA[zend engine]]></category> <category><![CDATA[zend technologies]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=8173</guid> <description><![CDATA[<div
style="float: right; margin-top: 0px; margin-left: 5px;"><a
title="See all PHP related tips/articles" href="http://www.cyberciti.biz/tips/category/php"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/php-logo.png" alt="" border="0" /></a></div> <span
class="drop_cap">P</span>HP is an open-source server-side scripting language and it is a widely used. The Apache web server provides access to files and content via the HTTP OR HTTPS protocol. A misconfigured server-side scripting language can create all sorts of problems. So, PHP should be used with caution. Here are twenty-five <strong>php security best practices for sysadmins</strong> for configuring PHP securely.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/php-security-best-practices-tutorial.html/feed</wfw:commentRss> <slash:comments>51</slash:comments> </item> <item><title>Google Public DNS Servers Launched</title><link>http://www.cyberciti.biz/tips/google-public-dns-servers-launched.html</link> <comments>http://www.cyberciti.biz/tips/google-public-dns-servers-launched.html#comments</comments> <pubDate>Thu, 03 Dec 2009 19:43:55 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[News]]></category> <category><![CDATA[OS X]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[dns lookup]]></category> <category><![CDATA[dns protocol]]></category> <category><![CDATA[dns resolution]]></category> <category><![CDATA[dns servers]]></category> <category><![CDATA[domain server]]></category> <category><![CDATA[isp server]]></category> <category><![CDATA[opendns]]></category> <category><![CDATA[public dns]]></category> <category><![CDATA[redirection]]></category> <category><![CDATA[resolution service]]></category> <category><![CDATA[server name]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=6122</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/networking' title='See all Linux/UNIX networking related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/networking.png' border='0' /></a></div> Today, Google has announced the launch of their free DNS resolution service. Many ISPs and 3rd party provider such as OpenDNS snoops around or send traffic to ad servers. However, Google promises not to play with end users and send  the exact response his or her computer expects without performing any blocking, filtering, or redirection that may hamper a user's browsing experience. In other words Google will not hijacking your traffic on non-existent domain name and it will follow strict RFC standard. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/google-public-dns-servers-launched.html/feed</wfw:commentRss> <slash:comments>33</slash:comments> </item> <item><title>Download Fedora 12 CD / DVD ISO</title><link>http://www.cyberciti.biz/tips/fedora-12-download-cd-dvd-iso.html</link> <comments>http://www.cyberciti.biz/tips/fedora-12-download-cd-dvd-iso.html#comments</comments> <pubDate>Tue, 24 Nov 2009 10:08:01 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Download of the day]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[download fedora 12]]></category> <category><![CDATA[fedora 12 download]]></category> <category><![CDATA[fedora 12 dvd]]></category> <category><![CDATA[fedora 12 dvd download]]></category> <category><![CDATA[fedora 12 free download]]></category> <category><![CDATA[fedora 12 iso]]></category> <category><![CDATA[fedora core 12 download]]></category> <category><![CDATA[fedora download]]></category> <category><![CDATA[fedora linux download]]></category> <category><![CDATA[free download fedora 12]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=6027</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/fedora-linux' title='See all Fedora Linux related articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/fedora-logo.png' border='0' /></a></div> Fedora Linux version 12 has been released and available for download ( jump to <A
href="http://www.cyberciti.biz/tips/fedora-12-download-cd-dvd-iso.html#dl">download link</a> ). Fedora Linux is a community-based Linux distribution. Fedora is sponsored by Red Hat, Inc. Fedora is considered as the second most popular distro, behind Ubuntu Linux.
]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/fedora-12-download-cd-dvd-iso.html/feed</wfw:commentRss> <slash:comments>46</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>20 Linux Server Hardening Security Tips</title><link>http://www.cyberciti.biz/tips/linux-security.html</link> <comments>http://www.cyberciti.biz/tips/linux-security.html#comments</comments> <pubDate>Fri, 30 Oct 2009 07:52:11 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></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[bastille linux hardening]]></category> <category><![CDATA[harden tcp ip stack]]></category> <category><![CDATA[Hardening centos]]></category> <category><![CDATA[Hardening debian]]></category> <category><![CDATA[Hardening Linux]]></category> <category><![CDATA[hardening red hat]]></category> <category><![CDATA[Hardening rhel]]></category> <category><![CDATA[linux kernel hardening]]></category> <category><![CDATA[linux security]]></category> <category><![CDATA[Linux Security Kernel Enhancements]]></category> <category><![CDATA[linux security modules]]></category> <category><![CDATA[Redhat Linux Hardening]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5687</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> Securing your Linux server is important to protect your data, intellectual property, and time, from the hands of crackers (hackers). The system administrator is responsible for security Linux box. In this first part of a Linux server security series, I will provide 20 hardening tips for default installation of Linux system.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-security.html/feed</wfw:commentRss> <slash:comments>116</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>How To: Upgrade Red Hat Enterprise Linux 5.3 to v5.4</title><link>http://www.cyberciti.biz/tips/red-hat-enterprise-linux-5-4-released.html</link> <comments>http://www.cyberciti.biz/tips/red-hat-enterprise-linux-5-4-released.html#comments</comments> <pubDate>Wed, 02 Sep 2009 18:22:59 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[News]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[download rhel 5.4]]></category> <category><![CDATA[red hat enterprise]]></category> <category><![CDATA[red hat enterprise linux]]></category> <category><![CDATA[redhat]]></category> <category><![CDATA[rhel 5]]></category> <category><![CDATA[upgrade rhel 5.4]]></category> <category><![CDATA[upgrades]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5708</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/redhatfedora-linux' title='See all Redhat/CentOS/Fedora Core related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/rhlogo.gif' border='0' /></a></div> Red Hat Enterprise Linux v5.4 has been released and available via RHN for immediate update. The new version includes the kernel-based virtual machine (KVM) virtualization, next generation of developer features and tools including GCC 4.4, a new malloc(). Also included clustered, high-availability filesystem to support Microsoft Windows storage needs on Red Hat Enterprise Linux.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/red-hat-enterprise-linux-5-4-released.html/feed</wfw:commentRss> <slash:comments>24</slash:comments> </item> <item><title>CentOS Linux Project In Trouble</title><link>http://www.cyberciti.biz/tips/centos-linux-project-in-trouble.html</link> <comments>http://www.cyberciti.biz/tips/centos-linux-project-in-trouble.html#comments</comments> <pubDate>Thu, 30 Jul 2009 18:55:47 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[absent without leave]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[fellow developers]]></category> <category><![CDATA[founders]]></category> <category><![CDATA[hardware community]]></category> <category><![CDATA[irc channels]]></category> <category><![CDATA[lance davis]]></category> <category><![CDATA[nameservers]]></category> <category><![CDATA[operating system]]></category> <category><![CDATA[red hat enterprise]]></category> <category><![CDATA[sole control]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5580</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/centos' title='See all Sun CentOS Linux related FAQs'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/centos_logo.png' border='0' /></a></div> CentOS is a community-supported, freely-available operating system based on Red Hat Enterprise Linux.  Lance Davis created CentOS and now he goes absent without leave. In an open <a
href="http://www.centos.org/">letter</a> from his fellow CentOS developers:<blockquote>You have long promised a statement of CentOS project funds; to this date this has not appeared. You hold sole control of the centos.org domain with no deputy; this is not proper. You have, it seems, sole 'Founders' rights in the IRC channels with no deputy ; this is not proper.</blockquote>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/centos-linux-project-in-trouble.html/feed</wfw:commentRss> <slash:comments>48</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>Vmware Linux Guest Add a New Hard Disk Without Rebooting Guest</title><link>http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html</link> <comments>http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html#comments</comments> <pubDate>Sat, 18 Jul 2009 06:55:53 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[/etc/fstab]]></category> <category><![CDATA[/proc/scsi/scsi]]></category> <category><![CDATA[echo "- - -" > /sys/class/scsi_host/host#/scan]]></category> <category><![CDATA[fdisk command]]></category> <category><![CDATA[mkfs.ext3_command]]></category> <category><![CDATA[rescan scsi]]></category> <category><![CDATA[rescan vwmare scsi]]></category> <category><![CDATA[vmware add scsi disk]]></category> <category><![CDATA[vmware delete scsi disk]]></category> <category><![CDATA[vwmare]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5411</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all VMWare Virtualization software related articles" href="http://www.cyberciti.biz/tips/category/vmware"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/vmware-logo.png" border="0" alt="" /></a></div> <span
class="drop_cap">A</span>s a system admin, I need to use additional hard drives for to provide more storage space or to separate system data from user data. This procedure, adding physical block devices to virtualized guests, describes how to add a hard drive on the host to a virtualized guest using VMWare software running Linux as guest. <br
/><br
/> It is possible to add or remove a SCSI device explicitly, or to re-scan an entire SCSI bus without rebooting a running Linux VM guest.  This how to is tested under Vmware Server and Vmware Workstation v6.0 (but should work with older version too). All instructions are tested on RHEL, Fedora, CentOS and Ubuntu Linux guest / hosts operating systems. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html/feed</wfw:commentRss> <slash:comments>34</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>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> </channel> </rss>